Skip to content

Commit

Permalink
Change couple_ic from task to metatask
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v13_S2SW
	modified:   rocoto/py/GEFS_XML_For_Tasks.py
	modified:   rocoto/py/user_wcoss2.conf

Refs: NOAA-EMC#114
  • Loading branch information
XianwuXue-NOAA committed Mar 24, 2023
1 parent d510bcb commit 9a1e3a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rocoto/py/GEFS_XML_For_Tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1480,6 +1480,8 @@ def get_metatask_names(taskname=""):
metatask_names.append('postsnd')
# fcst_post_manageq
metatask_names.append('fcst_post_manager')
# coupled model
metatask_names.append('couple_ic')

return metatask_names

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 @@ -168,7 +168,7 @@ couple_ic_nodes = 1
couple_ic_ppn = 1
couple_ic_tpp = 1
couple_ic_memory = 1000M
couple_ic_join = &LOG_DIR;/@Y@m@d/gefs_couple_ic_@H.@s
couple_ic_join = &LOG_DIR;/@Y@m@d/gefs_#member#_couple_ic_@H.@s
couple_ic_queue = &TRANSFER_QUEUE;
# couple_ic_dep = <taskdep task="job"/>
## fcst_post_manager********************************************
Expand Down

0 comments on commit 9a1e3a1

Please sign in to comment.