diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-27 01:00:07 +0100 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-27 02:17:41 +0100 |
| commit | b38055278d4a801598ece9d2c93716a9bf67134a (patch) | |
| tree | d1338a66115dd9c5bf5aa0004f16d8329093e852 /man/PELMO_path.Rd | |
| parent | 40c2f387775a168df1be699813807586cf098648 (diff) | |
Set up FOCUS PELMO runs and run them in parallel
- This works on Linux using wine
- PELMO runs (including pelmo.inp files) are correctly generated
- The PLM files for FOCUS Pesticide_D in the test data archive are
correctly reproduced
- The data files (including FOCUS groundwater scenario data) are now
created and documented in R files
Diffstat (limited to 'man/PELMO_path.Rd')
| -rw-r--r-- | man/PELMO_path.Rd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/PELMO_path.Rd b/man/PELMO_path.Rd new file mode 100644 index 0000000..e8ca50e --- /dev/null +++ b/man/PELMO_path.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/PELMO_runs.R +\name{PELMO_path} +\alias{PELMO_path} +\title{Create a path of run directories as the PELMO GUI does} +\usage{ +PELMO_path(psm, crop, scenario) +} +\arguments{ +\item{psm}{The psm identifier} + +\item{crop}{The PELMO crop acronym} + +\item{scenario}{The scenario} +} +\description{ +Create a path of run directories as the PELMO GUI does +} |
