|
◆ vol7d_serialize_new()
type(vol7d_serialize) function, public vol7d_serialize_class::vol7d_serialize_new |
Constructor for the vol7d_serialize class.
It has to be called when creating a new object for the sole purpose of initializing the callbacks to default, which cannot be done implicitly until a F2008 compiler is available.
Definizione alla linea 189 del file vol7d_serialize_class.F03.
190 &a comma-separated selection of ''time,timerange,level,ana,network,var, value'' &
191 &in the desired order ')
192 CALL optionparser_add(opt, ' ', TRIM(this%ext)//'-loop ', this%loop, &
194 'order of looping on descriptors in csv output: &
195 &a comma-separated selection of ''time,timerange,level,ana,network,var '' &
196 &in the desired order, all the identifiers must be present, except ''var '', &
197 &which, if present, enables looping on variables and attributes as well ')
198 CALL optionparser_add(opt, ' ', TRIM(this%ext)//'-variable ', this%variable, &
199 this%variable, help= &
200 'list of variables that have to appear in the data columns of csv output: &
201 & ''all '' or a comma-separated list of b-table alphanumeric codes, e.g. &
202 & ''b10004,b12101 '' in the desired order ')
203 CALL optionparser_add(opt, ' ', TRIM(this%ext)//'-keep-miss ', this%keep_miss, &
|