Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
bug fix on merge resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Mar 22, 2018
1 parent 25cbfe1 commit bb99e67
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 @@ -328,7 +328,7 @@ subroutine FatesPlantRespPhotosynthDrive (nsites, sites,bc_in,bc_out,dtime)
laican = 0._r8
else

laican = sum(currentPatch%canopy_layertlai(1:cl-1))
laican = sum(currentPatch%canopy_layer_tai(1:cl-1))

end if

Expand Down

0 comments on commit bb99e67

Please sign in to comment.