libsim  Versione7.2.1
Moduli
Libsim package, volgrid6d library.

The libsim volgrid6d library contains classes for managing data on regular rectangular grids, tipically the output of a numerical weather prediction model, and for their import from a WMO GRIB file of from other geophysical data file formats. Continua...

Moduli

module  grid_class
 Module for describing geographically referenced regular grids.
 
module  grid_dim_class
 Module for defining the extension and coordinates of a rectangular georeferenced grid.
 
module  grid_id_class
 This module defines an abstract interface to different drivers for access to files containing gridded information.
 
module  grid_transform_class
 Module for defining transformations between rectangular georeferenced grids and between grids and sparse points and vice-versa.
 
module  gridinfo_class
 Class for managing information about a single gridded georeferenced field, typically imported from an on-disk dataset like a grib file (grib_api driver) or a file in a gdal-supported format (gdal driver).
 
module  volgrid6d_class
 This module defines objects and methods for managing data volumes on rectangular georeferenced grids.
 
module  volgrid6d_class_compute
 Extension of volgrid6d_class with methods for performing simple statistical operations on entire volumes of data.
 
module  volgrid6d_var_class
 Class for managing physical variables in a grib 1/2 fashion.
 

Descrizione dettagliata

The libsim volgrid6d library contains classes for managing data on regular rectangular grids, tipically the output of a numerical weather prediction model, and for their import from a WMO GRIB file of from other geophysical data file formats.

In order to compile and link programs using this library, you have to insert the required USE statements in the program units involved, specify the location of module files when compiling (tipically -I/usr/lib/gfortran/modules or -I/usr/lib64/gfortran/modules or -I/usr/include) and indicate the library name -lsim_volgrid6d when linking, assuming that the library has been installed in a default location.


Generated with Doxygen.