libsim Versione 7.1.11
|
Classe per gestire un vettore di oggetti di tipo vol7d_var_class::vol7d_var. Continua...
Tipi di dato | |
interface | delete |
Distruttore per la classe vol7d_varvect. Continua... | |
interface | display |
display on the screen a brief content of object Continua... | |
interface | index |
Return the index of first or last element of this equal to search. Continua... | |
interface | init |
Costruttore per la classe vol7d_varvect. Continua... | |
type | vol7d_varvect |
Definisce un vettore di vol7d_var_class::vol7d_var per ogni tipo di dato supportato. Continua... | |
Funzioni/Subroutine | |
subroutine | vol7d_varvect_init (this) |
Inizializza un oggetto di tipo vol7d_varvect. | |
elemental subroutine | vol7d_varvect_delete (this) |
Distrugge l'oggetto in maniera pulita, liberando l'eventuale memoria dinamicamente allocata. | |
subroutine | vol7d_varvect_alloc (this, nvarr, nvard, nvari, nvarb, nvarc, ini) |
Metodo per allocare i vettori di variabili richiesti. | |
integer function | vol7d_varvect_index (this, search, mask, back, type) |
Return the index of first or last element of this equal to search. | |
integer function, dimension(size(search)) | vol7d_varvect_indexvect (this, search, back, type) |
Return the index of first or last element of this equal to search. | |
subroutine | display_varvect (this) |
display on the screen a brief content of vol7d_var object | |
Classe per gestire un vettore di oggetti di tipo vol7d_var_class::vol7d_var.
Questo modulo definisce una classe per gestire un vettore di ogetti vol7d_var, cioè variabili meteorologiche osservate, anche aventi tipi numerici diversi.