libsim Versione 7.2.4
Moduli
Libsim package, vol7d library.

The libsim vol7d library contains classes for managing pointwise data, tipically weather observations, and for their import from a Db-All.e database or from a WMO BUFR file. Continua...

Moduli

module  dballe_class
 class for import and export data from e to DB-All.e.
 
module  stat_proc_engine
 This module contains functions that are only for internal use of the library.
 
module  vol7d_ana_class
 Classe per la gestione dell'anagrafica di stazioni meteo e affini.
 
module  vol7d_class
 Classe per la gestione di un volume completo di dati osservati.
 
module  vol7d_class_compute
 Extension of vol7d_class with methods for performing simple statistical operations on entire volumes of data.
 
module  vol7d_dballe_class
 classe per import ed export di volumi da e in DB-All.e
 
module  vol7d_level_class
 Classe per la gestione dei livelli verticali in osservazioni meteo e affini.
 
module  vol7d_network_class
 Classe per la gestione delle reti di stazioni per osservazioni meteo e affini.
 
module  vol7d_serialize_class
 Extension of vol7d_class for serializing the contents of a volume.
 
module  vol7d_timerange_class
 Classe per la gestione degli intervalli temporali di osservazioni meteo e affini.
 
module  vol7d_var_class
 Classe per la gestione delle variabili osservate da stazioni meteo e affini.
 
module  vol7d_varvect_class
 Classe per gestire un vettore di oggetti di tipo vol7d_var_class::vol7d_var.
 

Descrizione dettagliata

The libsim vol7d library contains classes for managing pointwise data, tipically weather observations, and for their import from a Db-All.e database or from a WMO BUFR file.

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_vol7d when linking, assuming that the library has been installed in a default location.


Generated with Doxygen.