ocnice_prep 1.14.0
|
Public Member Functions | |
subroutine | remaprh1d (kk, src_field, dst_field, rc) |
Remap a field of nlen via ESMF RH. | |
subroutine | remaprh1ddyn (kk, src_field, dst_field, hmask, rc) |
Remap a field of nlen via ESMF RH with dynamic masking. | |
subroutine | remaprh2d (src_field, dst_field, rc) |
Remap a packed field of nflds,nlen via ESMF RH. | |
subroutine | remaprh2ddyn (kk, src_field, dst_field, hmask, rc) |
Remap a packed field of nflds,nlen via ESMF RH with dyanmic masking. | |
Definition at line 26 of file utils_esmf_mod.F90.
subroutine utils_esmf_mod::remaprh::remaprh1d | ( | integer, intent(in) | kk, |
real(kind=8), dimension(:), intent(in) | src_field, | ||
real(kind=8), dimension(:), intent(out) | dst_field, | ||
integer, intent(out) | rc ) |
Remap a field of nlen via ESMF RH.
[in] | kk | the vertical or category index |
[in] | src_field | the field on the source grid |
[out] | dst_field | the field on the destination grid |
[out] | rc | an error return code |
Definition at line 128 of file utils_esmf_mod.F90.
subroutine utils_esmf_mod::remaprh::remaprh1ddyn | ( | integer, intent(in) | kk, |
real(kind=8), dimension(:), intent(in) | src_field, | ||
real(kind=8), dimension(:), intent(out) | dst_field, | ||
real(kind=8), dimension(:), intent(in) | hmask, | ||
integer, intent(out) | rc ) |
Remap a field of nlen via ESMF RH with dynamic masking.
[in] | kk | the vertical or category index |
[in] | src_field | the field on the source grid |
[in] | hmask | the mask field to use with dynamic masking |
[out] | dst_field | the field on the destination grid |
[out] | rc | an error return code |
Definition at line 227 of file utils_esmf_mod.F90.
subroutine utils_esmf_mod::remaprh::remaprh2d | ( | real(kind=8), dimension(:,:), intent(in) | src_field, |
real(kind=8), dimension(:,:), intent(out) | dst_field, | ||
integer, intent(out) | rc ) |
Remap a packed field of nflds,nlen via ESMF RH.
[in] | src_field | the field on the source grid |
[out] | dst_field | the field on the destination grid |
[out] | rc | an error return code |
Definition at line 175 of file utils_esmf_mod.F90.
subroutine utils_esmf_mod::remaprh::remaprh2ddyn | ( | integer, intent(in) | kk, |
real(kind=8), dimension(:,:), intent(in) | src_field, | ||
real(kind=8), dimension(:,:), intent(out) | dst_field, | ||
real(kind=8), dimension(:), intent(in) | hmask, | ||
integer, intent(out) | rc ) |
Remap a packed field of nflds,nlen via ESMF RH with dyanmic masking.
[in] | kk | the vertical or category index |
[in] | src_field | the field on the source grid |
[in] | hmask | the mask field to use with dynamic masking |
[out] | dst_field | the field on the destination grid |
[out] | rc | an error return code |
Definition at line 280 of file utils_esmf_mod.F90.