|
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...
|
|
Definition at line 17 of file utils_mod.F90.
◆ 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] | fname | the file containing the fields to retrieve |
[in] | vname | the variable to retrieve |
[in] | dims | the dimensions of the fields |
[out] | field | the field |
[in] | wgts | the 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] | fname | the file containing the fields to retrieve |
[in] | vname | the variable to retrieve |
[in] | dims | the dimensions of the fields |
[out] | field | the field |
[in] | wgts | the 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:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/ocnice_prep.fd/utils_mod.F90