diff --git a/.idea/misc.xml b/.idea/misc.xml index 0b76fe5..a0bb070 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,8 @@ + + diff --git a/installer/Hohenfinow2/sim-min.json b/installer/Hohenfinow2/sim-min.json index 472cff9..b437ea3 100644 --- a/installer/Hohenfinow2/sim-min.json +++ b/installer/Hohenfinow2/sim-min.json @@ -30,6 +30,7 @@ "Date", "Crop", "Stage", + "Kc", "Irrig", "ETa/ETc", "AbBiom", diff --git a/installer/Hohenfinow2/site-min.json b/installer/Hohenfinow2/site-min.json index 0506a39..2e20163 100644 --- a/installer/Hohenfinow2/site-min.json +++ b/installer/Hohenfinow2/site-min.json @@ -4,7 +4,7 @@ "Slope": 0, "HeightNN": [0 , "m"], "NDeposition": [30, "kg N ha-1 y-1"], - "Bare_soil_KC_factor": 0.888, + "Bare_soil_KC_factor": 0.2, "SoilProfileParameters": [ { diff --git a/src/resource/version.h b/src/resource/version.h index 2acfc36..a270d39 100644 --- a/src/resource/version.h +++ b/src/resource/version.h @@ -6,7 +6,7 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 6 -#define VERSION_REVISION 24 +#define VERSION_REVISION 25 #define VERSION_BUILD 214 #define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD