libsim
Versione6.3.0
|
The libsim base library defines modules and classes of general use for scientifical applications in Fortran 90. Continua...
Tipi di dato | |
module | array_utilities |
This module defines usefull general purpose function and subroutine. Continua... | |
module | char_utilities |
Utilities for CHARACTER variables. Continua... | |
module | datetime_class |
Classi per la gestione delle coordinate temporali. Continua... | |
module | err_handling |
Gestione degli errori. Continua... | |
module | file_utilities |
Utilities for managing files. Continua... | |
module | geo_coord_class |
Classes for handling georeferenced sparse points in geographical corodinates. Continua... | |
module | georef_coord_class |
This module defines objects describing georeferenced sparse points possibly with topology and projection information. Continua... | |
module | io_units |
Definition of constants related to I/O units. Continua... | |
module | kinds |
Definition of constants to be used for declaring variables of a desired type. Continua... | |
module | list_abstract |
abstract class to use lists in fortran 2003. Continua... | |
module | list_abstractforchar |
like abstract class to use character lists in fortran 2003 (gnu gcc 4.8 do not work with character(len=:). Continua... | |
module | list_byte |
class to use lists in fortran 2003. Continua... | |
module | list_character |
class to use character lists in fortran 2003 WARNING !!!! CHAR LEN IS FIXED TO listcharmaxlen. Continua... | |
module | list_doubleprecision |
class to use lists in fortran 2003. Continua... | |
module | list_integer |
class to use lists in fortran 2003. Continua... | |
module | list_link |
class to manage links for lists in fortran 2003. Continua... | |
module | list_linkchar |
class to manage links for lists in fortran 2003. Continua... | |
module | list_mix |
class to use lists in fortran 2003. Continua... | |
module | list_real |
class to use lists in fortran 2003. Continua... | |
module | missing_values |
Definitions of constants and functions for working with missing values. Continua... | |
module | optional_values |
Module for quickly interpreting the OPTIONAL parameters passed to a subprogram. Continua... | |
module | optionparser_class |
Module for parsing command-line optons. Continua... | |
module | phys_const |
Costanti fisiche (SINGOLA PRECISIONE). Continua... | |
module | doubleprecision_phys_const |
Costanti fisiche (DOUBLEPRECISION). Continua... | |
module | simple_stat |
Module for basic statistical computations taking into account missing data. Continua... | |
module | space_utilities |
Space utilities, derived from NCAR software. Continua... | |
The libsim base library defines modules and classes of general use for scientifical applications in Fortran 90.
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_base
when linking, assuming that the library has been installed in a default location.