Skip to content

Commit

Permalink
Add log lines of update history in the scripts for WAFS processing en…
Browse files Browse the repository at this point in the history
…hancement (#330)

* 1. By updating GTG tag, modify the GTG source code: when there is a high wind (>500 m/s), send out a warning WITHOUT error message
and let GTG computation continue;
2. modify the script so the WAFS failure will not affect generation of GFS

* Add log lines of update history in the scripts for the fix:
modify the script so the WAFS failure will not affect generation of GFS

* Insert the comments from Lin to the history log of exglobal_atmos_pmgr.sh:
    Ensure loganl.txt file created by atmos_analysis_calc before release atmos_post_anl job

* Drop the fix of post_anl job trigger for reliability for GFS operation concern
  • Loading branch information
YaliMao-NOAA authored Jun 14, 2021
1 parent 85f5058 commit fed7f01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 2 additions & 0 deletions scripts/exgfs_atmos_nceppost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ echo " and reading sigio model outputs."
echo " Aug 20 - Meng - Remove .ecf extentsion per EE2 review."
echo " Sep 20 - Meng - Update clean up files per EE2 review."
echo " Dec 20 - Meng - Add alert for special data file."
echo " Jun 21 - Mao - Instead of err_chk, catch err and print out"
echo " WAFS failure warnings to avoid job crashing"
echo "-----------------------------------------------------"
#####################################################################

Expand Down
18 changes: 7 additions & 11 deletions scripts/exglobal_atmos_pmgr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,13 @@ do
then
if [ $fhr -eq 0 ]
then
if [ -s ${COMIN}/${RUN}.${cycle}.loganl.txt ]
then
ecflow_client --event release_postanl
ecflow_client --event release_post000
postjobs=`echo $postjobs | sed "s/00//"`
fi
else
ecflow_client --event release_post${fhr3}
# Remove current fhr from list
postjobs=`echo $postjobs | sed "s/${fhr}//"`
fi
#### ecflow_client --event release_${RUN}_postanl
ecflow_client --event release_postanl
fi
#### ecflow_client --event release_${RUN}_post${fhr}
ecflow_client --event release_post${fhr3}
# Remove current fhr from list
postjobs=`echo $postjobs | sed "s/${fhr}//"`
fi
done

Expand Down
2 changes: 2 additions & 0 deletions ush/gfs_nceppost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
# Remove legacy setting for reading non-nemsio model output
# and generating grib1 data
# 2019-06-02 Wen Meng: Remove the links of gfs fix files.
# 2021-06-11 Yali Mao: Instead of err_chk, 'exit $err' for wafsfile
# if POSTGPEXEC fails
#
# Usage: global_postgp.sh SIGINP FLXINP FLXIOUT PGBOUT PGIOUT IGEN
#
Expand Down

0 comments on commit fed7f01

Please sign in to comment.