I’m essentially looking to do something similar to what “.batch_assign” would do but the variable I want to alter is a list (that will go in a “.location()”), but “.batch_assign” does not support this due to only allowing certain types.
Is there anyway I can build a batch using multiple Programs and then somehow put them all together and submit them as a single job.
For technical reasons, I need them all in a single job so submitting the different simulations individually is not an option.