|
subroutine | remaprh1d (kk, src_field, dst_field, rc) |
| Remap a field of nlen via ESMF RH. More...
|
|
subroutine | remaprh1ddyn (kk, src_field, dst_field, hmask, rc) |
| Remap a field of nlen via ESMF RH with dynamic masking. More...
|
|
subroutine | remaprh2d (src_field, dst_field, rc) |
| Remap a packed field of nflds,nlen via ESMF RH. More...
|
|
subroutine | remaprh2ddyn (kk, src_field, dst_field, hmask, rc) |
| Remap a packed field of nflds,nlen via ESMF RH with dyanmic masking. More...
|
|
Definition at line 26 of file utils_esmf_mod.F90.
◆ remaprh1d()
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 |
|
) |
| |
|
private |
◆ remaprh1ddyn()
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 |
|
) |
| |
|
private |
Remap a field of nlen via ESMF RH with dynamic masking.
- Parameters
-
[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 |
- Author
- Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov
Definition at line 228 of file utils_esmf_mod.F90.
◆ remaprh2d()
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 |
|
) |
| |
|
private |
◆ remaprh2ddyn()
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 |
|
) |
| |
|
private |
Remap a packed field of nflds,nlen via ESMF RH with dyanmic masking.
- Parameters
-
[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 |
- Author
- Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov
Definition at line 281 of file utils_esmf_mod.F90.
The documentation for this interface was generated from the following file:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/ocnice_prep.fd/utils_esmf_mod.F90