Skip to content

Commit

Permalink
Addressing comments on PR #480
Browse files Browse the repository at this point in the history
-updated comments that describe litter, biomass, %live fractions
-update comments that describe calculation of bvt
  • Loading branch information
kpalmqui committed May 14, 2020
1 parent b130738 commit 23d9f23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions testing.sagebrush.master/Stepwat_Inputs/Input/rgroup.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
# Overrides grazingyear.
# proportion_grazing = proportion of biomass removed due to grazing.
# grazingfreq_startyr = start year for grazing
# biomass, along with transpiration, construct a simple linear relationship (grams per centimeter) used to calculate bvt.
# transpiration, along with biomass, construct a simple linear relationship (grams per centimeter) used to calculate bvt.
# biomass, along with transpiration, construct a simple linear relationship (grams biomass per centimeter of transpired water) used to calculate bvt.
# transpiration, along with biomass, construct a simple linear relationship (grams biomass per centimeter of transpired water) used to calculate bvt.

#TM - density values from Biondini et al 1998 - used density% in Table 2 for p.cool.forb (Achillea millefolium) and
# p.warm.forb (Grindelia squarrosa)
Expand Down
14 changes: 7 additions & 7 deletions testing.sagebrush.master/Stepwat_Inputs/Input/sxw/sxwprod_v2.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Production Coefficients for STEPWAT

# These values are used to convert yearly biomass
# from STEPPE to monthly production values for SOILWAT
# from STEPPE to monthly production values for SOILWAT2

######################### LITTER ###########################
# LITTER - use the maximum value from the converted biomass
# to multiply by this number to compute a litter
# value in g/m^2. Needn't sum to 1.0.
# BMASS - STEPPE's yearly vals are converted to monthly.
# PCT_LIVE - RGroups pct live each month is used to calc
# VegProdTypes pct live for soilwat.
# LITTER - Multiply litter fractions by annual biomass for the FT
# to compute a litter value in g/m^2.
# BMASS - These fractions are used to convert STEPPE's yearly biomass
# values to monthly values for SOILWAT2.
# PCT_LIVE - RGroups pct live each month is used to calculate
# VegProdTypes pct live for SOILWAT2.

# Group Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
sagebrush 0.41 0.42 0.42 0.37 0.42 0.46 0.46 0.60 0.55 0.53 0.51 0.49
Expand Down

0 comments on commit 23d9f23

Please sign in to comment.