Skip to content

Commit

Permalink
Fix bugs to run it on WCOSS2
Browse files Browse the repository at this point in the history
 On branch feature/v13_atmos_prdgen
	modified:   jobs/JGEFS_ATMOS_PRDGEN
	modified:   rocoto/py/user_wcoss2.conf
	modified:   rocoto/user_full.conf

Refs: NOAA-EMC#95
  • Loading branch information
XianwuXue-NOAA committed May 5, 2023
1 parent ad99411 commit e6af5f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions jobs/JGEFS_ATMOS_PRDGEN
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ MEMDIR="${memchar}" YMD=${PDY} HH=${cyc} generate_com -rx COM_ATMOS_HISTORY COM_
export PRDGEN_STREAMS="res_2p50 res_0p50 res_0p25_s1 res_0p25_s2"

if [[ ${RUNMEM} == "memgfs" ]]; then
grids=['2p50' '0p25' '0p25s' '0p50a' '0p50b']
grids="2p50 0p25 0p25s 0p50a 0p50b"
elif [[ ${RUNMEM} == "memaer" ]]; then
grids=['0p25' '0p25s' '0p50a' '0p50b']
grids="0p25 0p25s 0p50a 0p50b"
else
if [ ${FORECAST_SEGMENT} = lr ]; then
grids=['2p50' '0p50a' '0p50b']
grids="2p50 0p50a 0p50b"
else
grids=['2p50' '0p25' '0p25s' '0p50a' '0p50b']
grids="2p50 0p25 0p25s 0p50a 0p50b"
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion rocoto/py/user_wcoss2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ prdgen_hr_tpp = 1
prdgen_hr_memory = 4GB
prdgen_hr_join = &LOG_DIR;/@Y@m@d/gefs_#member#_prdgen_hr_@H.@s
prdgen_hr_queue = &CUE2RUN;
prdgen_hr_dep = <datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/atmos/misc/post/ge#member#.t@Hz.master.control.f000</cyclestr></datadep>
prdgen_hr_dep = <datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/mem#member#/model_data/atmos/history/gefs.t@Hz.atm.logf000.txt</cyclestr></datadep>
## ensstat_hr***************************************************
ensstat_hr_walltime = 04:30:00
ensstat_hr_nodes = 1
Expand Down
2 changes: 1 addition & 1 deletion rocoto/user_full.conf
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ taskname = atmos_prep
#taskname = copy_init
taskname = forecast_hr
#taskname = wave_post
#taskname = prdgen_hr
taskname = prdgen_hr
#taskname = ensstat_hr
#taskname = enspost_hr
#taskname = wave_stat
Expand Down

0 comments on commit e6af5f6

Please sign in to comment.