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
In define_canopy, comp_friction_vel and update_zetar there is a mismatch between the dimensions of the parent and local instances of the zetar (and zetarsh) variables.
It is not immediately obvious why these variables need to be 2D arrays and it also appears that zetar and zetarsh are only partially initialised.
The impacts of this quirk/bug fix are unknown - but potentially important in coupled simulations.
The text was updated successfully, but these errors were encountered:
In
define_canopy
,comp_friction_vel
andupdate_zetar
there is a mismatch between the dimensions of the parent and local instances of thezetar
(andzetarsh
) variables.It is not immediately obvious why these variables need to be 2D arrays and it also appears that
zetar
andzetarsh
are only partially initialised.The impacts of this quirk/bug fix are unknown - but potentially important in coupled simulations.
The text was updated successfully, but these errors were encountered: