Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeManager module #6

Closed
7 tasks done
juliasloan25 opened this issue Sep 11, 2023 · 0 comments · Fixed by #9
Closed
7 tasks done

TimeManager module #6

juliasloan25 opened this issue Sep 11, 2023 · 0 comments · Fixed by #9
Assignees
Labels
new module 🚨 Implementation of a new module

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Sep 11, 2023

Create a module for converting, reading, standardizing, etc dates and times. This code was originally developed in ClimaCoupler.jl's TimeManager module, and was incorporated into ClimaLSM.jl's FileReader module, which has less functionality than the coupler's version.

ClimaCoupler.jl TimeManager module: https://github.com/CliMA/ClimaCoupler.jl/blob/main/src/TimeManager.jl
ClimaLSM.jl FileReader module: https://github.com/CliMA/ClimaLSM.jl/blob/main/src/shared_utilities/FileReader.jl

ClimaCoupler.jl TimeManager tests: https://github.com/CliMA/ClimaCoupler.jl/blob/main/test/time_manager_tests.jl
ClimaLSM.jl FileReader tests: https://github.com/CliMA/ClimaLSM.jl/blob/main/test/shared_utilities/file_reader.jl

Closed by #9
Tracked by #39

To Do

  • Copy all functions from both repos
  • Copy all tests from both repos
  • Generalize function interfaces, extend functionality for all users
  • Update test usage, make sure tests pass
  • Test in user repos
  • Add compat entries in project for new deps
  • Add docs page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new module 🚨 Implementation of a new module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant