makeSequenceJobScripts: makeSequenceJobScripts

Description Usage Arguments Value

View source: R/makeSequenceJobScripts.R

Description

Create scripts that run DART simulations.

Usage

1
2
makeSequenceJobScripts(simName, sequenceFileXML, DARTprogDir, DARTprocess,
  maxTime = 120, userDescBool = FALSE, userDesc = NULL)

Arguments

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.

Value

Sequence of folders with required args and a job script that will run the sequenced inputs using a designated DART process(es).


kitbenjamin/daRtInput documentation built on July 10, 2021, 1 p.m.