Skip to content

Commit

Permalink
Add GSI monitor job output folders to config.com
Browse files Browse the repository at this point in the history
- Add COM_ATMOS_OZNMON and COM_ATMOS_RADMON to config.com
- COM_ATMOS_MINMON is already in config.com

Refs NOAA-EMC#1908
  • Loading branch information
KateFriedman-NOAA committed Oct 19, 2023
1 parent 76cf81c commit d0ec662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parm/config/gfs/config.com
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ declare -rx COM_ATMOS_TRACK_TMPL=${COM_BASE}'/products/atmos/cyclone/tracks'
declare -rx COM_ATMOS_GOES_TMPL=${COM_BASE}'/products/atmos/goes_sim'
declare -rx COM_ATMOS_IMAGERY_TMPL=${COM_BASE}'/products/atmos/imagery'
declare -rx COM_ATMOS_MINMON_TMPL=${COM_BASE}'/products/atmos/minmon'
declare -rx COM_ATMOS_OZNMON_TMPL=${COM_BASE}'/products/atmos/oznmon'
declare -rx COM_ATMOS_RADMON_TMPL=${COM_BASE}'/products/atmos/radmon'
declare -rx COM_ATMOS_WMO_TMPL=${COM_BASE}'/products/atmos/wmo'

declare -rx COM_WAVE_RESTART_TMPL=${COM_BASE}'/model_data/wave/restart'
Expand Down

0 comments on commit d0ec662

Please sign in to comment.