-
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
Hera specific paths in parm/config/gfs/yaml/defaults.yaml #2683
Comments
Work is in progress to copy obs and fix files to glopara space that should hopefully move this issue towards resolution. |
@guillaumevernieres Can you confirm that
Thanks! |
can be removed and the rest of the diff ignored. However, it looks like the links to the common files were not preserved in your copy. |
Use it to define location of experimental_obs. Refs NOAA-EMC#2683
@guillaumevernieres Thanks for the feedback! I have removed the
The original
In comparing the files to check if they are identical and can be made back into symlinks (like in your set) I find this difference:
I can either leave the |
@guillaumevernieres Gentle poke about my comment/question above. If we end up needing another soca timestamp I'd like to include it in the PR that I'm ready to open to resolve this issue. Let me know, thanks! |
Sorry for the late reply @KateFriedman-NOAA . |
@guillaumevernieres Okie dokie, I'll make a new timestamp once the file sources is confirmed by you. Please also check the other files, I only compared a few but the ones I compared all reported a similar small difference. Thanks! |
@KateFriedman-NOAA , let's use |
@RussTreadon-NOAA I am trying to test the C48mx500_3DVarAOWCDA CI test on WCOSS2-Cactus to confirm my updates to resolve the hardcoded paths is good. The
Note, the first attempt at the I can at least confirm that
|
@KateFriedman-NOAA: I am no longer able to run C48mx500_3DVarAOWCDA from g-w PR #2875 after updating the gdas.cd hash. This is a known issue. g-w PR #2920 needs to be merged into g-w I don't know if this impacts your test. Tagging @guillaumevernieres |
Correct @RussTreadon-NOAA , the WCDA test won't work with the new gdas.cd # . |
Okie dokie, thanks @RussTreadon-NOAA @guillaumevernieres for confirming the failure is expected. Let me know if it would help to merge the changes I've prepped for this issue into that open PR. My changes are here: develop...KateFriedman-NOAA:global-workflow:feature/experimental_obs_path . Otherwise I'll wait to retest and submit this via PR after that other PR goes in. |
@guillaumevernieres Done:
...and then I removed the other copies and made symlinks to the
Are there any other files to adjust in the new |
Merging work prepped to resolve this issue into PR #2920. |
What is wrong?
The
ocnanal
andprepoceanobs
sections ofparm/config/gfs/yaml/defaults.yaml
contain Hera specific pathsThe above caused gdasocnanalprep from C48mx500_3DVarAOWCDA CI to fail on Cactus
The hardwired paths will also impact this job on other non-Hera platforms (e.g, Orion, Hercules, Jet, ...).
What should have happened?
gdasocnanalprep should run to completion on wcos2
What machines are impacted?
WCOSS2, Orion, Hercules, Jet, Cloud
Steps to reproduce
gdasprepoceanobs will fail with a
wxflow
not found error. Fix this by addingwxflow
toPYTHONPATH
. The same change needs to be added to gdasocnanalprep. After definingwxflow
in gdasocnanalprep, the job will run up to the errorAdditional information
Comments in
parm/config/gfs/yaml/defaults.yaml
note that we need to copy files in/scratch2/NCEPDEV/ocean/Guillaume.Vernieres/data/static/72x35x25/soca
to g-w space on supported platforms.More challenging is deciding how best to replicate
DMPDIR=/scratch1/NCEPDEV/global/glopara/data/experimental_obs
on supported platforms.Do you have a proposed solution?
No response
The text was updated successfully, but these errors were encountered: