From b38055278d4a801598ece9d2c93716a9bf67134a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 27 Jan 2017 01:00:07 +0100 Subject: 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 --- man/FOCUS_PELMO_location_codes.Rd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 man/FOCUS_PELMO_location_codes.Rd (limited to 'man/FOCUS_PELMO_location_codes.Rd') diff --git a/man/FOCUS_PELMO_location_codes.Rd b/man/FOCUS_PELMO_location_codes.Rd new file mode 100644 index 0000000..961a840 --- /dev/null +++ b/man/FOCUS_PELMO_location_codes.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/FOCUS_PELMO_data.R +\docType{data} +\name{FOCUS_PELMO_location_codes} +\alias{FOCUS_PELMO_location_codes} +\title{Location codes in FOCUS PELMO} +\format{An object of class \code{character} of length 9.} +\usage{ +FOCUS_PELMO_location_codes +} +\description{ +A named character vector of one letter location codes used in FOCUS PELMO, +indexed by three letter acronyms. +} +\examples{ +print(FOCUS_PELMO_location_codes) +} +\keyword{datasets} -- cgit v1.2.1