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

minor bug fix in JREGIONAL_RUN_PYTHON_GRAPHICS for RTMA #414

Merged
merged 2 commits into from
Aug 22, 2022

Conversation

guoqing-noaa
Copy link
Collaborator

When fcst_length is NOT an integer (e.g. sub-hourly), it will stop the graphic workflow. This PR adds a floor()-like function to ensure fcst_length is an integer.

Copy link

@terraladwig terraladwig left a comment

Choose a reason for hiding this comment

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

Do we need to think about the case of 15min output? Would 15, 30, 45 mins all end up as 0 hour instead of separate forecast lengths?

@guoqing-noaa
Copy link
Collaborator Author

Do we need to think about the case of 15min output? Would 15, 30, 45 mins all end up as 0 hour instead of separate forecast lengths?

Good question. For the cases you mentioned, I think we need modifications inside the python graphic packages. That would be a better way to handle this situation. Looking forward to @christinaholtNOAA's inputs.

@guoqing-noaa guoqing-noaa changed the title minor bug fix in JREGIONAL_RUN_PYTHON_GRAPHICS minor bug fix in JREGIONAL_RUN_PYTHON_GRAPHICS for RTMA Aug 5, 2022
@guoqing-noaa
Copy link
Collaborator Author

We need this fix to get the RTMA workflow run through. I just limited the bug fix to RTMA since RTMA will not do any meaningful forecasts in the foreseeable future. @terraladwig Does this work for you?

@hu5970
Copy link

hu5970 commented Aug 22, 2022

@guoqing-noaa Do you still need this bug fix?

@guoqing-noaa
Copy link
Collaborator Author

Yes, RTMA still needs this bug fix. Thanks!

@guoqing-noaa
Copy link
Collaborator Author

Can anyone help to review this PR? It has already sat here for 19 days.

@guoqing-noaa guoqing-noaa merged commit 3f93751 into NOAA-GSL:feature/RRFS_dev1 Aug 22, 2022
@guoqing-noaa guoqing-noaa deleted the prRRFS branch August 22, 2022 17:26
@guoqing-noaa
Copy link
Collaborator Author

Thanks, @hu5970

guoqing-noaa pushed a commit to guoqing-noaa/regional_workflow that referenced this pull request Sep 15, 2024
)

Co-authored-by: benjamin blake <benjamin.blake@dlogin03.dogwood.wcoss2.ncep.noaa.gov>
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.

3 participants