Skip to content

Commit

Permalink
Adjust ./cpld_control_run.IN to point to the official
Browse files Browse the repository at this point in the history
coldstart data directory.

Fixes ufs-community#1977.
  • Loading branch information
GeorgeGayno-NOAA committed Feb 5, 2024
1 parent 4987143 commit 9f9f8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fv3_conf/cpld_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
ICE_IC=@[INPUTDATA_ROOT]/CICE_IC/${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR}
else
if [ "$V2_SFC_FILE" = "true" ]; then
FV3_IC=/scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/chgres_cube.fractional/RT/FV3_input_data/INPUT_L127_mx100.v2.sfc
FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_mx${OCNRES}_v2_sfc
else
FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_mx${OCNRES}
fi
Expand Down

0 comments on commit 9f9f8f2

Please sign in to comment.