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 CLIMAParameters does not live in Land/src/).
- All parameters that were previously obtained from CLIMAParameters methods are obtained from the CLIMAParameters toml file
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:
using CLIMAParameters/import CLIMAParametersdoes not live inLand/src/).