module NumRu::GPhys::Grib_IO

helps read Grib-formatted data

Module functions

is_a_Grib? filename)

test whether the file is a Grib file.

ARGUMENTS

RETURN VALUE

open(file, varname)

GPhys constructor from Grib.

ARGUMENTS

RETURN VALUE

EXAMPLE

write(file, gphys, name_dummy=nil)

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

ARGUMENTS

RETURN VALUE

var_names(file)

ARGUMENTS

RETURN VALUE

var_names_except_coordinates(file)