ocnice_prep  1.13.0
All Data Structures Files Functions Variables Pages
utils_mod::dumpnc Interface Reference

Private Member Functions

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...
 

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

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 673 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 
)
private

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 545 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 
)
private

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

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 632 of file utils_mod.F90.


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