Page 1 of 1

How to run isolated simulations to allow several simulations at the same time

Posted: April 21st, 2021, 3:24 am
by aragong
Hello everyone again!

I just wondering how to deal with several simulations at the same time. I am using some python codes to prepare HYSPLIT simulations but in the end, I need to define one "CONTROL" file and execute hycs_std. My point is that, If I ran one simulation during the execution of the previous one, the "CONTROL" file will be potentially a source of error...

Is there any way to specify a different filename for the CONTROL file like CONTROL_00001 and point hycs_std to use that one?

Thank you in advance, best regards!!

Re: How to run isolated simulations to allow several simulations at the same time

Posted: April 21st, 2021, 7:18 am
by sonny.zinn
You can specify a process ID for each run. For example, "hycs_std 1000" expects CONTROL.1000, SETUP.1000, etc.

Re: How to run isolated simulations to allow several simulations at the same time

Posted: April 22nd, 2021, 2:13 am
by aragong
sonny.zinn wrote:
April 21st, 2021, 7:18 am
You can specify a process ID for each run. For example, "hycs_std 1000" expects CONTROL.1000, SETUP.1000, etc.
EASY! thank you very much!