template | R Documentation |
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
)
root |
directory to create the template |
template |
template type (see notes) |
case |
case to be evaluated |
env |
name of the conda environment |
scheduler |
job scheduler used (SBATCH or PBS) |
partition |
partition name |
project |
project name |
verbose |
display additional information |
no value returned, create folders and other template scripts
Templates types available:
- WRF (model post-process for METAR + INMET)
- WRF-Chem (model post-process for METAR, AQS in Brazil and AERONET)
- EXP (model post-process for one experimental site including PBL variables)
- METAR (download observations)
- MET (evaluation of meteorology)
- AQ (evaluation of air quality)
- PSA (model post-processing with CDO for satellite evaluation)
- SAT (evaluation of precipitation using GPCP satellite)
temp <- file.path(tempdir(),"POST")
template(root = temp,template = 'WRF', case = 'WRF-only')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.