public class DomeFunctions extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DomeFunctions.KVPair |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,ArrayList<String>> |
dateOffset(HashMap m,
String var,
String base,
String offset)
Wrapper around the
dateOffset() method of org.agmip.common.Functions. |
static HashMap<String,ArrayList<String>> |
getTavAndAmp(HashMap m) |
static HashMap<String,ArrayList<String>> |
multiply(HashMap m,
String targetVariable,
String f1,
String f2) |
static HashMap<String,ArrayList<String>> |
numericOffset(HashMap m,
String var,
String base,
String offset) |
static HashMap<String,ArrayList<String>> |
percentAvailWaterContent(HashMap m,
String icswp) |
static void |
removeAllEvents(HashMap m) |
static void |
removeAllEventsExceptCropInfo(HashMap m) |
public static HashMap<String,ArrayList<String>> dateOffset(HashMap m, String var, String base, String offset)
dateOffset() method of org.agmip.common.Functions.m - AgMIP simulation descriptionvar - Variable to outputbase - Base date to offsetoffset - number of days to offsetpublic static HashMap<String,ArrayList<String>> numericOffset(HashMap m, String var, String base, String offset)
public static HashMap<String,ArrayList<String>> multiply(HashMap m, String targetVariable, String f1, String f2)
public static HashMap<String,ArrayList<String>> percentAvailWaterContent(HashMap m, String icswp)
public static void removeAllEvents(HashMap m)
public static void removeAllEventsExceptCropInfo(HashMap m)
Copyright © 2014. All Rights Reserved.