Skip to content

Commit

Permalink
Simplified comment for variable
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Jul 9, 2019
1 parent fa8a13c commit 5740d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/EDPatchDynamicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +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 was not previously initialized
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 5740d06

Please sign in to comment.