Skip to content

Continue Sessions using API from esmvalcore.experimental #3062

Answered by bouweandela
lukruh asked this question in Q&A
Discussion options

You must be logged in to vote

The options from the command line can also be specified in config-user.yml and the esmvalcore.config.Sesssion you're using, so you should be able to do something like

CFG.start_session()
session['resume_from'] = ["/path/to/previous/run", "/path/to/other/previous/run"]

or possibly

from pathlib import Path
CFG.start_session()
session['resume_from'] = [Path("/path/to/previous/run"), Path("/path/to/other/previous/run")]

(I did not try this myself). Does that solve your problem?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lukruh
Comment options

lukruh May 4, 2023
Collaborator Author

@dhohn
Comment options

@bouweandela
Comment options

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