Skip to content

Commit

Permalink
add StressRess Model Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschmi committed Oct 9, 2023
1 parent 50d8912 commit 2766cb2
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ examples/plot_scale/freiburg_altheim_kupferzell/climate_projections
gpu_memory_profiling/
*_2016-*.sh
debug_setup/
examples/catchment_scale/StressRes/Moehlin/input/

# Slides or Word
*.key
Expand Down
2 changes: 2 additions & 0 deletions examples/catchment_scale/StressRes/Moehlin/README.md
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.
30 changes: 30 additions & 0 deletions examples/catchment_scale/StressRes/Moehlin/config.yml
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)
Loading

0 comments on commit 2766cb2

Please sign in to comment.