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

Added mapping for Soil temp at -10 cm

parent a37472a4
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,9 @@ public class IPMDecisionsWeatherUtil {
entry(4003, WeatherElements.WIND_SPEED_2M), // FM2/FF2
entry(4012, WeatherElements.WIND_SPEED_10M), // FM10/FF10
entry(4013, WeatherElements.WIND_SPEED_10M), // FM10/FF10
entry(5001, WeatherElements.GLOBAL_RADIATION) // Q0
entry(5001, WeatherElements.GLOBAL_RADIATION),
entry(1111, WeatherElements.SOIL_TEMPERATURE_10CM_MEAN),// TJM10
entry(1112, WeatherElements.SOIL_TEMPERATURE_10CM_MEAN)// TJM10
) ;
public Integer getIPMParameterId(String VIPSParameterId)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment