-
Notifications
You must be signed in to change notification settings - Fork 181
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
Add sfs as valid system #3243
base: develop
Are you sure you want to change the base?
Add sfs as valid system #3243
Conversation
@NeilBarton-NOAA would you please supply ICs for the SFS test so we can set it up to run on all systems |
Still need to add SFS to the RTD documentation. |
a1356d1
to
873ea5c
Compare
ICs are in place and documentation has been updated. Ready for review. |
574ca9d
to
2bbef76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are a couple of suggestions.
Adds sfs as a valid option for NET. To start, the GEFS system is generally just copied wholesale for SFS. This includes the extract_vars job. Other than base and resources, config files link to the GEFS versions, just as GEFS config files point to the GFS versions except where they have needed to be changed. The temporarily SFS_POST option has been removed. The sfs test case is moved from a separate sfs directory to the pr directory, but ICs are still needed before it is functional. Resolves NOAA-EMC#2271
The SFS case is moved back to its original position in an sfs directory, then a copy is made in the PR directory using a shorter time period and a couple other changes.
Adds SFS to the list of supported runs for `Tasks._get_forecast_hours()` Turns off the archive job for SFS for the time being until an appropriate yaml is created.
0d586c4
to
44c264e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you for adding sfs as a valid option in gw.
@WalterKolczynski-NOAA Would you like to include sfs-specified atmos. product generation (pgrb2 files) in this PR? If so, I can provide the product list. |
@WenMeng-NOAA Is it just linking in new files from UPP, or is there additional work? |
@WalterKolczynski-NOAA The product list is sfs specified, similar to gfs product list. I created this list based on the UPP output for sfs and would suggest the product generation process only generates one dataset "pgrb2" in 1p00 deg. instead of two datasets "pgrb2" and "pgrb2b". There might be additional work for you to update relevant scripts for sfs. |
I'm going to leave that for a future PR then. This is just to get the SFS framework in. |
Experiment C48_S2SW FAILED on Hercules in Build# 6 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SW FAILED on Hercules in Build# 6 in |
Experiment C48mx500_3DVarAOWCDA FAILED on Hercules in Build# 6 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48mx500_3DVarAOWCDA FAILED on Hercules in Build# 6 in |
CI Failed on Hercules in Build# 6
|
Will look closer tomorrow, but I think cleanup may be triggering before wave post point is done. |
Experiment C48mx500_3DVarAOWCDA FAILED on Hercules in Build# 7 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48mx500_3DVarAOWCDA FAILED on Hercules in Build# 7 in |
CI Failed on Hercules in Build# 7
|
Description
Adds sfs as a valid option for NET.
To start, the GEFS system is generally just copied wholesale for SFS. This includes the extract_vars job.
Other than base and resources, config files link to the GEFS versions, just as GEFS config files point to the GFS versions except where they have needed to be changed.
The temporary SFS_POST option has been removed.
The existing SFS test is copied and slightly modified for a PR-level CI test.
Resolves #2271
Type of change
Change characteristics
How has this been tested?
Checklist