You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by HamishBrownPFR November 25, 2024
It is possible to run a sub-set of the simulations from an .apsimx file from command line by passing a list of simulations in. The example below uses the subprocess library in python to execute the command line run.
APSIM now has the Playlist class which can select a sub set of simulations to run which is easier than trying to compile lists of simulations in a script. However, I cannot work out how to run the playlist from the command line.
Anyone know how to do that or if it is even possible?
The text was updated successfully, but these errors were encountered:
New documentation is needed to demonstrate usage of Playlist via Models.
Discussed in #9465
Originally posted by HamishBrownPFR November 25, 2024
It is possible to run a sub-set of the simulations from an .apsimx file from command line by passing a list of simulations in. The example below uses the subprocess library in python to execute the command line run.
APSIM now has the Playlist class which can select a sub set of simulations to run which is easier than trying to compile lists of simulations in a script. However, I cannot work out how to run the playlist from the command line.
Anyone know how to do that or if it is even possible?
The text was updated successfully, but these errors were encountered: