Description Usage Arguments Value
View source: R/makeSequenceJobScripts.R
Create scripts that run DART simulations.
1 2 | makeSequenceJobScripts(simName, sequenceFileXML, DARTprogDir, DARTprocess,
maxTime = 120, userDescBool = FALSE, userDesc = NULL)
|
simName |
Name of your simulation. |
sequenceFileXML |
Name of the xml file containing property(s) of which the arguments you want to sequence and input into DART simulation. |
DARTprogDir |
Path to the 'DART' directory e.g 'C:/User/<username>/DART'. |
DARTprocess |
The DART process(s) you would like to run e.g. directions, maket, phase Maximum amount of time dart-sequence.bat is allowed to run. |
userDescBool |
If True the user must define a new name in which to store the sequence files. Otherwise the datetime in the form YYYY_DOY_H.M.S is used. |
userDesc |
If userDescBool is TRUE then this will be a string containing the directory name in which the sequence files will be stored. |
Sequence of folders with required args and a job script that will run the sequenced inputs using a designated DART process(es).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.