|
subroutine | packarrays2d (filesrc, wgtsdir, cosrot, sinrot, vars, dims, nflds, fields) |
| Pack 2D fields into arrays by mapping type. More...
|
|
subroutine | packarrays3d (filesrc, wgtsdir, cosrot, sinrot, vars, dims, nflds, fields) |
| Pack 3D fields into arrays by mapping type. More...
|
|
Definition at line 22 of file utils_mod.F90.
◆ packarrays2d()
subroutine utils_mod::packarrays::packarrays2d |
( |
character(len=*), intent(in) |
filesrc, |
|
|
character(len=*), intent(in) |
wgtsdir, |
|
|
real(kind=8), dimension(:), intent(in) |
cosrot, |
|
|
real(kind=8), dimension(:), intent(in) |
sinrot, |
|
|
type(vardefs), dimension(:), intent(in) |
vars, |
|
|
integer, dimension(:), intent(in) |
dims, |
|
|
integer, intent(in) |
nflds, |
|
|
real(kind=8), dimension(:,:), intent(out) |
fields |
|
) |
| |
|
private |
Pack 2D fields into arrays by mapping type.
- Parameters
-
[in] | filesrc | the file containing the fields to retrieve |
[in] | wgtsdir | the path to the required ESMF regridding weights |
[in] | cosrot | the cosine of the rotation angle |
[in] | sinrot | the sine of the rotation angle |
[in] | vars | the typedefs for this packed array |
[in] | dims | the dimensions of the fields in the packed array |
[in] | nflds | the number of fields in the packed array |
[out] | fields | the packed array |
- Author
- Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov
Definition at line 65 of file utils_mod.F90.
◆ packarrays3d()
subroutine utils_mod::packarrays::packarrays3d |
( |
character(len=*), intent(in) |
filesrc, |
|
|
character(len=*), intent(in) |
wgtsdir, |
|
|
real(kind=8), dimension(:), intent(in) |
cosrot, |
|
|
real(kind=8), dimension(:), intent(in) |
sinrot, |
|
|
type(vardefs), dimension(:), intent(in) |
vars, |
|
|
integer, dimension(:), intent(in) |
dims, |
|
|
integer, intent(in) |
nflds, |
|
|
real(kind=8), dimension(:,:,:), intent(out) |
fields |
|
) |
| |
|
private |
Pack 3D fields into arrays by mapping type.
- Parameters
-
[in] | filesrc | the file containing the fields to retrieve |
[in] | wgtsdir | the path to the required ESMF regridding weights |
[in] | cosrot | the cosine of the rotation angle |
[in] | sinrot | the sine of the rotation angle |
[in] | vars | the typedefs for this packed array |
[in] | dims | the dimensions of the fields in the packed array |
[in] | nflds | the number of fields in the packed array |
[out] | fields | the packed array |
- Author
- Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov
Definition at line 127 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