ClimaParams.jl icon indicating copy to clipboard operation
ClimaParams.jl copied to clipboard

Contains all universal constant and physical parameters in CLIMA

Results 25 ClimaParams.jl issues
Sort by recently updated
recently updated
newest added

Currently ClimaParams only includes a parameter for day (measured in seconds) and no other time resolutions, e.g., ```YAML [day] value = 86400 type = "float" ``` it would be useful...

good first issue

The only way to compare toml dicts is to manually check the .data property for equality, comparing full dicts does not work. This would be a nice convenience to have....

In ClimaLand, with the way that ClimaParams is used, there are extraneous parameters that are not used. For example, see the parameters not used for the bucket model. ```julia ┌...

## Purpose and content In the manuscript, we changed `temperature_surface_reference` to `288 K` and `temperature_min_reference` to `215 K`, respectively. This PR synchronises the default parameters with those in the manuscript....

## Purpose Added the parameters for the orographic gravity wave parametrisation. For now, a placeholder is used for the non-orographic gravity wave module. ## To-do Move the hard-coded non-orographic gravity-wave...