Skip to content

Commit

Permalink
clean up comments in JEDI ATM Var and Ens init and run config files (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Mar 5, 2024
1 parent b59662e commit 1b289bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion parm/config/gfs/config.atmanlinit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

echo "BEGIN: config.atmanlinit"

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

# Get task specific resources
. "${EXPDIR}/config.resources" atmanlinit
echo "END: config.atmanlinit"
4 changes: 3 additions & 1 deletion parm/config/gfs/config.atmanlrun
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@

echo "BEGIN: config.atmanlrun"

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

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

echo "END: config.atmanlrun"
4 changes: 3 additions & 1 deletion parm/config/gfs/config.atmensanlinit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

echo "BEGIN: config.atmensanlinit"

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

# Get task specific resources
. "${EXPDIR}/config.resources" atmensanlinit
echo "END: config.atmensanlinit"
4 changes: 3 additions & 1 deletion parm/config/gfs/config.atmensanlrun
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@

echo "BEGIN: config.atmensanlrun"

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

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

echo "END: config.atmensanlrun"

0 comments on commit 1b289bf

Please sign in to comment.