-
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
updating pythonpath in JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP to match changes to ioda #1724
updating pythonpath in JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP to match changes to ioda #1724
Conversation
@@ -35,7 +35,8 @@ RUN=${GDUMP} YMD=${gPDY} HH=${gcyc} generate_com -rx \ | |||
|
|||
# Add UFSDA to PYTHONPATH | |||
ufsdaPATH="${HOMEgfs}/sorc/gdas.cd/ush/" | |||
PYTHONPATH="${PYTHONPATH:+${PYTHONPATH}:}${ufsdaPATH}" | |||
pyiodaPATH="${HOMEgfs}/sorc/gdas.cd/build/lib/python3.7/" |
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.
we need to be careful about prescribing a python version here I think... but this is probably the best solution for now, sadly
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.
Yeah that's why I included you. I wasn't sure if we could do the same thing here as in GDASApp.
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.
I had the same concerns. @aerorahul?
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.
Thanks @AndrewEichmann-NOAA
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Orion issues seems to be the same gdasvrfy one we've been seeing a lot in CI tests recently. |
@WalterKolczynski-NOAA That appears to be an issue with cartopy trying to download a file from a compute node |
Different "vrfy" @AndrewEichmann-NOAA . |
@guillaumevernieres I have GDASApp-brain |
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.
Works for now unless @aerorahul objects. We can deal with having a python version in the py path later.
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.
I am not paying attention to any ocean DA jobs or scripts.
Its the wild west here.
I'm not sure what that comment is for. Your jungle vs my wild west @aerorahul . |
exactly. I meant, if it works, then good. I don't have to pay attention since we will revisit this when we bring this in. |
Description
Updates
PYTHONPATH
injobs/JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP
to reflect changes in ioda as described here:JCSDA-internal/ioda-converters#1238
Also addressed by NOAA-EMC/GDASApp#519 and NOAA-EMC/GDASApp#518
Type of change
How Has This Been Tested?
Tested with WCDA cycling by @ShastriPaturi
Checklist