libsim  Versione6.3.0
Attributi pubblici | Elenco di tutti i membri
Riferimenti per il tipo datovol7d_timerange_class::arrayof_vol7d_timerange

Derived type defining a dynamically extensible array of TYPE(vol7d_timerange) elements. Continua...

Diagramma di collaborazione per vol7d_timerange_class::arrayof_vol7d_timerange:
Collaboration graph
[legenda]

Attributi pubblici

type(vol7d_timerange),
dimension(:), pointer 
array =>NULL()
 array of TYPE(vol7d_timerange) Continua...
 
integer arraysize =0
 current logical size of the array; it may be different from the physical size SIZE(thisarray), and it should be used instead of SIZE() intrinsic function in order to evaluate the number of elements assigned to array Continua...
 
double precision overalloc =2.0D0
 overallocation factor, values close to 1 determine more calls to the system alloc function (decreased performances) at the advantage of less memory consumption, the default is 2; the results are not affected by the value of this member Continua...
 

Descrizione dettagliata

Derived type defining a dynamically extensible array of TYPE(vol7d_timerange) elements.

Definizione alla linea 412 del file vol7d_timerange_class.F90.


Generated with Doxygen.