Skip to content

Commit

Permalink
Fix a bug in JGEFS_ATMOS_AWIPS
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v13_atmos_prep
	modified:   jobs/JGEFS_ATMOS_AWIPS

Refs: NOAA-EMC#102
  • Loading branch information
XianwuXue-NOAA committed Jan 27, 2023
1 parent 5fe2d96 commit b0baedd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/JGEFS_ATMOS_AWIPS
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ if [[ ${NewCOM:-"YES"} == "YES" ]]; then
export mem_ens="avg"
export COMIN=${COMIN}/${mem_ens}/${COMPONENT}
export COMOUT=${COMOUT}/${mem_ens}
else
export COMIN=${COMIN}/${COMPONENT}
fi
export COMOUTwmo=${COMOUTwmo:-${COMOUT}/${COMPONENT}/wmo}

Expand Down

0 comments on commit b0baedd

Please sign in to comment.