NCEPLIBS-ncio  1.0.0
All Namespaces Files Functions
module_ncio.f90 File Reference

Module for reading/writing netcdf files output by the GFS. More...

Go to the source code of this file.

Modules

module  module_ncio
 writing requires a template file.
 

Functions/Subroutines

subroutine, public module_ncio::close_dataset (dset, errcode)
 Close a netcdf file, deallocate members of dataset object. More...
 
type(dataset) function, public module_ncio::create_dataset (filename, dsetin, copy_vardata, paropen, nocompress, mpicomm, errcode)
 Create new dataset, using an existing dataset object to define. More...
 
type(dimension) function, public module_ncio::get_dim (dset, dimname)
 Get Dimension object given name. More...
 
integer function, dimension(6), public module_ncio::get_idate_from_time_units (dset)
 return integer array with year,month,day,hour,minute,second parsed from time units attribute. More...
 
integer function, public module_ncio::get_ndim (dset, dimname)
 Get Dimension index given name. More...
 
integer function, public module_ncio::get_nvar (dset, varname)
 Get Variable index given name. More...
 
character(len=nf90_max_name) function, public module_ncio::get_time_units_from_idate (idate, time_measure)
 create time units attribute of form 'hours since YYYY-MM-DD HH:MM:SS' from integer array with year,month,day,hour,minute,second optional argument 'time_measure' can be used to change 'hours' to 'days', 'minutes', 'seconds' etc. More...
 
type(variable) function, public module_ncio::get_var (dset, varname)
 Get Variable object given name. More...
 
logical function, public module_ncio::has_attr (dset, attname, varname)
 
logical function, public module_ncio::has_var (dset, varname)
 
type(dataset) function, public module_ncio::open_dataset (filename, errcode, paropen, mpicomm)
 Open existing dataset, create dataset object for reading netcdf file. More...
 

Detailed Description

Module for reading/writing netcdf files output by the GFS.

Author
jeff whitaker jeffr.nosp@m.ey.s.nosp@m..whit.nosp@m.aker.nosp@m.@noaa.nosp@m..gov
Date
201910

Definition in file module_ncio.f90.