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
Parameter objects in a package, generally inherit (though not necessarily) parameters from dependent packages.
Derived parameters are functions of the parameter-containing object
Derived parameters in package B and A, add a method to the function definition for set B
I'm ok with the current convention as we have started, by simply transferring the method to PPS LH_f0(ps::PS) = TD.Parameters.LH_f0(thermodynamics_params(ps))
which can be done once per repo, and doesn't need code copying. Note that this does not disallow the choice to reload parameters and define derived parameter functions in a distributed fashion too.
ClimaLSM uses
LH_f0
, this was defined in Planet parameters, and the toml dict is missing it.The text was updated successfully, but these errors were encountered: