From 9f9f8f27a8802f5af71318851a60e3ab8b97f5d9 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Mon, 5 Feb 2024 21:19:45 +0000 Subject: [PATCH] Adjust ./cpld_control_run.IN to point to the official coldstart data directory. Fixes #1977. --- tests/fv3_conf/cpld_control_run.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index e5757038e5..d497771d0b 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -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