|
subroutine | dumpnc1d (fname, vname, dims, field) |
| Write a bare netcdf file of a unpacked 2D field. More...
|
|
subroutine | dumpnc2d (fname, vname, dims, nflds, field) |
| Write a bare netcdf file of a 2D packed field. More...
|
|
subroutine | dumpnc3d (fname, vname, dims, nk, nflds, field) |
| Write a bare netcdf file of a packed 3D field. More...
|
|
subroutine | dumpnc3dk (fname, vname, dims, field) |
| Write a bare netcdf file of an unpacked 3D field. More...
|
|
Definition at line 38 of file utils_mod.F90.
◆ dumpnc1d()
subroutine utils_mod::dumpnc::dumpnc1d |
( |
character(len=*), intent(in) |
fname, |
|
|
character(len=*), intent(in) |
vname, |
|
|
integer, dimension(:), intent(in) |
dims, |
|
|
real(kind=8), dimension(:), intent(in) |
field |
|
) |
| |
|
private |
◆ dumpnc2d()
subroutine utils_mod::dumpnc::dumpnc2d |
( |
character(len=*), intent(in) |
fname, |
|
|
character(len=*), intent(in) |
vname, |
|
|
integer, dimension(:), intent(in) |
dims, |
|
|
integer, intent(in) |
nflds, |
|
|
real(kind=8), dimension(:,:), intent(in) |
field |
|
) |
| |
|
private |
◆ dumpnc3d()
subroutine utils_mod::dumpnc::dumpnc3d |
( |
character(len=*), intent(in) |
fname, |
|
|
character(len=*), intent(in) |
vname, |
|
|
integer, dimension(:), intent(in) |
dims, |
|
|
integer, intent(in) |
nk, |
|
|
integer, intent(in) |
nflds, |
|
|
real(kind=8), dimension(:,:,:), intent(in) |
field |
|
) |
| |
|
private |
Write a bare netcdf file of a packed 3D field.
- Parameters
-
[in] | fname | the file containing ESMF regridding weights |
[in] | vname | the name of the variable |
[in] | dims | the variable spatial dimensions |
[in] | nk | the number of levels |
[in] | nflds | the number of fields |
[in] | field | the field to write |
- Author
- Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov
Definition at line 588 of file utils_mod.F90.
◆ dumpnc3dk()
subroutine utils_mod::dumpnc::dumpnc3dk |
( |
character(len=*), intent(in) |
fname, |
|
|
character(len=*), intent(in) |
vname, |
|
|
integer, dimension(:), intent(in) |
dims, |
|
|
real(kind=8), dimension(:,:), intent(in) |
field |
|
) |
| |
|
private |
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