libsim Versione 7.2.6
Riferimenti per il tipo datovol7d_serialize

Class for serializing a vol7d object. Continua...

Diagramma di collaborazione per vol7d_serialize:

Membri pubblici

procedure vol7d_serialize_optionparser (this, opt, ext)
 Method for adding the standard vol7d_serialize command-line options to a program.
 
procedure vol7d_serialize_parse (this, category)
 Method for parsing the command-line options provided.
 

Attributi pubblici

character(len=512), public column ='time,timerange,ana,level,network'
 columns that appear in output
 
character(len=512), public loop ='time,timerange,ana,level,network'
 order of looping on vol7d descriptors, var is optional, all the others are compulsory
 
character(len=512), public variable ='all'
 list of variables to output, or 'all'
 
character(len=8), public ext = 'ser'
 extension to use for command-line arguments
 
logical, public keep_miss =.FALSE.
 keep in output the elements with all missing data
 
logical, public no_rescale =.FALSE.
 do not rescale integer values in output
 
logical, public cachedesc =.FALSE.
 cache descriptors that do not change from one line to the next
 
logical, public anaonly =.FALSE.
 export only station volumes
 
logical, public dataonly =.FALSE.
 export only data volumes
 

Descrizione dettagliata

Class for serializing a vol7d object.

Configurable components are PUBLIC, while the others are PRIVATE and undocumented.

Definizione alla linea 87 del file vol7d_serialize_class.F03.


Generated with Doxygen.