libsim
Versione7.1.6
|
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...
Tipi di dato | |
module | grid_class |
Module for describing geographically referenced regular grids. Continua... | |
module | grid_dim_class |
Module for defining the extension and coordinates of a rectangular georeferenced grid. Continua... | |
module | grid_id_class |
This module defines an abstract interface to different drivers for access to files containing gridded information. Continua... | |
module | grid_transform_class |
Module for defining transformations between rectangular georeferenced grids and between grids and sparse points and vice-versa. Continua... | |
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). Continua... | |
module | volgrid6d_class |
This module defines objects and methods for managing data volumes on rectangular georeferenced grids. Continua... | |
module | volgrid6d_class_compute |
Extension of volgrid6d_class with methods for performing simple statistical operations on entire volumes of data. Continua... | |
module | volgrid6d_var_class |
Class for managing physical variables in a grib 1/2 fashion. Continua... | |
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.