ocnice_prep 1.14.0
Loading...
Searching...
No Matches
utils_mod::dumpnc Interface Reference

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.
 

Detailed Description

Definition at line 38 of file utils_mod.F90.

Member Function/Subroutine Documentation

◆ 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 )

Write a bare netcdf file of a unpacked 2D field.

Parameters
[in]fnamethe file containing ESMF regridding weights
[in]vnamethe name of the variable
[in]dimsthe variable spatial dimensions
[in]fieldthe field to write
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 674 of file utils_mod.F90.

◆ 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 )

Write a bare netcdf file of a 2D packed field.

Parameters
[in]fnamethe file containing ESMF regridding weights
[in]vnamethe name of the variable
[in]dimsthe variable spatial dimensions
[in]nfldsthe number of fields
[in]fieldthe field to write
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 546 of file utils_mod.F90.

◆ 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 )

Write a bare netcdf file of a packed 3D field.

Parameters
[in]fnamethe file containing ESMF regridding weights
[in]vnamethe name of the variable
[in]dimsthe variable spatial dimensions
[in]nkthe number of levels
[in]nfldsthe number of fields
[in]fieldthe field to write
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 589 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 )

Write a bare netcdf file of an unpacked 3D field.

Parameters
[in]fnamethe file containing ESMF regridding weights
[in]vnamethe name of the variable
[in]dimsthe variable spatial dimensions
[in]fieldthe field to write
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 633 of file utils_mod.F90.


The documentation for this interface was generated from the following file: