libsim Versione 7.1.11
|
◆ vol7d_serialize_parse()
Method for parsing the command-line options provided. It must be called after the call to optionparser_parse in order to validate the options relevant to vol7d_serialize, in case of errors the raise_error subroutine is called, with possible program abort. It should be called also in case the configurable parameters are set directly rather than through command-line.
Definizione alla linea 261 del file vol7d_serialize_class.F03. 262 icol(j) = vol7d_ana_d
263 CASE('var')
264 j = j + 1
265 icol(j) = vol7d_var_d
266 CASE('network')
267 j = j + 1
268 icol(j) = vol7d_network_d
269 CASE('value')
|