smartpy.SMART.write_output_files
- SMART.write_output_files(which='both', parallel=False)
Record the discharge time series in output file(s).
- Parameters
- which:
str The discharge time series to record in output files. The options are:
'modelled'Only record the simulated time series.
'observed'Only record the observed time series.
'both'Record the simulated and the observed time series.
If not provided, set to default value
'both.- parallel:
bool, optional Whether to open the output files with parallel I/O enabled. This option is only applicable for NetCDf output files. If not provided, set to default value
False(i.e. not enabling parallel I/O).
- which: