-
Notifications
You must be signed in to change notification settings - Fork 31
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
Prepare GTS snow depth observations for JEDI-based Land DA #541
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 tasks
CoryMartin-NOAA
approved these changes
Jul 24, 2023
CoryMartin-NOAA
pushed a commit
that referenced
this pull request
Jul 25, 2023
* Initiate to process the gts bufr data into the ioda format. * Change the io paths for matching the global-workflow. * Modify the ctest for the bufr2ioda yaml files.
CoryMartin-NOAA
added a commit
that referenced
this pull request
Jul 25, 2023
* Prepare GTS snow depth observations for JEDI-based Land DA (#541) * Initiate to process the gts bufr data into the ioda format. * Change the io paths for matching the global-workflow. * Modify the ctest for the bufr2ioda yaml files. * Filtering of the offline ensemble members, and more ... (#539) * filter offline ensemble * fixed py norm * point to public oops * update for oops 2258, point ufo to dev * reverted ufo branch and soca obs list * wrong date in yaml --------- Co-authored-by: Jiarui Dong <[email protected]> Co-authored-by: Guillaume Vernieres <[email protected]>
WalterKolczynski-NOAA
pushed a commit
to NOAA-EMC/global-workflow
that referenced
this pull request
Jul 26, 2023
This PR: - adds a job to prepare GTS snow depth observations as a task in the workflow. This task depends on the `prep.sh` job to bring GTS adpsfc bufr data. To test this type of data DMPDIR in `config.base` needed to be pointed to "/scratch1/NCEPDEV/global/Jiarui.Dong/JEDI/GlobalWorkflow/para_gfs/glopara_dump". - land_analysis.py introduces a method `prepare_GTS` for this type of data. - Updates are necessary in the GDASApp repo. See companion PR NOAA-EMC/GDASApp#541 The `preplandobs` job runs at the all four cycles in the workflow. The `prepare_IMS` job runs only at 18z cycle, and this is controlled in the script.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds prep_gts.yaml file needed to create GTS snow depth observations for land DA using JEDI.
prep_gts.yaml
is used asGTS_OBS_LIST
in the global-workflow for copying and processing observation data.The io paths in the
bufr_adpsfc_snow.yaml
is modified for global-workflow.A branch in the global-workflow with the same name is used with this branch in GDASApp.