Automated Water Supply Model (AWSM) was developed at the USDA Agricultural Research Service. AWSM was designed to streamline the workflow used to forecast the water supply of multiple water basins.
In awsm_daily_airflow the end date is 24 hours from the start date meaning that the next day's folder will be created with one value in it (for the 00:00 time). Changing it to 23 hours would make it stop after completing the 23:00 run and not make a new day.
This does not have any affect on how the model runs as the value will be recalculated for the next day, making the 00:00 hour calculated twice.
In
awsm_daily_airflow
the end date is 24 hours from the start date meaning that the next day's folder will be created with one value in it (for the00:00
time). Changing it to 23 hours would make it stop after completing the23:00
run and not make a new day.This does not have any affect on how the model runs as the value will be recalculated for the next day, making the
00:00
hour calculated twice.