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

Add parameters to CLIMAParameters

Open kmdeck opened this issue 1 year ago • 7 comments

We need to go through our models and add any physical constants, calibrated parameters, or global parameters to CLIMAParameters. Then we need to update our land parameter set to include them, and get them from there.

  • [X] ID parameters that need to be moved (@nefrathenrici, @braghiere, @AlexisRenchon, @kmdeck)
  • [ ] Open PR in CLIMAParameters that adds them with default or set values @nefrathenrici
  • [ ] PR in ClimaLSM that adds them to the land parameter set and removes them from the other param sets where they are stored; uses them from land parameter set. @nefrathenrici
  • [ ] Document the steps somewhere (in a tutorial?) so that it is easy for someone else to replicate this when they add in future parameters (maybe already in ClimaParameters)

Note that parameters that are read from files (spatially varying, driver data, etc) will not be in CLIMAParameters.

kmdeck avatar Sep 08 '23 16:09 kmdeck