Skip to content

Commit

Permalink
modified config files
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Jan 21, 2025
1 parent c283e87 commit 3d5f792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.earc_tars
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
echo "BEGIN: config.earc_tars"

# Get task specific resources
. $EXPDIR/config.resources "earc_tars"
. $EXPDIR/config.resources ${earc_tars}

Check notice

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice

Code scanning / shellcheck

Prefer putting braces around variable references even when not strictly required. Note

Prefer putting braces around variable references even when not strictly required.

Check notice

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

# Set the number of ensemble members to archive per earc_tars job
case "${CASE_ENS}" in
Expand Down
2 changes: 1 addition & 1 deletion parm/config/gfs/config.earc_vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
echo "BEGIN: config.earc_vrfy"

# Get task specific resources"
. $EXPDIR/config.resources "earc_vrfy"
. $EXPDIR/config.resources ${earc_vrfy}

Check notice

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice

Code scanning / shellcheck

Prefer putting braces around variable references even when not strictly required. Note

Prefer putting braces around variable references even when not strictly required.

Check notice

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

# Set the number of ensemble members to archive per earc_vrfy job
case "${CASE_ENS}" in
Expand Down

0 comments on commit 3d5f792

Please sign in to comment.