Skip to content

Commit

Permalink
Modify to move the "wmo" files to "products/wmo"
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 Feb 10, 2023
1 parent 26af815 commit beb9760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/JGEFS_ATMOS_AWIPS
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ if [[ ${NewCOM:-"YES"} == "YES" ]]; then
export mem_ens="avg"
export COMIN=${COMIN}/${mem_ens}/${COMPONENT}
export COMOUT=${COMOUT}/${mem_ens}
export COMOUTwmo=${COMOUTwmo:-${COMOUT}/${COMPONENT}/products/wmo}
else
export COMIN=${COMIN}/${COMPONENT}
export COMOUTwmo=${COMOUTwmo:-${COMOUT}/${COMPONENT}/wmo}
fi
export COMOUTwmo=${COMOUTwmo:-${COMOUT}/${COMPONENT}/wmo}

#############################
# Source relevant config files
Expand Down

0 comments on commit beb9760

Please sign in to comment.