Skip to content

Commit

Permalink
deploy: 64a221e
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Dec 20, 2024
1 parent 14bf513 commit 0507e52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion previews/PR517/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@
"href": "user_guide/required_files.html#the-configuration-file-settings.toml",
"title": "Required files",
"section": "The configuration file (settings.toml)",
"text": "The configuration file (settings.toml)\nThe configuration file contains all relevant settings for running wflow, such as the simulation period, the model settings, the mapping between input files and (internal) model parameters. More details and explanations can be found here. An example configuration file is presented below.\n\n\nClick to show example .toml file\n\n\n# This is a TOML configuration file for Wflow.\n# Relative file paths are interpreted as being relative to this TOML file.\n# Wflow documentation https://deltares.github.io/Wflow.jl/dev/\n# TOML documentation: https://github.com/toml-lang/toml\n\nendtime = 2000-01-10T00:00:00\ndir_input = \"data/input\"\ndir_output = \"data/output\"\nloglevel = \"info\"\n\n[input]\npath_forcing = \"forcing-moselle.nc\"\npath_static = \"staticmaps-moselle.nc\"\n\n# these are not directly part of the model\nldd = \"wflow_ldd\"\nriver_location = \"wflow_river\"\nsubcatchment = \"wflow_subcatch\"\n\n# specify the internal IDs of the parameters which vary over time\n# the external name mapping needs to be below together with the other mappings\nforcing = [\n \"land.atmospheric_forcing.precipitation\",\n \"land.atmospheric_forcing.temperature\",\n \"land.atmospheric_forcing.potential_evaporation\",\n]\n\ncyclic = [\"land.vegetation_parameter_set.leaf_area_index\"]\n\n[input.land.vegetation_parameter_set]\nleaf_area_index = \"LAI\"\nkext = \"Kext\"\nstorage_specific_leaf = \"Sl\"\nstorage_wood = \"Swood\"\nrootingdepth = \"RootingDepth\"\n\n[input.land.interception.parameters]\ne_r = \"EoverR\"\n\n[input.land.atmospheric_forcing]\npotential_evaporation = \"pet\"\nprecipitation = \"precip\"\ntemperature = \"temp\"\n\n[input.land.runoff.parameters]\nwaterfrac = \"WaterFrac\"\n\n[input.land.soil.parameters]\nc = \"c\"\ncf_soil = \"cf_soil\"\nf = \"f\"\ninfiltcappath = \"InfiltCapPath\"\ninfiltcapsoil = \"InfiltCapSoil\"\ntheta_r = \"thetaR\"\ntheta_s = \"thetaS\"\nmaxleakage = \"MaxLeakage\"\npathfrac = \"PathFrac\"\nrootdistpar = \"rootdistpar\"\nsoilthickness = \"SoilThickness\"\nkv_0 = \"KsatVer\"\n\n[input.land.snow.parameters]\ntt = \"TT\"\ntti = \"TTI\"\nttm = \"TTM\"\ncfmax = \"Cfmax\"\n\n[input.lateral.river]\nlength = \"wflow_riverlength\"\nn = \"N_River\"\nslope = \"RiverSlope\"\nwidth = \"wflow_riverwidth\"\n\n[input.lateral.river.reservoir]\narea = \"ResSimpleArea\"\nareas = \"wflow_reservoirareas\"\ndemand = \"ResDemand\"\nlocs = \"wflow_reservoirlocs\"\nmaxrelease = \"ResMaxRelease\"\nmaxvolume = \"ResMaxVolume\"\ntargetfullfrac = \"ResTargetFullFrac\"\ntargetminfrac = \"ResTargetMinFrac\"\n\n[input.lateral.subsurface]\nksathorfrac = \"KsatHorFrac\"\n\n[input.lateral.land]\nn = \"N\"\nslope = \"Slope\"\n\n[model]\nthicknesslayers = [100, 300, 800]\ntype = \"sbm\"\n\n[csv]\npath = \"output_moselle_simple.csv\"\n\n[[csv.column]]\ncoordinate.x = 7.378\ncoordinate.y = 50.204\nheader = \"Q\"\nparameter = \"lateral.river.variables.q\"\n\n[[csv.column]]\nheader = \"recharge\"\nparameter = \"land.soil.variables.recharge\"\nreducer = \"mean\"",
"text": "The configuration file (settings.toml)\nThe configuration file contains all relevant settings for running wflow, such as the simulation period, the model settings, the mapping between input files and (internal) model parameters. More details and explanations can be found here. An example configuration file is presented below.\n\n\nClick to show example .toml file\n\n\n# This is a TOML configuration file for Wflow.\n# Relative file paths are interpreted as being relative to this TOML file.\n# Wflow documentation https://deltares.github.io/Wflow.jl/dev/\n# TOML documentation: https://github.com/toml-lang/toml\n\nendtime = 2000-01-10T00:00:00\ndir_input = \"data/input\"\ndir_output = \"data/output\"\nloglevel = \"info\"\n\n[input]\npath_forcing = \"forcing-moselle.nc\"\npath_static = \"staticmaps-moselle.nc\"\n\n# these are not directly part of the model\nldd = \"wflow_ldd\"\nriver_location = \"wflow_river\"\nsubcatchment = \"wflow_subcatch\"\n\n# specify the internal IDs of the parameters which vary over time\n# the external name mapping needs to be below together with the other mappings\nforcing = [\n \"land.atmospheric_forcing.precipitation\",\n \"land.atmospheric_forcing.temperature\",\n \"land.atmospheric_forcing.potential_evaporation\",\n]\n\ncyclic = [\"land.vegetation_parameter_set.leaf_area_index\"]\n\n[input.land.vegetation_parameter_set]\nleaf_area_index = \"LAI\"\nkext = \"Kext\"\nstorage_specific_leaf = \"Sl\"\nstorage_wood = \"Swood\"\nrootingdepth = \"RootingDepth\"\n\n[input.land.interception.parameters]\ne_r = \"EoverR\"\n\n[input.land.atmospheric_forcing]\npotential_evaporation = \"pet\"\nprecipitation = \"precip\"\ntemperature = \"temp\"\n\n[input.land.runoff.parameters]\nwaterfrac = \"WaterFrac\"\n\n[input.land.soil.parameters]\nc = \"c\"\ncf_soil = \"cf_soil\"\nf = \"f\"\ninfiltcappath = \"InfiltCapPath\"\ninfiltcapsoil = \"InfiltCapSoil\"\ntheta_r = \"thetaR\"\ntheta_s = \"thetaS\"\nmaxleakage = \"MaxLeakage\"\npathfrac = \"PathFrac\"\nrootdistpar = \"rootdistpar\"\nsoilthickness = \"SoilThickness\"\nkv_0 = \"KsatVer\"\n\n[input.land.snow.parameters]\ntt = \"TT\"\ntti = \"TTI\"\nttm = \"TTM\"\ncfmax = \"Cfmax\"\n\n[input.routing.river_flow]\nlength = \"wflow_riverlength\"\nn = \"N_River\"\nslope = \"RiverSlope\"\nwidth = \"wflow_riverwidth\"\n\n[input.routing.river_flow.reservoir]\narea = \"ResSimpleArea\"\nareas = \"wflow_reservoirareas\"\ndemand = \"ResDemand\"\nlocs = \"wflow_reservoirlocs\"\nmaxrelease = \"ResMaxRelease\"\nmaxvolume = \"ResMaxVolume\"\ntargetfullfrac = \"ResTargetFullFrac\"\ntargetminfrac = \"ResTargetMinFrac\"\n\n[input.routing.subsurface_flow]\nksathorfrac = \"KsatHorFrac\"\n\n[input.routing.overland_flow]\nn = \"N\"\nslope = \"Slope\"\n\n[model]\nthicknesslayers = [100, 300, 800]\ntype = \"sbm\"\n\n[csv]\npath = \"output_moselle_simple.csv\"\n\n[[csv.column]]\ncoordinate.x = 7.378\ncoordinate.y = 50.204\nheader = \"Q\"\nparameter = \"routing.river_flow.variables.q\"\n\n[[csv.column]]\nheader = \"recharge\"\nparameter = \"land.soil.variables.recharge\"\nreducer = \"mean\"",
"crumbs": [
"User guide",
"Required files"
Expand Down
10 changes: 5 additions & 5 deletions previews/PR517/user_guide/required_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,13 +449,13 @@ <h2 class="anchored" data-anchor-id="the-configuration-file-settings.toml">The c
<span id="cb1-66"><a href="#cb1-66" aria-hidden="true" tabindex="-1"></a><span class="dt">ttm</span> <span class="op">=</span> <span class="st">"TTM"</span></span>
<span id="cb1-67"><a href="#cb1-67" aria-hidden="true" tabindex="-1"></a><span class="dt">cfmax</span> <span class="op">=</span> <span class="st">"Cfmax"</span></span>
<span id="cb1-68"><a href="#cb1-68" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-69"><a href="#cb1-69" aria-hidden="true" tabindex="-1"></a><span class="kw">[input.lateral.river]</span></span>
<span id="cb1-69"><a href="#cb1-69" aria-hidden="true" tabindex="-1"></a><span class="kw">[input.routing.river_flow]</span></span>
<span id="cb1-70"><a href="#cb1-70" aria-hidden="true" tabindex="-1"></a><span class="dt">length</span> <span class="op">=</span> <span class="st">"wflow_riverlength"</span></span>
<span id="cb1-71"><a href="#cb1-71" aria-hidden="true" tabindex="-1"></a><span class="dt">n</span> <span class="op">=</span> <span class="st">"N_River"</span></span>
<span id="cb1-72"><a href="#cb1-72" aria-hidden="true" tabindex="-1"></a><span class="dt">slope</span> <span class="op">=</span> <span class="st">"RiverSlope"</span></span>
<span id="cb1-73"><a href="#cb1-73" aria-hidden="true" tabindex="-1"></a><span class="dt">width</span> <span class="op">=</span> <span class="st">"wflow_riverwidth"</span></span>
<span id="cb1-74"><a href="#cb1-74" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-75"><a href="#cb1-75" aria-hidden="true" tabindex="-1"></a><span class="kw">[input.lateral.river.reservoir]</span></span>
<span id="cb1-75"><a href="#cb1-75" aria-hidden="true" tabindex="-1"></a><span class="kw">[input.routing.river_flow.reservoir]</span></span>
<span id="cb1-76"><a href="#cb1-76" aria-hidden="true" tabindex="-1"></a><span class="dt">area</span> <span class="op">=</span> <span class="st">"ResSimpleArea"</span></span>
<span id="cb1-77"><a href="#cb1-77" aria-hidden="true" tabindex="-1"></a><span class="dt">areas</span> <span class="op">=</span> <span class="st">"wflow_reservoirareas"</span></span>
<span id="cb1-78"><a href="#cb1-78" aria-hidden="true" tabindex="-1"></a><span class="dt">demand</span> <span class="op">=</span> <span class="st">"ResDemand"</span></span>
Expand All @@ -465,10 +465,10 @@ <h2 class="anchored" data-anchor-id="the-configuration-file-settings.toml">The c
<span id="cb1-82"><a href="#cb1-82" aria-hidden="true" tabindex="-1"></a><span class="dt">targetfullfrac</span> <span class="op">=</span> <span class="st">"ResTargetFullFrac"</span></span>
<span id="cb1-83"><a href="#cb1-83" aria-hidden="true" tabindex="-1"></a><span class="dt">targetminfrac</span> <span class="op">=</span> <span class="st">"ResTargetMinFrac"</span></span>
<span id="cb1-84"><a href="#cb1-84" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-85"><a href="#cb1-85" aria-hidden="true" tabindex="-1"></a><span class="kw">[input.lateral.subsurface]</span></span>
<span id="cb1-85"><a href="#cb1-85" aria-hidden="true" tabindex="-1"></a><span class="kw">[input.routing.subsurface_flow]</span></span>
<span id="cb1-86"><a href="#cb1-86" aria-hidden="true" tabindex="-1"></a><span class="dt">ksathorfrac</span> <span class="op">=</span> <span class="st">"KsatHorFrac"</span></span>
<span id="cb1-87"><a href="#cb1-87" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-88"><a href="#cb1-88" aria-hidden="true" tabindex="-1"></a><span class="kw">[input.lateral.land]</span></span>
<span id="cb1-88"><a href="#cb1-88" aria-hidden="true" tabindex="-1"></a><span class="kw">[input.routing.overland_flow]</span></span>
<span id="cb1-89"><a href="#cb1-89" aria-hidden="true" tabindex="-1"></a><span class="dt">n</span> <span class="op">=</span> <span class="st">"N"</span></span>
<span id="cb1-90"><a href="#cb1-90" aria-hidden="true" tabindex="-1"></a><span class="dt">slope</span> <span class="op">=</span> <span class="st">"Slope"</span></span>
<span id="cb1-91"><a href="#cb1-91" aria-hidden="true" tabindex="-1"></a></span>
Expand All @@ -483,7 +483,7 @@ <h2 class="anchored" data-anchor-id="the-configuration-file-settings.toml">The c
<span id="cb1-100"><a href="#cb1-100" aria-hidden="true" tabindex="-1"></a><span class="dt">coordinate.x</span> <span class="op">=</span> <span class="fl">7.378</span></span>
<span id="cb1-101"><a href="#cb1-101" aria-hidden="true" tabindex="-1"></a><span class="dt">coordinate.y</span> <span class="op">=</span> <span class="fl">50.204</span></span>
<span id="cb1-102"><a href="#cb1-102" aria-hidden="true" tabindex="-1"></a><span class="dt">header</span> <span class="op">=</span> <span class="st">"Q"</span></span>
<span id="cb1-103"><a href="#cb1-103" aria-hidden="true" tabindex="-1"></a><span class="dt">parameter</span> <span class="op">=</span> <span class="st">"lateral.river.variables.q"</span></span>
<span id="cb1-103"><a href="#cb1-103" aria-hidden="true" tabindex="-1"></a><span class="dt">parameter</span> <span class="op">=</span> <span class="st">"routing.river_flow.variables.q"</span></span>
<span id="cb1-104"><a href="#cb1-104" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-105"><a href="#cb1-105" aria-hidden="true" tabindex="-1"></a><span class="kw">[[csv.column]]</span></span>
<span id="cb1-106"><a href="#cb1-106" aria-hidden="true" tabindex="-1"></a><span class="dt">header</span> <span class="op">=</span> <span class="st">"recharge"</span></span>
Expand Down

0 comments on commit 0507e52

Please sign in to comment.