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

Private Member Functions

subroutine getfield2d (fname, vname, dims, field, wgts)
 Obtain a 2D field and return a 1-D vector array. More...
 
subroutine getfield3d (fname, vname, dims, field, wgts)
 Obtain a 3D field and return a 2-D vector array. More...
 

Detailed Description

Definition at line 17 of file utils_mod.F90.

Member Function/Subroutine Documentation

◆ getfield2d()

subroutine utils_mod::getfield::getfield2d ( character(len=*), intent(in)  fname,
character(len=*), intent(in)  vname,
integer, dimension(:), intent(in)  dims,
real(kind=8), dimension(:), intent(out)  field,
character(len=*), intent(in), optional  wgts 
)
private

Obtain a 2D field and return a 1-D vector array.

Parameters
[in]fnamethe file containing the fields to retrieve
[in]vnamethe variable to retrieve
[in]dimsthe dimensions of the fields
[out]fieldthe field
[in]wgtsthe optional ESMF regridding weights
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 286 of file utils_mod.F90.

◆ getfield3d()

subroutine utils_mod::getfield::getfield3d ( character(len=*), intent(in)  fname,
character(len=*), intent(in)  vname,
integer, dimension(:), intent(in)  dims,
real(kind=8), dimension(:,:), intent(out)  field,
character(len=*), intent(in), optional  wgts 
)
private

Obtain a 3D field and return a 2-D vector array.

Parameters
[in]fnamethe file containing the fields to retrieve
[in]vnamethe variable to retrieve
[in]dimsthe dimensions of the fields
[out]fieldthe field
[in]wgtsthe optional ESMF regridding weights
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 331 of file utils_mod.F90.


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