Skip to content

Commit

Permalink
Typo fix in setting updated root biomass during growth.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Jan 20, 2017
1 parent 103bd71 commit 11fd276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clm/src/ED/biogeochem/EDCohortDynamicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ subroutine allocate_live_biomass(cc_p,mode)
end if

currentcohort%bl = 0.0_r8
currentcohort%br = new_bl
currentcohort%br = new_br
currentcohort%bsw = new_bsw

endif
Expand Down

0 comments on commit 11fd276

Please sign in to comment.