-
|
Can I run multiple cases simultaneously? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
There are two ways of interpreting this:
A reasonable follow-up question then is how to run model-vs-model (as asked in #419). The best solution is to run a |
Beta Was this translation helpful? Give feedback.
-
|
I wonder if you have a model intercomparisons strategy on more than two cases. |
Beta Was this translation helpful? Give feedback.
-
User feedback: I do this (simultaneously) all the time, and it works perfectly for me! In my use case, I am using this for the model-vs-model stuff, and In the near future, I could make my scripts available as examples... they are a total mess now because I am trying to expand the functionality of the |
Beta Was this translation helpful? Give feedback.
There are two ways of interpreting this:
zppycfg. This not currently supported.caseis set to be a single string in https://github.com/E3SM-Project/zppy/blob/main/zppy/templates/default.ini.zppycfgs simultaneously. This is in theory possible, but be sure thecfgs point to different output directories. I personally don't test this often and have in the past encountered infrequent but irreproducible issues with this. It is safest to run onecfgat a time, at the moment.A reasonable follow-up question then is how to run model-vs-model (as asked in #419). The best solution is to run a
zppycfgfor one simulation and then use th…