Skip to content

Commit

Permalink
Update the gdas_init utility for the new COM model directory (#968)
Browse files Browse the repository at this point in the history
The 'model_data' directory has been changed to 'model' per NCO
request.

Fixes #967.
  • Loading branch information
GeorgeGayno-NOAA committed Jun 25, 2024
1 parent 65b5305 commit 0983f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/gdas_init/copy_coldstart_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ copy_data()

MEM=$1

SAVEDIR_MODEL_DATA=$SUBDIR/model_data/atmos/input
SAVEDIR_MODEL_DATA=$SUBDIR/model/atmos/input
mkdir -p $SAVEDIR_MODEL_DATA
cp gfs_ctrl.nc $SAVEDIR_MODEL_DATA

Expand Down

0 comments on commit 0983f34

Please sign in to comment.