Skip to content
Snippets Groups Projects
Commit 190961a8 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added a parameter explanation

parent 543628c1
Branches
Tags
No related merge requests found
...@@ -94,7 +94,9 @@ public class WeatherElements { ...@@ -94,7 +94,9 @@ public class WeatherElements {
* Average wind speed (meters / second) for the last 10 minutes, measured at 10 meter height * Average wind speed (meters / second) for the last 10 minutes, measured at 10 meter height
*/ */
public static final String WIND_SPEED_10MIN_10M = "FF"; public static final String WIND_SPEED_10MIN_10M = "FF";
/**
* Potential evapotranspiration by the Penman equation
*/
public static final String POTENTIAL_EVAPORATION = "EPP"; public static final String POTENTIAL_EVAPORATION = "EPP";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment