Skip to content

Commit

Permalink
Update control_run.IN to point to official coldstart
Browse files Browse the repository at this point in the history
directory.

Fixes ufs-community#1977.
  • Loading branch information
GeorgeGayno-NOAA committed Feb 5, 2024
1 parent 9f9f8f2 commit de655ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/fv3_conf/control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ SUFFIX=${RT_SUFFIX}
if [ $WARM_START = .false. ]; then
mkdir INPUT RESTART
if [ "$V2_SFC_FILE" = "true" ]; then
cp -r /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/chgres_cube.fractional/RT/${inputdir}/INPUT_L127.v2.sfc/* ./INPUT/.
# cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127.v2.sfc/* ./INPUT/.
cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_v2_sfc/* ./INPUT/.
else
cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/.
fi
Expand Down

0 comments on commit de655ec

Please sign in to comment.