-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
If this repo is still being maintained, then we should apply the new clima parameter handling. An example of how to do this is in this PR.
A success metric for closing this issue involves:
- Having a centralized module for where clima parameters from dependency packages can be accessed (see, e.g., CloudMicrophysics.jl's Parameters module, which forwards methods for handling thermodynamic variables).
- Removing Land.jl's dependence on CLIMAParameters (i.e.,
using CLIMAParameters/import CLIMAParametersdoes not live inLand/src/). - All parameters that were previously obtained from CLIMAParameters methods are obtained from the CLIMAParameters toml file
Reactions are currently unavailable