From 4f40eb0418f318ae8482a4d37597537d8949c41c Mon Sep 17 00:00:00 2001 From: SarahAlidoost Date: Wed, 23 Mar 2022 17:23:36 +0100 Subject: [PATCH] explain about DurationSize in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ba0c5e8d..b0c11e33 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ Integrated code of SCOPE and STEMMUS. the model runs at the site scale. For example, if we put the `FI-Hyy_1996-2014_FLUXNET2015_Met.nc` here, the model runs at the `FI-Hyy` site. + - DurationSize: total number of time steps in which model runs. It can be + `NA` or a number. Example `DurationSize=17520` runs the model for one year a + half-hour time step i.e. `365*24*2=17520`. To edit the config file, open the file with a text editor and change the paths. The variable names e.g. `SoilPropertyPath` should not be changed. @@ -178,6 +181,9 @@ Dutch National supercomputer hosted at SURF. `FI-Hyy_1996-2014_FLUXNET2015_Met.nc` here, the model runs at the `FI-Hyy` site. - VegetationPropertyPath: path to required data except `Plumber2_data` and `SoilProperty`. + - DurationSize: total number of time steps in which model runs. It can be + `NA` or a number. Example `DurationSize=17520` runs the model for one year a + half-hour time step i.e. `365*24*2=17520`. To edit the config file, open the file with a text editor and change the paths. The variable name e.g. `SoilPropertyPath` should not be changed.