Skip to content

Commit

Permalink
correcting new patch zero error
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Nov 10, 2020
1 parent 6958eff commit 94f8803
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 @@ -2143,6 +2143,7 @@ subroutine zero_patch(cp_p)
currentPatch%zstar = 0.0_r8
currentPatch%c_stomata = 0.0_r8 ! This is calculated immediately before use
currentPatch%c_lblayer = 0.0_r8
currentPatch%fragmentation_scaler(:) = 0.0_r8

currentPatch%solar_zenith_flag = .false.
currentPatch%solar_zenith_angle = nan
Expand Down

0 comments on commit 94f8803

Please sign in to comment.