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.
5. Output Files#
SUEWS produces comprehensive output data documenting the simulation results, including energy balance, water balance, meteorological variables, and model diagnostics.
The output format is configured in the YAML configuration file. See YAML Configuration Format for configuration details.
Output Formats
Variable Reference
Legacy Documentation
5.6. State Output#
5.6.1. df_state_SSss.csv#
SUEWS automatically outputs a df_state_SSss.csv file containing:
Model configuration parameters
Initial and final states
Simulation metadata (SUEWS version, timestamps, etc.)
This file preserves model state for analysis and restart purposes.
5.7. Temporal Information#
Note
Temporal information in output files (iy, id, it, imin) are in local time
(consistent with Meteorological Forcing Data) and indicate the ending timestamp of each period.
For example, for hourly data, 2021-09-12 13:00 indicates a record for the period
between 2021-09-12 12:00 (inclusive) and 2021-09-12 13:00 (exclusive).
Exception for DailyState: When resampled to daily frequency, DailyState uses day-start labelling for readability. See DailyState - SSss_DailyState.txt for details.