Running large simulation sweep with multi-parameters
parm1 p1start:p1step:p1end
parm2 p2start:p2step:p2end
... or parm sweep.
I would like to break out of the simulation sweep triggered by a condition part of output of the same simulation analysis block. Something like a 'while' control flow
while(condition_in_sim_output, sweep_parm)
Simulate
with condition to be a pass/fail from a condition in outputs of the simulate block and having corresponding parm values meeting condition on-hand.
The purpose is to reduce the simulations in sweep as the condition can possibly be met early in the sweep.
Any way to implement this simulation flow thru a combination of ocean script code and Run Plan in maestro?
Thanks for helping