You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We duplicate a lot of code between the soil_canopy model and the land model in the function lsm_radiant_energy_fluxes
Since soil albedo is a function of moisture, it gets updated in update_aux! for soil. There is no guarantee that this happens before the canopy model computes the two stream update. We need to move all RT into boundary_fluxes. This requires also moving GPP computation and other fluxes that depend on APAR.
lsm_radiant_energy_fluxes
update_aux!
for soil. There is no guarantee that this happens before the canopy model computes the two stream update. We need to move all RT intoboundary_fluxes
. This requires also moving GPP computation and other fluxes that depend on APAR.The text was updated successfully, but these errors were encountered: