APSIMInitiative / ApsimX

ApsimX is the next generation of APSIM
http://www.apsim.info
Other
132 stars 161 forks source link

Running multiple APSIM file in command line in one call #3351

Closed BrianCollinss closed 5 years ago

BrianCollinss commented 5 years ago

With old APSIM, it was possible to put the names of multiple APSIM/SIM files on the command line or in an ascii file to run all with one call of APSIM. Is it possible with APSIM-NG? I cannot find any option for that.

image

hol430 commented 5 years ago

Pretty sure Apsim only looks for one file specification, but this specification may contain a wildcard. e.g. If you move file1.apsimx and file2.apsimx into a single directory, you can run:

Models.exe Directory/*.apsimx

You can also add the /Recurse option to run files in all subdirectories as well.

BrianCollinss commented 5 years ago

Thanks Drew. I'll close the thread then. Cheers.