ocnice_prep  1.13.0
All Data Structures Files Functions Variables Pages
utils_mod::remap Interface Reference

Private Member Functions

subroutine remap1d (fname, src_field, dst_field)
 Remap a 1-D vector array from source to destination. More...
 
subroutine remap2d (fname, dim2, src_field, dst_field)
 Remap a 2-D vector array of nflds or nlevs from source to destination. More...
 
subroutine remap3d (fname, nk, nflds, src_field, dst_field)
 Remap a field packed array of nk levels and nflds fields. More...
 

Detailed Description

Definition at line 27 of file utils_mod.F90.

Member Function/Subroutine Documentation

◆ remap1d()

subroutine utils_mod::remap::remap1d ( character(len=*), intent(in)  fname,
real(kind=8), dimension(:), intent(in)  src_field,
real(kind=8), dimension(:), intent(out)  dst_field 
)
private

Remap a 1-D vector array from source to destination.

Parameters
[in]fnamethe file containing ESMF regridding weights
[in]src_fieldthe source field
[out]dst_fieldthe destination field
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 376 of file utils_mod.F90.

◆ remap2d()

subroutine utils_mod::remap::remap2d ( character(len=*), intent(in)  fname,
integer, intent(in)  dim2,
real(kind=8), dimension(:,:), intent(in)  src_field,
real(kind=8), dimension(:,:), intent(out)  dst_field 
)
private

Remap a 2-D vector array of nflds or nlevs from source to destination.

Parameters
[in]fnamethe file containing ESMF regridding weights
[in]dim2the number of fields or levels
[in]src_fieldthe source field
[out]dst_fieldthe destination field
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 431 of file utils_mod.F90.

◆ remap3d()

subroutine utils_mod::remap::remap3d ( character(len=*), intent(in)  fname,
integer, intent(in)  nk,
integer, intent(in)  nflds,
real(kind=8), dimension(:,:,:), intent(in)  src_field,
real(kind=8), dimension(:,:,:), intent(out)  dst_field 
)
private

Remap a field packed array of nk levels and nflds fields.

Parameters
[in]fnamethe file containing ESMF regridding weights
[in]nkthe number of levels
[in]nfldsthe number of fields
[in]src_fieldthe source field
[out]dst_fieldthe destination field
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 488 of file utils_mod.F90.


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