powered by
Create templates of code (r-scripts and bash job-submission script) to read, post-process and evaluate model results.
template( root, template = "WRF", case = "case", env = "rspatial", scheduler = "SBATCH", partition = "main", project = "PROJECT", verbose = TRUE )
no value returned, create folders and other template scripts
directory to create the template
template type (see notes)
case to be evaluated
name of the conda environment
job scheduler used (SBATCH or PBS)
partition name
project name
display additional information
temp <- file.path(tempdir(),"POST") template(root = temp,template = 'WRF', case = 'WRF-only')
Run the code above in your browser using DataLab