Skip to content
Snippets Groups Projects
Commit 97b3a98c authored by Brita Linnestad's avatar Brita Linnestad
Browse files

Merge branch 'AddWeatherElements' into 'develop'

Add 10m wind speed and direction to the list of weather elements

See merge request VIPS/VIPSCommon!11
parents bdad7a0a 67609221
No related branches found
No related tags found
No related merge requests found
...@@ -108,6 +108,14 @@ public class WeatherElements { ...@@ -108,6 +108,14 @@ 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";
/**
* Average wind direction for the last 10 minutes, measured at 2 meter height
*/
public static final String WIND_DIR_10MIN_2M = "DD2";
/**
* Average wind direction for the last 10 minutes, measured at 10 meter height
*/
public static final String WIND_DIR_10MIN_10M = "DD";
/** /**
* Potential evapotranspiration by the Penman equation * Potential evapotranspiration by the Penman equation
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment