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

The chgres_cube driver needs a --leadtime argument. #640

Closed
2 tasks
christinaholtNOAA opened this issue Oct 31, 2024 · 0 comments · Fixed by #641
Closed
2 tasks

The chgres_cube driver needs a --leadtime argument. #640

christinaholtNOAA opened this issue Oct 31, 2024 · 0 comments · Fixed by #641
Assignees
Labels
bug Something isn't working

Comments

@christinaholtNOAA
Copy link
Collaborator

If this is a bug, please consider using the Bug Report template.
Your issue may already have been created!

Please look through the existing issues on the Issue tracker to see if this issue has been created.
If so, please consider using that Issue to add any additional information.

Description

When running the chgres_cube driver to create lateral boundary conditions, the namelist expects the date information to be consistent with the valid-time of the forecast file being processed, however, these forecast times are prepared for a given cycle, so we will need to pass both pieces of information to get the expected behavior -- the rundir has cycle information, but the namelist has cycle + leadtime information.

Requirements

Describe alternatives you've considered

This could be handled as an environment variable, but would be horribly inconsistent with the other drivers that do have an optional lead time argument.

Acceptance Criteria (Definition of Done)

  • The chgres_cube driver can be appropriately configured for both initial and lateral boundary condition tasks with output behavior similar to that in existing apps.
  • Docs and tests updated to support the new argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant