-
Notifications
You must be signed in to change notification settings - Fork 258
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
Update inline post for multiple domains #1362
Conversation
@DusanJovic-NOAA We rescheduled to work on this PR tomorrow. Actually, we like to combine this PR with Brian's lua PR #1376 if possible. |
@DusanJovic-NOAA we can start working on this pr but @BrianCurtis-NOAA can we check if we can combine in #1376 ? |
There are more changes needed for changing to .lua in the testing scripts. I'm finding out the bugs still. We can do #1376 later. |
Automated RT Failure Notification |
Automated RT Failure Notification |
Automated RT Failure Notification |
disk space issue on hera/stmp. Still quite some space available on nems. I will manually run the tests there. |
on-behalf-of @ufs-community <[email protected]>
on-behalf-of @ufs-community <[email protected]>
@BrianCurtis-NOAA @DusanJovic-NOAA All tests are done. I added reviewers. |
@jkbk2004 I can only review based on passing the RTs or not. I would like to make sure that @BinLiu-NOAA will review. |
Acorn typically should be done, considering it ran OK last PR. It seems the machine has a mind of its own and a lot of baseline creation jobs failed today. I am assuming that running on Acorn being that it's a test machine and a small one, that we won't necessarily get what we want out of it all the time. For this reason, I still want to make sure that in the process of the PR, you at least check with whomever is running on Acorn to verify if it can be skipped and don't assume it will be. |
@BrianCurtis-NOAA, Sure! We can take time for review from @BinLiu-NOAA. |
@DusanJovic-NOAA we can merge in this pr after submodule pointer update and reverting changes in gitmodules. |
PR Checklist
This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
Results for one or more of the regression tests change and the reasons for the changes are understood and explained below.
New or updated input data is required by this PR. If checked, please work with the code managers to update input data sets on all platforms.
Instructions: All subsequent sections of text should be filled in as appropriate.
The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsibility to keep the PR up-to-date with the develop branch of ufs-weather-model.
Description
This PR updates FV3 inline post to support multiple domains (nests).
Issue(s) addressed
Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues must always be created before starting work on a PR branch!)
Testing
How were these changes tested? Regression test on Hera
What compilers / HPCs was it tested with? Hera/Intel
Are the changes covered by regression tests?
Yes. two HAFS tests will run inline post (
hafs_regional_specified_moving_1nest_atm
andhafs_global_multiple_4nests_atm
). Also, grib outputs in currentcontrol_latlon
tests are incorrect, dlat, dlon are zero (fixed in this PR):Dependencies
If testing this branch requires non-default branches in other repositories, list them. Those branches should have matching names (ideally).
Do PRs in upstream repositories need to be merged first? Yes.
If so add the "waiting for other repos" label and list the upstream PRs