Skip to content

Commit

Permalink
remove doalb check for fates satphen call
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Dec 1, 2022
1 parent 70fc3e5 commit 63810b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/src/main/elm_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ subroutine elm_drv(doalb, nextsw_cday, declinp1, declin, rstwr, nlend, rdate)
cnstate_vars)
end if

if (use_fates_sp .and. doalb) then
if (use_fates_sp) then
call SatellitePhenology(bounds_clump, &
filter_inactive_and_active(nc)%num_soilp, filter_inactive_and_active(nc)%soilp, &
waterstate_vars, canopystate_vars)
Expand Down

0 comments on commit 63810b8

Please sign in to comment.