Skip to content

Commit

Permalink
Allowing gamma soil moisture factor for all biogenic species.
Browse files Browse the repository at this point in the history
  • Loading branch information
drnimbusrain committed Feb 26, 2024
1 parent 566ca91 commit 0551c36
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/canopy_bioemi_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,9 @@ SUBROUTINE CANOPY_BIO( ZK, FCLAI, FCH, LAI, FSUN, PPFD_SUN, &
GAMMACO2 = 1.0_rk
end if

! Get Soil Moisture Factor for isoprene only
if (EMI_IND .eq. 1) then !Isoprene
GAMMASOIM = GET_GAMMA_SOIM(SOIMOPT,SOIM1,SOIM2,SOIM3,SOIM4,SOID1,SOID2,SOID3,SOID4,WILT, &
ROOTA,ROOTB)
else
GAMMASOIM = 1.0_rk
end if
! Get Soil Moisture Factor
GAMMASOIM = GET_GAMMA_SOIM(SOIMOPT,SOIM1,SOIM2,SOIM3,SOIM4,SOID1,SOID2,SOID3,SOID4,WILT, &
ROOTA,ROOTB)

! Get LEAF AGE factor
TABOVECANOPY = TEMP2 !TEMP2 (above air temp) for TABOVECANOPY
Expand Down

0 comments on commit 0551c36

Please sign in to comment.