Skip to content

change post wall-time #990

Answered by gspetro-NOAA
SarahLu-NOAA asked this question in Q&A
Dec 12, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @SarahLu-NOAA ,

You can set the walltime in the your config.yaml file in the rocoto: tasks: section. For example, to change the wall clock time from 15 to 20 minutes, you'd add everything from metatask_run_ens_post: down into your config.yaml Rocoto section under tasks:. If this is the only workflow change you're making, your rocoto: section would look like this:

rocoto:
  tasks:
    metatask_run_ens_post:
      metatask_run_post_mem#mem#_all_fhrs:
        task_run_post_mem#mem#_f#fhr#:
          walltime: 00:20:00

You can certainly adjust the walltime in parm as well, but I find it easier to do everything in config.yaml to avoid jumping between files and to keep changes isolated to o…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SarahLu-NOAA
Comment options

@gspetro-NOAA
Comment options

@SarahLu-NOAA
Comment options

Answer selected by SarahLu-NOAA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants