Skip to content

Commit

Permalink
Merge pull request #519 from DrylandEcology/feature_minmax_soiltemp
Browse files Browse the repository at this point in the history
Incorporates SOILWAT2 v6.5.0 (https://github.com/DrylandEcology/SOILWAT2/releases/tag/v6.5.0)
* Added minimum and maximum temperature for every soil layer
* Added minimum and maximum temperature for surface
  • Loading branch information
N1ckP3rsl3y committed Jun 17, 2022
2 parents 8ed9e6e + 8773b71 commit 69486d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sw_src
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OUTSEP c
TIMESTEP dy mo yr # must be lowercase

# KEY SUMTYPE PERIOD START END FILENAME_PREFIX DESCRIPTION
TEMP AVG WK 1 end temp_air /* max., min, average air temperature (C) */
TEMP AVG WK 1 end temp_air /* max., min., average air temperature (C) max., min., average surface temperature (C)*/
PRECIP SUM MO 1 end precip /* precipitation, rainfall, snowfall, snowmelt, and snowloss (sublimation) (cm) */
SOILINFILT SUM YR 1 end infiltration /* water to infiltrate in top soil layer (cm) */
RUNOFF SUM WK 1 end runoff /* runoff/runon (cm): net runoff, runoff from ponded water, runoff from snowmelt, runon of surface water from hypothetical upslope neighbor */
Expand Down

0 comments on commit 69486d5

Please sign in to comment.