module NumRu::GPhys::NetCDF_Convention_Users_Guide

(To be written.)

module NumRu::GPhys::NetCDF_IO

a NetCDF read/write helper by automatically interpreting conventions

Module functions

open(files, varname)

a GPhys constructor from a NetCDF file (or multiple NetCDF files).

ARGUMENTS

RETURN VALUE

EXAMPLES

write(file, gphys, name=nil)

Write a GPhys into a NetCDF file. The whole data under the GPhys (such as coordinate vars) are written self-descriptively.

ARGUMENTS

RETURN VALUE

set_convention(convention)

Set a NetCDF convention to be interpreted.

ARGUMENTS

RETURN VALUE

convention

Returns the current NetCDF convention to be interpreted.

RETURN VALUE