ocnice_prep  1.13.0
All Data Structures Files Functions Variables Pages
utils_esmf_mod::remaprh Interface Reference

Private Member Functions

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...
 

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

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 129 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 
)
private

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

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 176 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 
)
private

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 281 of file utils_esmf_mod.F90.


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