WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Commit 7188347d authored by Mathias Bavay's avatar Mathias Bavay
Browse files

Documentation update

Similarly to Snowpack, the simulation chaining example was based on an old ini sytax...
parent edc18d4e
No related branches found
No related merge requests found
Pipeline #1914 failed
......@@ -248,20 +248,41 @@
* METEOPATH = ../input/meteo
* STATION1 = WFJ2
*
* PSUM_S::MOVE = MS_Snow
* PSUM_L::MOVE = MS_Rain
* HS::MOVE = HS_meas ;so we can still compare measured vs modelled snow height
* TSG::MOVE = T_bottom ;so we can compare the ground temperatures
* TSS::MOVE = TSS_meas ;so we can compare the surface temperatures
*
* WFJ2::KEEP = TA TSS TSG RH ISWR ILWR HS VW DW PSUM_S PSUM_L PSUM PSUM_PH ;so we do not keep all kind of unnecessary parameters
*
* PSUM_PH::create = PRECSPLITTING
* PSUM_PH::PRECSPLITTING::type = THRESH
* PSUM_PH::PRECSPLITTING::snow = 274.35
* PSUM::create = PRECSPLITTING
* PSUM::PRECSPLITTING::type = THRESH
* PSUM::PRECSPLITTING::snow = 274.35
* [InputEditing]
* *::EDIT1 = MOVE
* *::ARG1::DEST = PSUM_S
* *::ARG1::SRC = MS_Snow
*
* *::EDIT2 = MOVE
* *::ARG2::DEST = PSUM_L
* *::ARG2::SRC = MS_Rain
*
* *::EDIT3 = MOVE ;so we can still compare measured vs modelled snow height
* *::ARG3::DEST = HS
* *::ARG3::SRC = HS_meas
*
* *::EDIT4 = MOVE ;so we can compare the ground temperatures
* *::ARG4::DEST = TSG
* *::ARG4::SRC = T_bottom
*
* *::EDIT5 = MOVE ;so we can compare the surface temperatures
* *::ARG5::DEST = TSS
* *::ARG5::SRC = TSS_meas
*
* *::EDIT6 = KEEP
* *::ARG6::PARAMS = TA TSS TSG RH ISWR ILWR HS VW DW PSUM_S PSUM_L PSUM PSUM_PH ;so we do not keep all kind of unnecessary parameters
*
* *::EDIT7 = CREATE
* *::ARG7::PARAM = PSUM_PH
* *::ARG7::ALGORITHM = PRECSPLITTING
* *::ARG7::TYPE = THRESH
* *::ARG7::SNOW = 274.35
*
* *::EDIT8 = CREATE
* *::ARG8::PARAM = PSUM
* *::ARG8::ALGORITHM = PRECSPLITTING
* *::ARG8::TYPE = THRESH
* *::ARG8::SNOW = 274.35
*
* [SNOWPACK]
* ENFORCE_MEASURED_SNOW_HEIGHTS = FALSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment