libsim  Versione 7.1.7

◆ vol7d_serialize_parse()

subroutine vol7d_serialize_class::vol7d_serialize_parse ( class(vol7d_serialize), intent(inout)  this,
integer, intent(in), optional  category 
)
private

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.

Parametri
[in,out]thisobject having undorgone the vol7d_serialize_optionparser method
[in]categorylog4fortran category for logging error messages

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')

Generated with Doxygen.