Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
[Jennifer Kowalczyk] committed Feb 2, 2024
1 parent 1aea191 commit 5032769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeophys/FatesPlantHydraulicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ subroutine UpdatePlantHydrLenVol(ccohort,csite_hydr)
! Lets also avoid super-low targets that have very low trimming functions

call bleaf(ccohort%dbh,ccohort%pft,ccohort%crowndamage, &
max(ccohort%canopy_trim,min_trim),1.0, leaf_c_target)
max(ccohort%canopy_trim,min_trim),1.0_r8, leaf_c_target)

ccohort_hydr%v_ag(1:n_hypool_leaf) = max(leaf_c,min_leaf_frac*leaf_c_target) * &
prt_params%c2b(ft) / denleaf/ real(n_hypool_leaf,r8)
Expand Down

0 comments on commit 5032769

Please sign in to comment.