Green Water Step
Goal
Calculates evapotranspiration and necessary irrigation for urban trees. Weather data should include: * Global Horizontal Irradiance * Dry-Bulb Temperature * Precipitation * Wind speed * Relative humidity
Technical information
| Class | GreenWaterStep |
| Superclass | WorkflowStep |
| Author | |
| Maintainer | |
| Source location | simstadt/src/main/java/eu/simstadt/workflowsteps/GreenWaterStep.java |
| Package | eu.simstadt.workflowsteps |
| Project | simstadt |
Dependencies
Parameters
Max allowed water stress (maxWaterStress)
0: irrigation as soon as needed, 1: no irrigation at all
- Type :
double - Default :
0.0 - Getter :
getMaxWaterStress() - Setter :
setMaxWaterStress(double)