Tip
Need help? Please let us know in the SUEWS Community.
Please report issues with the manual on GitHub Issues (or use Report Issue for This Page for page-specific feedback).
Please cite SUEWS with proper information from our Zenodo page.
4.3.34. Output Configuration#
Configuration for model output files.
Parameters:
- format#
Output file format. Options: ‘txt’ for traditional text files (one per year/grid/group), ‘parquet’ for single Parquet file containing all data
- Default:
txt(TXT)
- freq#
Output frequency in seconds. Must be a multiple of the model timestep (tstep). If not specified, defaults to 3600 (hourly)
- Default:
None (optional)
- groups#
List of output groups to save (only applies to txt format). Available groups: ‘SUEWS’, ‘DailyState’, ‘snow’, ‘ESTM’, ‘RSL’, ‘BL’, ‘debug’. If not specified, defaults to [‘SUEWS’, ‘DailyState’]
- Default:
None (optional)
- path#
Output directory path where result files will be saved. If not specified, defaults to current working directory.
- Default:
None (optional)