From 14ac3d02f5e36b2b057c5a526b2781017cb1f263 Mon Sep 17 00:00:00 2001 From: keenaneure Date: Sun, 3 Nov 2024 12:32:47 -0700 Subject: [PATCH] Changing bumploc.yaml to rrfs_mpasjedi_2024052700_bumploc.yaml in setup_experiment.sh (#216) This PR makes a small change to setup_experiment.sh when setting up test experiments within RDASApp. This is changed to rrfs_mpasjedi_2024052700_bumploc.yaml now. --- rrfs-test/scripts/setup_experiment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrfs-test/scripts/setup_experiment.sh b/rrfs-test/scripts/setup_experiment.sh index 5871104..301228a 100755 --- a/rrfs-test/scripts/setup_experiment.sh +++ b/rrfs-test/scripts/setup_experiment.sh @@ -86,7 +86,7 @@ elif [[ $DYCORE == "MPAS" ]]; then mkdir -p graphinfo stream_list ln -sf ${RDAS_DATA}/fix/graphinfo/* graphinfo/ cp -rp ${RDAS_DATA}/fix/stream_list/* stream_list/ - cp ${YOUR_PATH_TO_RDASAPP}/rrfs-test/testinput_expr/bumploc.yaml . + cp ${YOUR_PATH_TO_RDASAPP}/rrfs-test/testinput_expr/rrfs_mpasjedi_2024052700_bumploc.yaml . cp ${YOUR_PATH_TO_RDASAPP}/rrfs-test/testinput_expr/namelist.atmosphere . cp ${YOUR_PATH_TO_RDASAPP}/rrfs-test/testinput_expr/rrfs_mpasjedi_2024052700_Ens3Dvar.yaml . cp ${YOUR_PATH_TO_RDASAPP}/rrfs-test/testinput_expr/rrfs_mpasjedi_2024052700_letkf.yaml .