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

Include rof in run.py #132

Closed
wants to merge 1 commit into from
Closed

Include rof in run.py #132

wants to merge 1 commit into from

Conversation

TeaganKing
Copy link
Collaborator

This includes rof in the components that are looped through in run.py. This is important for including Naoki's rof notebooks.

  • Have you followed the guidelines in our Contributor's Guide (including the pre-commit check)?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Does your submission pass tests?
  • Have you lint your code locally prior to submission?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you successfully tested your changes locally?

Note that there should also be a rof timeseries section, which probably should be brought in alongside Naoki's PR.

@TeaganKing TeaganKing self-assigned this Sep 10, 2024
@TeaganKing TeaganKing mentioned this pull request Sep 10, 2024
6 tasks
@TeaganKing TeaganKing removed the request for review from mnlevy1981 September 10, 2024 15:57
@@ -47,6 +48,7 @@
@click.option("--land", "-lnd", is_flag=True, help="Run land component diagnostics")
@click.option("--seaice", "-ice", is_flag=True, help="Run sea ice component diagnostics")
@click.option("--landice", "-glc", is_flag=True, help="Run land ice component diagnostics")
@click.option("--river_runoff", "-rof", is_flag=True, help="Run river runoff component diagnostics")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For time-series generation, we use a - in the command line option rather than an _ (--time-series, not --time_series); to stick with at, I think we want --river-runoff here. Changing this means we'll also need to change the README file.

@TeaganKing
Copy link
Collaborator Author

Oops, I had already added these changes directly to Naoki's PR... my bad! Leaving this here for the time being while working with CISL on environment issues related to rof/geopandas, but this doesn't need to be reviewed right now.

@TeaganKing
Copy link
Collaborator Author

Ok, I think we figured out the issue Bret was having. Closing this PR.

@TeaganKing TeaganKing closed this Sep 10, 2024
@TeaganKing TeaganKing deleted the run_rof branch November 21, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants