Skip to content

Commit

Permalink
use hlm scalars by default
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Nov 12, 2020
1 parent 94f8803 commit 9d26bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/EDPhysiologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ subroutine fragmentation_scaler( currentPatch, bc_in)
!
! !LOCAL VARIABLES:
logical :: use_century_tfunc = .false.
logical :: use_hlm_soil_scalar = .false. ! Use hlm input decomp fraction scalars
logical :: use_hlm_soil_scalar = .true. ! Use hlm input decomp fraction scalars
integer :: j
integer :: ifp ! Index of a FATES Patch "ifp"
real(r8) :: t_scalar ! temperature scalar
Expand Down

0 comments on commit 9d26bb1

Please sign in to comment.