Skip to content

Commit

Permalink
Merge pull request NGEET#459 from rgknox/rgknox-lmr-fix
Browse files Browse the repository at this point in the history
Fix to net assimilation tracker used for trimming
  • Loading branch information
rgknox authored Jan 7, 2019
2 parents 6f4d4e3 + b8df885 commit 120e49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeophys/FatesPlantRespPhotosynthMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ subroutine LeafLayerPhotosynthesis(f_sun_lsl, & ! in

if ( parsun_lsl <= 0._r8 ) then ! night time

anet_av_out = 0._r8
anet_av_out = -lmr
psn_out = 0._r8
rstoma_out = min(rsmax0, 1._r8/bbb * cf)

Expand Down

0 comments on commit 120e49c

Please sign in to comment.