diff --git a/scripts/exregional_run_post.sh b/scripts/exregional_run_post.sh index a9b07efef..631b50217 100755 --- a/scripts/exregional_run_post.sh +++ b/scripts/exregional_run_post.sh @@ -196,7 +196,7 @@ tmmark="tm00" # #----------------------------------------------------------------------- # -# Create a text file (itag) containing arguments to pass to the post- +# Create the namelist file (itag) containing arguments to pass to the post- # processor's executable. # #----------------------------------------------------------------------- @@ -236,7 +236,7 @@ post_dd=${post_time:6:2} post_hh=${post_time:8:2} post_mn=${post_time:10:2} # -# Create the input text file to the post-processor executable. +# Create the input namelist file to the post-processor executable. # if [ ${FCST_MODEL} = "fv3gfs_aqm" ]; then post_itag_add="aqfcmaq_on=.true.," @@ -244,12 +244,13 @@ else post_itag_add="" fi cat > itag <