-
Notifications
You must be signed in to change notification settings - Fork 32
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
Run g-w linker script before ctest for prepoceanobs task #1034
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
AndrewEichmann-NOAA
requested review from
CoryMartin-NOAA,
guillaumevernieres and
apchoiCMD
April 10, 2024 14:08
guillaumevernieres
previously approved these changes
Apr 10, 2024
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.
Seems fine to me.
apchoiCMD
previously approved these changes
Apr 10, 2024
AndrewEichmann-NOAA
dismissed stale reviews from apchoiCMD and guillaumevernieres
via
April 10, 2024 15:32
35b6bf3
apchoiCMD
approved these changes
Apr 10, 2024
guillaumevernieres
added
hera-GW-RT
Queue for automated testing with global-workflow on Hera
orion-GW-RT
Queue for automated testing with global-workflow on Orion
labels
Apr 12, 2024
emcbot
added
orion-GW-RT-Running
Automated testing with global-workflow running on Orion
hera-GW-RT-Running
Automated testing with global-workflow running on Hera
and removed
orion-GW-RT
Queue for automated testing with global-workflow on Orion
hera-GW-RT
Queue for automated testing with global-workflow on Hera
labels
Apr 12, 2024
Automated Global-Workflow GDASApp Testing Results:
|
emcbot
added
orion-GW-RT-Failed
Automated testing with global-workflow failed on Orion
and removed
orion-GW-RT-Running
Automated testing with global-workflow running on Orion
labels
Apr 12, 2024
Automated Global-Workflow GDASApp Testing Results:
|
emcbot
added
hera-GW-RT-Failed
Automated testing with global-workflow failed on Hera
and removed
hera-GW-RT-Running
Automated testing with global-workflow running on Hera
labels
Apr 12, 2024
guillaumevernieres
approved these changes
Apr 12, 2024
danholdaway
added a commit
that referenced
this pull request
Apr 15, 2024
* upstream/develop: remove seviri from gdas_prototype_3d yaml (#1043) Fix GW jjob tests for upcoming GW PR #2420 (#1041) Fix test output for fv3jedi_fv3inc.h (#1039) Run g-w linker script before ctest for prepoceanobs task (#1034) Update femps and fv3-jedi-lm (#1036) Add ability for JEDI-to-FV3 increment converter to process ensembles (#1022) Add AVHRR/NOAA-15/18/19 assimilation to end-to-end GDASApp validation (#997) Catch error when trying to copy missing obs files from DATA to ROTDIR in prepoceanobs (#1028)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
hera-GW-RT-Failed
Automated testing with global-workflow failed on Hera
orion-GW-RT-Failed
Automated testing with global-workflow failed on Orion
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.
In anticipation of the merging of NOAA-EMC/global-workflow#2459 , the
test_gdasapp_soca_setup_obsprep
ctest which sets up fortest_gdasapp_soca_JGLOBAL_PREP_OCEAN_OBS
now runs the global-workflowsorc/link_workflow.sh
script to allow the observation config files to be accessed in a global-workflow-compliant way.Effectively addresses #1032