-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
612 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# RoGeR toolbox setup: StressRes | ||
The RoGeR setup for the StressRes project of the Moehlin catchment area. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# --- Settings -------------------------------------------------------------- | ||
# name of the model run; is used to name the output files | ||
identifier: ONED_Moehlin | ||
|
||
# --- Diagnostics -------------------------------------------------------------- | ||
# simulated hydrologic fluxes | ||
OUTPUT_RATE: | ||
- "prec" | ||
- "aet" # actual evapotranspiration (mm/day) | ||
- "transp" # transpiration (mm/day) | ||
- "evap_soil" # soil evaporation (mm/day) | ||
- "inf_mat_rz" # soil matrix infiltration into root zone (mm/day) | ||
- "inf_mp_rz" # macropore infiltration into root zone (mm/day) | ||
- "inf_sc_rz" # shrinkage crack infiltration into root zone (mm/day) | ||
- "inf_ss" # infiltration into subsoil (mm/day) | ||
- "q_rz" # percolation from root zone (mm/day) | ||
- "q_ss" # percolation from subsoil (mm/day) | ||
- "q_sub" # lateral subsurface runoff (mm/day) | ||
- "cpr_rz" # capillary rise from subsoil into root zone (mm/day) | ||
- "dS" # change of storage volume (mm/day) | ||
- "q_snow" # snow melt (mm/day) | ||
|
||
# simulated hydrologic storages | ||
OUTPUT_COLLECT: | ||
- "S_rz" # storage volume of root zone (mm) | ||
- "S_ss" # storage volume of subsoil (mm) | ||
- "theta_rz" # soil water content of root zone (-) | ||
- "theta_ss" # soil water content of subsoil (-) | ||
- "theta" # soil water content (-) | ||
- "S_snow" # storage volume snow cover (mm) |
Oops, something went wrong.