ocnice_prep 1.14.0
|
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. | |
Definition at line 17 of file utils_mod.F90.
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.
[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 |
Definition at line 287 of file utils_mod.F90.
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.
[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 |
Definition at line 332 of file utils_mod.F90.