Skip to content

Commit

Permalink
Merge pull request ESCOMP#552 from glemieux/glemieux-litter-moisture-…
Browse files Browse the repository at this point in the history
…nfsc-fix

litter_moisture initialization fix
  • Loading branch information
glemieux authored Jul 14, 2019
2 parents 28052bd + 5740d06 commit 726235f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biogeochem/EDPatchDynamicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1604,6 +1604,7 @@ subroutine zero_patch(cp_p)
currentPatch%root_litter_out(:) = 0.0_r8 ! As a newly created patch with no age, no frag or decomp has happened yet

! FIRE
currentPatch%litter_moisture(:) = 0.0_r8 ! litter moisture
currentPatch%fuel_eff_moist = 0.0_r8 ! average fuel moisture content of the ground fuel
! (incl. live grasses. omits 1000hr fuels)
currentPatch%livegrass = 0.0_r8 ! total ag grass biomass in patch. 1=c3 grass, 2=c4 grass. gc/m2
Expand Down

0 comments on commit 726235f

Please sign in to comment.