- num_digits: Integer indicating the number of decimal places for numeric
fields. Default:- 8L
 
- view_in_ip: Whether models should be presented in IP units.  Default:- FALSE
 
- validate_level: The strictness level of validation during field value
modification and model error checking. Possible value:- "none",- "draft"and- "final". Default:- "final". Detailed description:
 - 
- For - "none", none validation will be done;
 
- For - "draft", checking of invalid autosize, autocalculate, character,
numeric, integer, and choice field values will be done;
 
- For - "final", besides above, checking of incomplete extensible groups,
missing required objects, duplicated unique objects, object name
conflicts, missing required fields and invalid field value reference will
also be done.
 
 
- verbose_info: Whether to show information messages. Default:- TRUE.
 
- save_format: The format to use when saving Idf objects to- .idffiles.
Possible values:- "asis",- "sorted",- "new_top"and- "new_bottom".
The later three have the same effect as- Save Optionssettings- "Sorted",- "Original with New at Top"and- "Original with New at Bottom"in IDF Editor, respectively. For- "asis", the saving format
will be set according to the header of IDF file. If no header found,- "sorted"is used. "Default:- "asis".
 
- num_parallel: Maximum number of parallel simulations to run. Default:- parallel::detectCores().