NetCDF_Conventions is the general handler of NetCDF conventions for the GPhys library.
find( netcdf )
Figures out what NetCDF convention a netcdf file is following.
ARGUMENTS
RETURN VALUE
REMARK
fix_to( convention )
Fix the convention to be returned by find regardless the value of the 'Conventions' attribute.
ARGUMENTS
RETURN VALUE
add_history(netcdf, str=nil)
Adds a line to the 'history' global convention of netcdf. The line consists of date, time, user name, and str if present (e.g., '2004-03-02 17:52:25 JST horinout> '+str).
ARGUMENTS
The NetCDF Users Guide Convention (http://www.unidata.ucar.edu/packages/netcdf/docs.html).
Attribute_Mixin
See below: module NumRu::NetCDF_Convention_Users_Guide::Attribute_Mixin.
VArray_Mixin
See below: module NumRu::NetCDF_Convention_Users_Guide::VArray_Mixin.
to_s
coord_var_names(ncvar)
Returns the names of coordinate variables for all the dimensions of ncvar.
ARGUMENTS
RETURN VALUE
cell_bounds?(coord_var)
cell_center?(coord_var)
--------------------------------------------------
The module to be mixed in NumRu::AttributeNetCDF.
Methods below will become sigular methods of NumRu::AttributeNetCDF.
copy(to=nil)
---------------------------------------------------
The module to be mixed in NumRu::VArrayNetCDF.
Currently none, meaning is that no modification is made in VArrayNetCDF.
---------------------------------------------------------------------
The Wind Profiler convention (http://www.kurasc.kyoto-u.ac.jp/radar-group/wind_profiler_conventions/).
Inherits NetCDF_Convention_Users_Guide and makes appropriate redefinitions. See module NumRu::NetCDF_Convention_Users_Guide for the description of constants and module functions.