Skip to content

Add support for multiple time resolutions #226

@Julians42

Description

@Julians42

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions