ocnice_prep 1.14.0
Loading...
Searching...
No Matches
utils_esmf_mod::remaprh Interface Reference

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.
 

Detailed Description

Definition at line 26 of file utils_esmf_mod.F90.

Member Function/Subroutine Documentation

◆ 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 )

Remap a field of nlen via ESMF RH.

Parameters
[in]kkthe vertical or category index
[in]src_fieldthe field on the source grid
[out]dst_fieldthe field on the destination grid
[out]rcan error return code
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 128 of file utils_esmf_mod.F90.

◆ 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 )

Remap a field of nlen via ESMF RH with dynamic masking.

Parameters
[in]kkthe vertical or category index
[in]src_fieldthe field on the source grid
[in]hmaskthe mask field to use with dynamic masking
[out]dst_fieldthe field on the destination grid
[out]rcan error return code
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 227 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 )

Remap a packed field of nflds,nlen via ESMF RH.

Parameters
[in]src_fieldthe field on the source grid
[out]dst_fieldthe field on the destination grid
[out]rcan error return code
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 175 of file utils_esmf_mod.F90.

◆ 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 )

Remap a packed field of nflds,nlen via ESMF RH with dyanmic masking.

Parameters
[in]kkthe vertical or category index
[in]src_fieldthe field on the source grid
[in]hmaskthe mask field to use with dynamic masking
[out]dst_fieldthe field on the destination grid
[out]rcan error return code
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 280 of file utils_esmf_mod.F90.


The documentation for this interface was generated from the following file: