ocnice_prep 1.14.0
Loading...
Searching...
No Matches
utils_mod::getfield Interface Reference

Public Member Functions

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

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 )

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

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 332 of file utils_mod.F90.


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