From f94c8a294908ad5d3294115a45f4d6c2bd0f85de Mon Sep 17 00:00:00 2001 From: Nicholas Szapiro <149816583+NickSzapiro-NOAA@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:39:40 -0400 Subject: [PATCH] Remove duplicate ln ExtData in fv3_conf/cpld_control_run.IN (again?) --- tests/fv3_conf/cpld_control_run.IN | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 3d6b252f78..62851ca045 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -253,12 +253,3 @@ if [ $IMP_PHYSICS = 8 ]; then cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qgV2.dat qr_acr_qgV2.dat cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qsV2.dat qr_acr_qsV2.dat fi - -#prognostic aerosols -if [ $CPLCHM = .true. ]; then - if [[ ${BMIC} == .true. ]]; then - ln -sf /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/gefs.v13/stage/GEFS/ExtData . - else - ln -sf @[INPUTDATA_ROOT]/GOCART/p8c_5d/ExtData . - fi -fi