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
The intent of this SDI is to summarize in on place all the efforts to improve the land model used in AMIP. Each individual effort has its own SDI.
Following discussions over the last week or so, it would be beneficial to clarify the steps of the canopy implementation using an SDI, so that different teams can prioritize their work efforts, keep track and progress together efficiently. In addition, there were questions about:
are we implementing the Big Leaf(s) model as the first step? Yes.
are we ok to use MOST all the way to the surface (even inside canopy), which is then modified by a resistance for evaporation after, and which uses a canopy height for parameterizing roughness length, for the first prototype (as in the SLIM model, see supplemental material here)? Some of us thought we want to stay away from MOST inside the canopy (see SurfaceFluxes.jl effort below.)
is there an existing test case that we want to couple to ClimaLSM and then to the Coupler? What are the inputs/outputs?
(how /when) will the plant hydraulics model of @kmdeck and @gagnelandmanna be incorporated? We will use it for the plant hydraulics model
purpose: it will add a roughness sublayer, which uses a modified version of MOST, valid between displacement height (e.g. 0.8*canopy height) and z_star (which is typically a function of the planetary boundary layer height z_star = 0.04h_PBL)
notes:
between displacement height and surface, we recommend second order interpolation for cases where prescribed profiles of tracers and u through the canopy are needed. An alternative is Harman and Finnigan 08 / Bonan 18 implementation, which we can add when needed (though this may require a modification to the theory)
status: function implemented, currently adding tests
another extension may be to consider the surface viscous sublayer (that accounts for transfer across a thin quasi-laminar boundary layer of air in contact with a surface) as in here, but this would require more discussion/design later on
We have completed the items in this SDI, so I am closing it. We will open another issue to describe any changes that need to be made to the Clima Land model when coupling it to atmos. @juliasloan25
The intent of this SDI is to summarize in on place all the efforts to improve the land model used in AMIP. Each individual effort has its own SDI.
Following discussions over the last week or so, it would be beneficial to clarify the steps of the canopy implementation using an SDI, so that different teams can prioritize their work efforts, keep track and progress together efficiently. In addition, there were questions about:
Current work efforts
SurfaceFluxes.jl
[@akshaysridhar , @LenkaNovak , @tapios ]z_star = 0.04h_PBL
)ClimaLSM
LandModel
The text was updated successfully, but these errors were encountered: