Skip to content

Commit 917cbbb

Browse files
Merge remote-tracking branch 'origin/develop' into feature/fsx_lustre_link
2 parents 18d8be7 + a912381 commit 917cbbb

50 files changed

Lines changed: 290 additions & 93 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141

4242
# Change characteristics
4343
<!-- Choose YES or NO from each of the following and delete the other -->
44+
- Is this change expected to change outputs (e.g. value changes to existing outputs, new files stored in COM, files removed from COM, filename changes, additions/subtractions to archives)? YES/NO (If YES, please indicate to which system(s))
45+
- [ ] GFS
46+
- [ ] GEFS
47+
- [ ] SFS
48+
- [ ] GCAFS
4449
- Is this a breaking change (a change in existing functionality)? YES/NO
4550
- Does this change require a documentation update? YES/NO
4651
- Does this change require an update to any of the following submodules? YES/NO (If YES, please add a link to any PRs that are pending.)

dev/jobs/analdiag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export jobid="${job}.$$"
1515

1616
###############################################################
1717
# Execute the JJOB
18-
"${HOMEgfs}/jobs/JGDAS_ATMOS_ANALYSIS_DIAG"
18+
"${HOMEgfs}/jobs/JGLOBAL_ATMOS_ANALYSIS_DIAG"
1919
status=$?
2020

2121
exit "${status}"

dev/jobs/earc_tars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export jobid="${job}.$$"
1515

1616
###############################################################
1717
# Execute the JJOB
18-
"${HOMEgfs}/jobs/JGLOBAL_ENS_ARCHIVE_TARS"
18+
"${HOMEgfs}/jobs/JGLOBAL_ENKF_ARCHIVE_TARS"
1919
status=$?
2020

2121
exit "${status}"

dev/jobs/earc_vrfy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export jobid="${job}.$$"
1515

1616
###############################################################
1717
# Execute the JJOB
18-
"${HOMEgfs}/jobs/JGLOBAL_ENS_ARCHIVE_VRFY"
18+
"${HOMEgfs}/jobs/JGLOBAL_ENKF_ARCHIVE_VRFY"
1919
status=$?
2020

2121
exit "${status}"

dev/jobs/ecen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for fhr in ${fhrlst}; do
2222
export job=ecen
2323
export jobid="${job}.$$"
2424

25-
"${HOMEgfs}/jobs/JGDAS_ENKF_ECEN"
25+
"${HOMEgfs}/jobs/JGLOBAL_ENKF_ECEN"
2626
status=$?
2727
if [[ ${status} -ne 0 ]]; then
2828
exit "${status}"

dev/jobs/ecen_fv3jedi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export jobid="${job}.$$"
1313

1414
###############################################################
1515
# Execute the JJOB
16-
"${HOMEgfs}"/jobs/JGDAS_ENKF_ECEN_FV3JEDI
16+
"${HOMEgfs}"/jobs/JGLOBAL_ENKF_ECEN_FV3JEDI
1717
status=$?
1818
exit "${status}"

dev/jobs/ediag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export jobid="${job}.$$"
1515

1616
###############################################################
1717
# Execute the JJOB
18-
"${HOMEgfs}/jobs/JGDAS_ENKF_DIAG"
18+
"${HOMEgfs}/jobs/JGLOBAL_ENKF_DIAG"
1919
status=$?
2020

2121
exit "${status}"

dev/jobs/eobs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export jobid="${job}.$$"
1515

1616
###############################################################
1717
# Execute the JJOB
18-
"${HOMEgfs}/jobs/JGDAS_ENKF_SELECT_OBS"
18+
"${HOMEgfs}/jobs/JGLOBAL_ENKF_SELECT_OBS"
1919
status=$?
2020

2121
exit "${status}"

dev/jobs/esfc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export jobid="${job}.$$"
1515

1616
###############################################################
1717
# Execute the JJOB
18-
"${HOMEgfs}/jobs/JGDAS_ENKF_SFC"
18+
"${HOMEgfs}/jobs/JGLOBAL_ENKF_SFC"
1919
status=$?
2020

2121
exit "${status}"

dev/jobs/eupd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export jobid="${job}.$$"
1515

1616
###############################################################
1717
# Execute the JJOB
18-
"${HOMEgfs}/jobs/JGDAS_ENKF_UPDATE"
18+
"${HOMEgfs}/jobs/JGLOBAL_ENKF_UPDATE"
1919
status=$?
2020

2121
exit "${status}"

0 commit comments

Comments
 (0)