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

Added soil temperature in 5cm and 10cm to weather elements

parent 62d8cb3b
Branches
Tags
No related merge requests found
...@@ -42,6 +42,14 @@ public class WeatherElements { ...@@ -42,6 +42,14 @@ public class WeatherElements {
* Instantaneous temperature (Celcius) * Instantaneous temperature (Celcius)
*/ */
public static final String TEMPERATURE_INSTANTANEOUS = "TT"; public static final String TEMPERATURE_INSTANTANEOUS = "TT";
/**
* Soil temperature at 5cm, mean
*/
public static final String SOIL_TEMPERATURE_5CM_MEAN ="TJM5";
/**
* Soil temperature at 10cm, mean
*/
public static final String SOIL_TEMPERATURE_10CM_MEAN ="TJM10";
/** /**
* Aggregated rainfall (millimeters) * Aggregated rainfall (millimeters)
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment