ocnice_prep 1.14.0
|
Public Member Functions | |
subroutine | dumpnc1d (fname, vname, dims, field) |
Write a bare netcdf file of a unpacked 2D field. | |
subroutine | dumpnc2d (fname, vname, dims, nflds, field) |
Write a bare netcdf file of a 2D packed field. | |
subroutine | dumpnc3d (fname, vname, dims, nk, nflds, field) |
Write a bare netcdf file of a packed 3D field. | |
subroutine | dumpnc3dk (fname, vname, dims, field) |
Write a bare netcdf file of an unpacked 3D field. | |
Definition at line 38 of file utils_mod.F90.
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 ) |
Write a bare netcdf file of a unpacked 2D field.
[in] | fname | the file containing ESMF regridding weights |
[in] | vname | the name of the variable |
[in] | dims | the variable spatial dimensions |
[in] | field | the field to write |
Definition at line 674 of file utils_mod.F90.
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 ) |
Write a bare netcdf file of a 2D packed field.
[in] | fname | the file containing ESMF regridding weights |
[in] | vname | the name of the variable |
[in] | dims | the variable spatial dimensions |
[in] | nflds | the number of fields |
[in] | field | the field to write |
Definition at line 546 of file utils_mod.F90.
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 ) |
Write a bare netcdf file of a packed 3D field.
[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 |
Definition at line 589 of file utils_mod.F90.
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 ) |
Write a bare netcdf file of an unpacked 3D field.
[in] | fname | the file containing ESMF regridding weights |
[in] | vname | the name of the variable |
[in] | dims | the variable spatial dimensions |
[in] | field | the field to write |
Definition at line 633 of file utils_mod.F90.