Currently ClimaParams only includes a parameter for day (measured in seconds) and no other time resolutions, e.g.,
[day]
value = 86400
type = "float"
it would be useful to think about what other times we might want to support vs hard-code in functions. E.g., this suggests we should not be hard coding day into functions but hour (measured in seconds) or month is ok to do.