-
Notifications
You must be signed in to change notification settings - Fork 168
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
Change model_data to model in COM templates #2686
Comments
@RussTreadon-NOAA @CoryMartin-NOAA FYI about this request from NCO to change
|
@GeorgeGayno-NOAA FYI about this request from NCO to change the
|
@KateFriedman-NOAA , thank you for letting us know about this NCO requirement. As you note, the g-w changes need to be coordinated with GSI and GDASApp changes. Would you please open a GSI issue and a GDASApp issue to document the required change? |
@RussTreadon-NOAA As requested, issues opened: NOAA-EMC/GSI#761 & NOAA-EMC/GDASApp#1198 |
Will work this under: ufs-community/UFS_UTILS#967 |
NOAA-EMC/GSI has been updated to use |
NOAA-EMC/GDASApp:feature/model has been updated to use Do we have a g-w branch with all occurrences of |
Hmmmmm, I am considering options for this, one being to merge this work with my issue #2475 work (since I need this work for that issue's work and merging the efforts would reduce work for both of them). Question for @RussTreadon-NOAA and @GeorgeGayno-NOAA ...are the |
GDASApp
GSI |
@RussTreadon-NOAA Ok, given the mixture of order between the |
The directory changes were merged yesterday: ufs-community/UFS_UTILS#968 The Orion changes were merged this morning: ufs-community/UFS_UTILS#966 |
Noted, thanks @GeorgeGayno-NOAA ! |
Per a request from NCO Refs NOAA-EMC#2686
Is anybody working on making this change in the template definitions? |
If you're referring to the COM templates in |
This PR converts the staging job from shell to python and introduces the use of yaml. Changes in this PR: 1. Rename `scripts/exglobal_stage_ic.sh` to `scripts/exglobal_stage_ic.py`. 2. Update `jobs/JGLOBAL_STAGE_IC` to use `.py` script extension. Move `COM*` variable declarations and member loop down into yaml and python respectively. Move `GDATE/gPDY/gcyc` settings up to JJOB from ex-script and replace with newer cycle variables (as done in forecast job). 3. Create `parm/stage` folder to hold newly created `stage.yaml.j2`, which both mimics forecast-only functionality in existing `scripts/exglobal_stage_ic.sh` and adds functionality for cycled mode. 4. Create `ush/python/pygfs/task/stage.py` to house staging job python functions for call from `scripts/exglobal_stage_ic.py`. 5. Remove `stage_ic` job rocoto dependencies from xml. Do not need and removes area of duplicate maintenance. 6. Add cycled staging jobs for gdas and enkf suites. 7. Rename `model_data` to `model` for issue #2686 There will now be distinct `stage_ic` jobs for each `RUN`: `gdasstage_ic`, `gfsstage_ic`, `enkfgdasstage_ic`, `stage_ic` (for gefs). Related work was done to set up new symlink folder structure under supported platform `ICSDIR` folder for use by updated staging job. Resolves #2475 Resolves #2650 Resolves #2686 --------- Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com> Co-authored-by: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Co-authored-by: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com>
What new functionality do you need?
By NCO's request,
model_data
should be justmodel
in COM paths.What are the requirements for the new functionality?
model_data
replaced bymodel
.Acceptance Criteria
model_data
now lands inmodel
Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: