Skip to content

Commit

Permalink
Issue #2: remove ".ecf" extension from exscripts as per WCOSS Impleme…
Browse files Browse the repository at this point in the history
…ntation Standards
  • Loading branch information
RussTreadon-NOAA committed Aug 27, 2020
1 parent dc5bddb commit 5c2e914
Show file tree
Hide file tree
Showing 32 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion jobs/JGDAS_CHGRES_FORENKF
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${CHGRESFCSTSH:-$HOMEgsi/scripts/exglobal_chgres_forenkf_fv3gfs.sh.ecf}
${CHGRESFCSTSH:-$HOMEgsi/scripts/exglobal_chgres_forenkf_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_FCST
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ENKFFCSTSH:-$SCRgsi/exglobal_enkf_fcst_fv3gfs.sh.ecf}
${ENKFFCSTSH:-$SCRgsi/exglobal_enkf_fcst_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_POST
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ENKFPOSTSH:-$SCRgsi/exglobal_enkf_post_fv3gfs.sh.ecf}
${ENKFPOSTSH:-$SCRgsi/exglobal_enkf_post_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_RECENTER
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ENKFRECENSH:-$SCRgsi/exglobal_enkf_recenter_fv3gfs.sh.ecf}
${ENKFRECENSH:-$SCRgsi/exglobal_enkf_recenter_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_SURFACE
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ENKFRESFCSH:-$SCRgsi/exglobal_enkf_surface_fv3gfs.sh.ecf}
${ENKFRESFCSH:-$SCRgsi/exglobal_enkf_surface_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ANALCALC
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ANALCALCSH:-$HOMEgsi/scripts/exglobal_analcalc_fv3gfs.sh.ecf}
${ANALCALCSH:-$HOMEgsi/scripts/exglobal_analcalc_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ANALDIAG
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ANALDIAGSH:-$HOMEgsi/scripts/exglobal_analdiag_fv3gfs.sh.ecf}
${ANALDIAGSH:-$HOMEgsi/scripts/exglobal_analdiag_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ANALYSIS
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ANALYSISSH:-$SCRgsi/exglobal_analysis_fv3gfs.sh.ecf}
${ANALYSISSH:-$SCRgsi/exglobal_analysis_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ENKF_ANALDIAG
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ANALDIAGSH:-$SCRgsi/exglobal_analdiag_fv3gfs.sh.ecf}
${ANALDIAGSH:-$SCRgsi/exglobal_analdiag_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ENKF_INNOVATE_OBS
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${ENKFINVOBSSH:-$SCRgsi/exglobal_enkf_innovate_obs_fv3gfs.sh.ecf}
${ENKFINVOBSSH:-$SCRgsi/exglobal_enkf_innovate_obs_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ENKF_SELECT_OBS
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${INVOBSSH:-$SCRgsi/exglobal_innovate_obs_fv3gfs.sh.ecf}
${INVOBSSH:-$SCRgsi/exglobal_innovate_obs_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ENKF_UPDATE
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ msg="HAS BEGUN on `hostname`"
postmsg "$jlogfile" "$msg"
$LOGSCRIPT

${ENKFUPDSH:-$SCRgsi/exglobal_enkf_update_fv3gfs.sh.ecf}
${ENKFUPDSH:-$SCRgsi/exglobal_enkf_update_fv3gfs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions ush/refactor_4nco_global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ done

# Create and populate gdas scripts
$svnmkdirp $target_gdas/scripts
flist="exglobal_enkf_innovate_obs.sh.ecf"
flist="exglobal_enkf_innovate_obs.sh"
for file in $flist; do
$svncopy $source_path/scripts/$file $target_gdas/scripts/
done
flist="exglobal_enkf_fcst.sh.ecf exglobal_enkf_inflate_recenter.sh.ecf exglobal_enkf_post.sh.ecf exglobal_enkf_update.sh.ecf"
flist="exglobal_enkf_fcst.sh exglobal_enkf_inflate_recenter.sh exglobal_enkf_post.sh exglobal_enkf_update.sh"
for file in $flist; do
$svncopy $source_path/scripts/EnKF/scripts_ncep/$file $target_gdas/scripts/
done
Expand Down Expand Up @@ -138,7 +138,7 @@ done

# Create and populate global_shared scripts
$svnmkdirp $target_shared/scripts
flist="exglobal_analysis.sh.ecf"
flist="exglobal_analysis.sh"
for file in $flist; do
$svncopy $source_path/scripts/$file $target_shared/scripts/
done
Expand Down

0 comments on commit 5c2e914

Please sign in to comment.