libsim
Versione 7.1.6
|
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.
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.