Update global atmos upp job to use COMIN/COMOUT#2867
Conversation
WalterKolczynski-NOAA
left a comment
There was a problem hiding this comment.
Please be sure to run one of the cycled DA tests that will exercise this job (like C96C48_hybatmDA.yaml). Look for the gdasatmanlupp and gfsatmanlupp tasks.
|
You need to undo the changes to the submodules. When you pull in changes that update submodules, the submodules locally are not automatically updated. So when you do a |
| COMIN_ATMOS_ANALYSIS:COM_ATMOS_ANALYSIS_TMPL \ | ||
| COMIN_ATMOS_HISTORY:COM_ATMOS_HISTORY \ | ||
| COMOUT_ATMOS_MASTER:COM_ATMOS_MASTER | ||
| if [[ ! -d ${COMOUT_ATMOS_MASTER} ]]; then mkdir -m 775 -p "${COMOUT_ATMOS_MASTER}"; fi |
There was a problem hiding this comment.
| if [[ ! -d ${COMOUT_ATMOS_MASTER} ]]; then mkdir -m 775 -p "${COMOUT_ATMOS_MASTER}"; fi | |
| if [[ ! -d ${COMOUT_ATMOS_MASTER} ]]; then mkdir -p "${COMOUT_ATMOS_MASTER}"; fi |
Please remove -m 775
There was a problem hiding this comment.
I have removed "-m 775" on line 19.
There was a problem hiding this comment.
@mingshichen-noaa
I still see -m 775 in this PR. Did you push your change?
There was a problem hiding this comment.
@aerorahul
After I removed "-m 775" and then git add file, git commit -m ""-m 775" ,
finally git push origin HEAD:feature/atmos_upp_com_in_out.
Just now I tried to do the above mentioned final step again.
But after I checked jobs/JGLOBAL_ATMOS_UPP in the PR, "-m 775" is still over there. So far I have not identified the cause.
There was a problem hiding this comment.
@aerorahul
I identified the reason why you see still "-m 775 in this PR". This is because I created two branches: origin/atmos_upp_com_in_out and origin/feature/atmos_upp_com_in_out. I did wrongly git push the modified files into origin/atmos_upp_com_in_out. in order to avoid the mistakes again, I have deleted the origin/atmos_upp_com_in_out.
Please review the PR again. Thanks.
aerorahul
left a comment
There was a problem hiding this comment.
just a note on -m 775 when creating the directory and revert the submodule pointers.
otherwise, looks good.
|
Also, even though it isn't showing as a conflict, wxflow needs to be reverted to the develop version the same way gdas and ufs_model were. |
|
|
Automated global-workflow Testing Results: |
|
All CI Test Cases Passed on Wcoss2: |
|
CI Passed on Hercules in Build# 6 |
|
@aerorahul @WalterKolczynski-NOAA |
Description
NCO has requested that each COM variable specify whether it is an input or an output. This completes that process for the global-workflow Unified Post Processor (UPP) task.
Refs #2451
Type of change
Change characteristics
How has this been tested?
Checklist