Skip to content

Commit

Permalink
no call to fabm_get_light_extinction()
Browse files Browse the repository at this point in the history
  • Loading branch information
bolding committed May 2, 2024
1 parent 40f9deb commit a931004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabm/gotm_fabm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ subroutine do_gotm_fabm(nlev,itime)

if (bioshade_feedback) then
bioext = 0
call fabm_get_light_extinction(1, nlev, localexts(1:nlev))
!KB call fabm_get_light_extinction(1, nlev, localexts(1:nlev))
do i = nlev, 1, -1
bioext = bioext + localexts(i) * curh(i)
bioshade(i) = exp(-bioext)
Expand Down

0 comments on commit a931004

Please sign in to comment.