From 1f7c24f947e499d1d4e7772732cacb5a605e1e3d Mon Sep 17 00:00:00 2001 From: SarahAlidoost Date: Wed, 23 Mar 2022 17:24:16 +0100 Subject: [PATCH] add DurationSize to crib config, set DurationSize to one year in snellius config --- config_file_crib.txt | 3 ++- config_file_snellius.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config_file_crib.txt b/config_file_crib.txt index b4469daf..86d6cd79 100644 --- a/config_file_crib.txt +++ b/config_file_crib.txt @@ -2,4 +2,5 @@ SoilPropertyPath=/data/shared/EcoExtreML/STEMMUS_SCOPEv1.0.0/input/SoilProperty/ InputPath=/home/jovyan/private/06_STEMMUS_SCOPE/GitEcoExtreML/data/ OutputPath=/home/jovyan/private/06_STEMMUS_SCOPE/GitEcoExtreML/data/output/ ForcingPath=/data/shared/EcoExtreML/STEMMUS_SCOPEv1.0.0/input/Plumber2_data/ -ForcingFileName=FI-Hyy_1996-2014_FLUXNET2015_Met.nc \ No newline at end of file +ForcingFileName=FI-Hyy_1996-2014_FLUXNET2015_Met.nc +DurationSize=NA \ No newline at end of file diff --git a/config_file_snellius.txt b/config_file_snellius.txt index 22a73465..f70f5eac 100644 --- a/config_file_snellius.txt +++ b/config_file_snellius.txt @@ -4,4 +4,4 @@ OutputPath=/scratch-shared/ecoextreml/stemmus_scope/output/ ForcingPath=/projects/0/einf2480/forcing/plumber2_data/ ForcingFileName=FI-Hyy_1996-2014_FLUXNET2015_Met.nc VegetationPropertyPath=/projects/0/einf2480/model_parameters/vegetation_property/ -DurationSize=10 \ No newline at end of file +DurationSize=17520 \ No newline at end of file