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

Download 0th hour LBCS and parallelize make_lbcs for RRFS #665

Closed
danielabdi-noaa opened this issue Mar 10, 2023 · 0 comments · Fixed by #666
Closed

Download 0th hour LBCS and parallelize make_lbcs for RRFS #665

danielabdi-noaa opened this issue Mar 10, 2023 · 0 comments · Fixed by #666
Labels
enhancement New feature or request

Comments

@danielabdi-noaa
Copy link
Collaborator

danielabdi-noaa commented Mar 10, 2023

Description

There is some minor difference between SRW app and RRFS in the way LBCS are downloaded.

  • SRW currently does not download the 0th hour lbcs while RRFS does.
  • RRFS does a prefetch of lbcs longer than the forecast hour. This is controlled by a new variable BOUNDARY_LEN_HRS
  • make_lbcs is parallelized in RRFS and saves a bit of time

Solution

Make the necessary changes described above.

Requirements**

None

Acceptance Criteria (Definition of Done)

Make sure

  • existing SRW workflow including AQM works properly.
  • RRFS get_lbcs and make_lbcs feature works properly

Dependencies (optional)

None

@danielabdi-noaa danielabdi-noaa added the enhancement New feature or request label Mar 10, 2023
@danielabdi-noaa danielabdi-noaa linked a pull request Mar 10, 2023 that will close this issue
37 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant