Skip to content

Commit

Permalink
Update sbm_config.toml server test
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Dec 10, 2024
1 parent 2e88167 commit 8d6d340
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions server/test/sbm_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ ldd = "wflow_ldd"
river_location = "wflow_river"
subcatchment = "wflow_subcatch"

atmosphere_air__snowfall_temperature_threshold = "TT"
atmosphere_air__snowfall_temperature_interval = "TTI"
snowpack__melting_temperature_threshold = "TTM"
snowpack__degree-day_coefficient = "Cfmax"

# specify the internal IDs of the parameters which vary over time
# the external name mapping needs to be below together with the other mappings
forcing = [
Expand Down Expand Up @@ -99,12 +104,6 @@ pathfrac = "PathFrac"
rootdistpar = "rootdistpar"
soilthickness = "SoilThickness"

[input.vertical.snow.parameters]
tt = "TT"
tti = "TTI"
ttm = "TTM"
cfmax = "Cfmax"

[input.vertical.soil.parameters.kv_0]
netcdf.variable.name = "KsatVer"
scale = 1.0
Expand Down

0 comments on commit 8d6d340

Please sign in to comment.