Skip to content

Commit

Permalink
Issue #2: update comments in DA scripts; correct typos in DA job and …
Browse files Browse the repository at this point in the history
…scripts
  • Loading branch information
RussTreadon-NOAA committed Sep 12, 2020
1 parent 73c8e1f commit ad60bd6
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_SELECT_OBS
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


${INVOBSSH:-$SCRgfs/exgdas_enkf_innovate_obs.sh}
${INVOBSSH:-$SCRgfs/exgdas_enkf_select_obs.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion scripts/exgdas_atmos_chgres_forenkf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_chgres_forenkf_fv3gfs.sh
# Script name: exgdas_atmos_chgres_forenkf.sh
# Script description: Runs chgres on full-resolution forecast for EnKF recentering
#
# Author: Cory Martin Org: NCEP/EMC Date: 2020-06-08
Expand Down
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_ecen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkf_recenter_fv3gfs.sh
# Script name: exgdas_enkf_ecen.sh
# Script description: recenter ensemble around hi-res deterministic analysis
#
# Author: Rahul Mahajan Org: NCEP/EMC Date: 2017-03-02
Expand Down
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkf_fcst_fv3gfs.sh
# Script name: exgdas_enkf_fcst.sh
# Script description: Run ensemble forecasts
#
# Author: Rahul Mahajan Org: NCEP/EMC Date: 2017-03-02
Expand Down
6 changes: 3 additions & 3 deletions scripts/exgdas_enkf_innovate_obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkf_innovate_obs_fv3gfs.sh
# Script name: exgdas_enkf_innovate_obs.sh
# Script description: Compute ensemble innovations
#
# Author: Rahul Mahajan Org: NCEP/EMC Date: 2017-03-02
Expand Down Expand Up @@ -34,8 +34,8 @@ export NLN=${NLN:-"/bin/ln -sf"}
export ERRSCRIPT=${ERRSCRIPT:-'eval [[ $err = 0 ]]'}

# Scripts.
INVOBSSH=${INVOBSSH:-$HOMEgfs/scripts/exglobal_innovate_obs_fv3gfs.sh}
export ANALYSISSH=${ANALYSISSH:-$HOMEgfs/scripts/exglobal_analysis_fv3gfs.sh}
INVOBSSH=${INVOBSSH:-$HOMEgfs/scripts/exgdas_enkf_innovate_obs.sh}
export ANALYSISSH=${ANALYSISSH:-$HOMEgfs/scripts/exglobal_atmos_analysis.sh}

# Enemble group, begin and end
ENSGRP=${ENSGRP:-1}
Expand Down
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkf_post_fv3gfs.sh
# Script name: exgdas_enkf_post.sh
# Script description: Global ensemble forecast post processing
#
# Author: Rahul Mahajan Org: NCEP/EMC Date: 2017-03-02
Expand Down
4 changes: 2 additions & 2 deletions scripts/exgdas_enkf_select_obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_innovate_obs_fv3gfs.sh
# Script name: exgdas_enkf_select_obs.sh
# Script description: Compute global_gsi innovations
#
# Author: Rahul Mahajan Org: NCEP/EMC Date: 2017-03-02
Expand Down Expand Up @@ -32,7 +32,7 @@ export NLN=${NLN:-"/bin/ln -sf"}
export ERRSCRIPT=${ERRSCRIPT:-'eval [[ $err = 0 ]]'}

# Scripts.
ANALYSISSH=${ANALYSISSH:-$HOMEgfs/scripts/exglobal_analysis_fv3gfs.sh}
ANALYSISSH=${ANALYSISSH:-$HOMEgfs/scripts/exglobal_atmos_analysis.sh}

# Prefix and Suffix Variables.
export APREFIX=${APREFIX:-""}
Expand Down
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_sfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkf_surface_fv3gfs.sh
# Script name: exgdas_enkf_sfc.sh
# Script description: generate ensemble surface analyses on tiles
#
# Author: Rahul Mahajan Org: NCEP/EMC Date: 2017-03-02
Expand Down
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkf_update_fv3gfs.sh
# Script name: exgdas_enkf_update.sh
# Script description: Make global_enkf update
#
# Author: Rahul Mahajan Org: NCEP/EMC Date: 2017-03-02
Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_atmos_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_analysis_fv3gfs.sh
# Script name: exglobal_atmos_analysis.sh
# Script description: Makes a global model upper air analysis with GSI
#
# Author: Rahul Mahajan Org: NCEP/EMC Date: 2017-03-02
Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_atmos_analysis_calc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_anlcalc_fv3gfs.sh
# Script name: exglobal_atmos_analysis_calc.sh
# Script description: Runs non-diagnostic file tasks after GSI analysis is performed
#
# Author: Cory Martin Org: NCEP/EMC Date: 2020-03-03
Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_diag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_analdiag_fv3gfs.sh
# Script name: exglobal_diag.sh
# Script description: Creates diagnostic files after GSI analysis is performed
#
# Author: Cory Martin Org: NCEP/EMC Date: 2020-03-03
Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_enkf_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkffcs.sh
# Script name: exglobal_enkf_fcst.sh
# Script description: Run global_enkf ensemble forecasts
#
# Author: Russ Treadon Org: NP23 Date: 2011-12-16
Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_enkf_fcst_nems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkffcs.sh
# Script name: exglobal_enkf_fcst_nems.sh
# Script description: Run global_enkf ensemble forecasts
#
# Author: Russ Treadon Org: NP23 Date: 2011-12-16
Expand Down
4 changes: 2 additions & 2 deletions scripts/exglobal_enkf_inflate_recenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkfcen.sh
# Script name: exglobal_enkf_inflate_recenter.sh
# Script description: Make global_enkf additive error and recenter
#
# Author: Russ Treadon Org: NP23 Date: 2011-12-16
Expand All @@ -13,7 +13,7 @@
# 2011-12-16 Russ Treadon based on GCWMB parallel script ecen.sh
# 2014-05-16 Xu Li Add NSST
#
# Usage: exglobal_enkfcen.sh
# Usage: exglobal_enkf_inflate_recenter.sh
#
# Input script positional parameters:
#
Expand Down
4 changes: 2 additions & 2 deletions scripts/exglobal_enkf_innovate_obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: global_enkfomg.sh
# Script name: exglobal_enkf_innovate_obs.sh
# Script description: Compute global_enkf innovations
#
# Author: Russ Treadonl Org: NP23 Date: 2011-12-16
Expand All @@ -13,7 +13,7 @@
# 2011-12-16 Russ Treadon based on GCWMB parallel script eomg.sh
# 2014-02-16 Xu Li add NSST related variables
#
# Usage: exglobal_enkfomg.sh SFCGESMEAN SIGGESMEAN
# Usage: exglobal_enkf_innovate_obs.sh SFCGESMEAN SIGGESMEAN
#
# Input script positional parameters:
# 1 Input surface guess
Expand Down
4 changes: 2 additions & 2 deletions scripts/exglobal_enkf_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkfpos.sh
# Script name: exglobal_enkf_post.sh
# Script description: global_enkf forecast post processing
#
# Author: Russ Treadon Org: NP23 Date: 2011-12-16
Expand All @@ -13,7 +13,7 @@
# 2011-12-16 Russ Treadon based on GCWMB parallel script epos.sh
# 2014-05-16 Xu Li Add NSST
#
# Usage: exglobal_enkfpos.sh
# Usage: exglobal_enkf_post.sh
#
# Input script positional parameters:
# defaults to $IGEN, then to 0
Expand Down
4 changes: 2 additions & 2 deletions scripts/exglobal_enkf_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################
#### UNIX Script Documentation Block
# . .
# Script name: exglobal_enkfupdat.sh
# Script name: exglobal_enkf_update.sh
# Script description: Make global_enkf update
#
# Author: Daryl Kleist Org: NP23 Date: 2011-03-24
Expand All @@ -12,7 +12,7 @@
# Script history log:
# 2011-03-24 Russ Treadon copy from enkf/trunk/scripts_ncep
#
# Usage: exglobal_enkfupdat.sh SFCGES SIGGES GBIAS GBIASE
# Usage: exglobal_enkf_update.sh SFCGES SIGGES GBIAS GBIASE
#
# Input script positional parameters:
# 1 Input surface guess
Expand Down

0 comments on commit ad60bd6

Please sign in to comment.