-
Notifications
You must be signed in to change notification settings - Fork 181
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
Update JGDAS_ENKF_SFC job with COMIN/COMOUT prefix instead of COM #3291
base: develop
Are you sure you want to change the base?
Update JGDAS_ENKF_SFC job with COMIN/COMOUT prefix instead of COM #3291
Conversation
@mingshichen-noaa The prior incarnation of this PR made COM changes for the enkf_sfc and the enkf_update job but this new PR includes COM changes for the enkf_sfc and enkf_archive jobs. Is this intentional to have this change the archive scripts instead of the update scripts? Please confirm, thanks! |
@KateFriedman-NOAA |
@aerorahul, @KateFriedman-NOAA , @WalterKolczynski-NOAA
================================================================================================================================
|
scripts/exgdas_enkf_sfc.sh
Outdated
${NCP} "${COMOUT_ATMOS_ANALYSIS_MEM}/${APREFIX_ENS}sfci00${FHR}.nc" \ | ||
"${DATA}/lnd_incr.${cmem}" |
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.
This looks like an input to me.
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.
@WalterKolczynski-NOAA
in view of comment on line 176, this implies an output on lines 189-190.
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 don't follow 😕.
This is copying from COM (to DATA
), so it is an input. If it copies to COM (from DATA
), it is an output.
scripts/exgdas_enkf_sfc.sh
Outdated
${NCP} "${COMOUT_ATMOS_ANALYSIS_MEM}/${APREFIX_ENS}sfci00${FHR}.nc" \ | ||
"${DATA}/lnd_incr.${cmem}" |
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.
This also looks like an input.
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.
in view of comment on line 176, this implies an output on lines 189-190.
jobs/JGDAS_ENKF_SFC
Outdated
COM_ATMOS_ANALYSIS_DET:COM_ATMOS_ANALYSIS_TMPL | ||
RUN=${RUN/enkf} YMD=${PDY} HH=${cyc} declare_from_tmpl -rx \ | ||
COMIN_OBS:COM_OBS_TMPL \ | ||
COMOUT_ATMOS_ANALYSIS_DET:COM_ATMOS_ANALYSIS_TMPL |
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.
Less obvious, but I think this is an input too.
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.
@WalterKolczynski-NOAA
I have tested two cases with C96C48_hybatmDA.yaml
- COMIN_ATMOS_ANALYSIS_DET:COM_ATMOS_ANALYSIS_TMPL on line 37
- COMOUT_ATMOS_ANALYSIS_DET:COM_ATMOS_ANALYSIS_TMPL on line 37
Testing results showed successful state for all tasks in Hercules. Hence I agree with your suggestion--an input.
Both of these are using the same |
In above two cases, testing results show dead status for tasks (enkfgdas_epos000 ~ enkfgdas_epos006). |
@WalterKolczynski-NOAA |
@mingshichen-noaa develop has changed some of these, creating conflicts. Please resolve the conflicts. |
Description
NCO has requested that each COM variable specify whether it is an input or an output. This completes that process for the global JGDAS_ENKF_SFC and JGDAS_ENKF_ARCHIVE jobs.
Refs #2451
Type of change
Change characteristics
How has this been tested?
Checklist