Skip to content

Commit

Permalink
Include establishment in output for the example simulation run
Browse files Browse the repository at this point in the history
- close #411
  • Loading branch information
dschlaep committed Jun 18, 2024
1 parent 8db40de commit 7c5ecbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# NEWS

# SOILWAT2 v8.0.0-devel
* Simulation output remains the same as the previous version.
However, output of establishment/recruitment for two species is now
generated by default by the example simulation run.

* SOILWAT2 can now be compiled in one of two modes
(#361, #362, #363; @N1ckP3rsl3y, @dschlaep):
Expand Down Expand Up @@ -96,6 +99,10 @@
`X - SW_WRAPUPTIME` seconds; if the option `"-t X"` is absent,
then there is (practically) no wall time limit.

## Changes to outputs
* Output of establishment/recruitment for two species is now
generated by default by the example simulation run (#411; @dschlaep).

## Changes to inputs and outputs for `"netCDF"`-based SOILWAT2
* `"netCDF"`-based SOILWAT2 is compiled if the new preprocessor definition
`"SWNETCDF"` is made available, e.g., `CPPFLAGS=-DSWNETCDF make all`
Expand Down
2 changes: 1 addition & 1 deletion tests/example/Input/estab.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#--- Activate/deactivate plant establishment calculations

0 # 1/0 = do/don't calculate and output establishment conditions
1 # 1/0 = do/don't calculate and output establishment conditions


#--- File names with establishment parameters (only used if activated)
Expand Down
4 changes: 2 additions & 2 deletions tests/example/Input/outsetup.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ TIMESTEP dy wk mo yr # must be lowercase
WETDAY SUM DY 1 end wetdays /* days above swc_wet */
SNOWPACK AVG WK 1 end snowpack /* snowpack water equivalent (cm), snowdepth (cm); since snowpack is already summed, use avg - sum sums the sums = nonsense */
DEEPSWC SUM MO 1 end deep_drain /* deep drainage into lowest layer (cm) */
SOILTEMP AVG MO 1 end temp_soil /* soil temperature from each soil layer (in celsius) */
SOILTEMP AVG MO 1 end temp_soil /* soil temperature from each soil layer (in celsius) */
FROZEN AVG MO 1 end frozen_soil /*Frozen state for each soil layer */
ESTABL OFF YR 1 end estabs /* yearly establishment results */
ESTABL AVG YR 1 end estabs /* yearly establishment results */
CO2EFFECTS AVG DY 1 end co2effects /* vegetation CO2-effect (multiplier) for trees, shrubs, forbs, grasses; WUE CO2-effect (multiplier) for trees, shrubs, forbs, grasses */
BIOMASS AVG DY 1 end vegetation /* vegetation: cover (%) for trees, shrubs, forbs, grasses; biomass (g/m2 as component of total) for total, trees, shrubs, forbs, grasses, and litter; live biomass (g/m2 as component of total) total, trees, shrubs, forbs, grasses; leaf area index LAI (m2/m2) */

0 comments on commit 7c5ecbd

Please sign in to comment.