From 9d7cd6f2148891d040f1990389882135700b6280 Mon Sep 17 00:00:00 2001 From: "Chan-Hoo.Jeon-NOAA" <60152248+chan-hoo@users.noreply.github.com> Date: Thu, 23 Sep 2021 06:18:36 -0400 Subject: [PATCH] Add option for fv3gfs_aqm to run_post (#585) * Add option for fv3gfs_aqm * Change parameter name --- scripts/exregional_run_post.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/scripts/exregional_run_post.sh b/scripts/exregional_run_post.sh index b944ea169c..9b0f26a42f 100755 --- a/scripts/exregional_run_post.sh +++ b/scripts/exregional_run_post.sh @@ -182,7 +182,11 @@ to the temporary work directory (tmp_dir): tmp_dir = \"${tmp_dir}\" ====================================================================" else - post_config_fp="${UPP_DIR}/parm/postxconfig-NT-fv3lam.txt" + if [ ${FCST_MODEL} = "fv3gfs_aqm" ]; then + post_config_fp="${UPP_DIR}/parm/postxconfig-NT-fv3lam_cmaq.txt" + else + post_config_fp="${UPP_DIR}/parm/postxconfig-NT-fv3lam.txt" + fi print_info_msg " ==================================================================== Copying the default post flat file specified by post_config_fp to the @@ -260,6 +264,11 @@ post_mn=${post_time:10:2} # # Create the input text file to the post-processor executable. # +if [ ${FCST_MODEL} = "fv3gfs_aqm" ]; then + post_itag_add="aqfcmaq_on=.true.," +else + post_itag_add="" +fi cat > itag <