Weather report data (POI).
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=TIME_LEN), | public | :: | timestamp | = | TIME_DEFAULT | Date and time [UTC]. | |
| integer, | public | :: | last_weather1 | = | 0 | Past weather 1 [code]. | |
| integer, | public | :: | last_weather2 | = | 0 | Past weather 2 [code]. | |
| integer, | public | :: | present_weather | = | 0 | Present weather [code]. | |
| real, | public | :: | cloud_cover | = | huge(0.0) | Cloud cover total [%]. | |
| real, | public | :: | lowest_cloud_above_station | = | huge(0.0) | Height of base of lowest cloud above station [m]. | |
| real, | public | :: | diffuse_radiation_last_hour | = | huge(0.0) | Diffuse solar radiation last hour [W/m^2]. | |
| real, | public | :: | direct_radiation_last_hour | = | huge(0.0) | Direct solar radiation last hour [W/m^2]. | |
| real, | public | :: | direct_radiation_last_24h | = | huge(0.0) | Direct solar radiation last 24 hours [W/m^2]. | |
| real, | public | :: | global_radiation_last_hour | = | huge(0.0) | Global radiation last hour [W/m^2]. | |
| real, | public | :: | global_radiation_last_24h | = | huge(0.0) | Global radiation last 24 hours [W/m^2]. | |
| real, | public | :: | evaporation_last_24h | = | huge(0.0) | Evaporation/evapotranspiration last 24 hours [mm]. | |
| real, | public | :: | horizontal_visibility | = | huge(0.0) | Horizontal visibility [km]. | |
| real, | public | :: | precipitation_last_hour | = | huge(0.0) | Precipitation amount last hour [mm]. | |
| real, | public | :: | precipitation_last_3h | = | huge(0.0) | Precipitation amount last 3 hours [mm]. | |
| real, | public | :: | precipitation_last_6h | = | huge(0.0) | Precipitation amount last 6 hours [mm]. | |
| real, | public | :: | precipitation_last_12h | = | huge(0.0) | Precipitation last 12 hours [mm]. | |
| real, | public | :: | precipitation_last_24h | = | huge(0.0) | Precipitation amount last 24 hours [mm]. | |
| real, | public | :: | pressure_mean_sea_level | = | huge(0.0) | Pressure reduced to mean sea level [hPa]. | |
| real, | public | :: | relative_humidity | = | huge(0.0) | Relative humidity [%]. | |
| real, | public | :: | temperature_5cm | = | huge(0.0) | Temperature at 5 cm above ground [°C]. | |
| real, | public | :: | temperature_mean_prev_day | = | huge(0.0) | Daily mean of temperature previous day [°C]. | |
| real, | public | :: | min_temperature_last_12h_5cm | = | huge(0.0) | Minimum temperature last 12 hours 5 cm above ground [°C]. | |
| real, | public | :: | min_temperature_last_12h_2m | = | huge(0.0) | Minimum temperature last 12 hours 2 meters above ground [°C]. | |
| real, | public | :: | min_temperature_prev_day | = | huge(0.0) | Minimum of temperature for previous day [°C]. | |
| real, | public | :: | min_temperature_prev_day_5cm | = | huge(0.0) | Minimum of temperature at 5 cm above ground for previous day [°C]. | |
| real, | public | :: | max_temperature_last_12h_2m | = | huge(0.0) | Maximum temperature last 12 hours 2 meters above ground [°C]. | |
| real, | public | :: | max_temperature_prev_day | = | huge(0.0) | Maximum of temperature for previous day [°C]. | |
| real, | public | :: | dew_point_temperature_2m | = | huge(0.0) | Dew point temperature at 2 meters above ground [°C]. | |
| real, | public | :: | dry_bulb_temperature_2m | = | huge(0.0) | Dry bulb temperature at 2 meters above ground [°C]. | |
| real, | public | :: | depth_new_snow | = | huge(0.0) | Depth of new snow [cm]. | |
| real, | public | :: | total_snow_depth | = | huge(0.0) | Total snow depth [cm]. | |
| real, | public | :: | total_time_sunshine_last_day | = | huge(0.0) | Total time of sunshine last day [h]. | |
| real, | public | :: | total_time_sunshine_last_hour | = | huge(0.0) | Total time of sunshine during last hour [min]. | |
| real, | public | :: | water_temperature | = | huge(0.0) | Sea/water temperature [°C]. | |
| real, | public | :: | wind_dir_mean_last_10min_10m | = | huge(0.0) | Mean wind direction during last 10 min at 10 meters above ground [°]. | |
| real, | public | :: | wind_speed_mean_last_10min_10m | = | huge(0.0) | Mean wind speed during last 10 min at 10 meters above ground [km/h]. | |
| real, | public | :: | max_wind_speed_last_hour | = | huge(0.0) | Maximum wind speed last hour [km/h]. | |
| real, | public | :: | max_wind_speed_last_6h | = | huge(0.0) | Maximum wind speed during last 6 hours [km/h]. | |
| real, | public | :: | max_wind_speed_mean_last_hour | = | huge(0.0) | Maximum wind speed as 10 minutes mean during last hour [km/h]. | |
| real, | public | :: | max_wind_speed_mean_prev_day | = | huge(0.0) | Maximum of 10 minutes mean of wind speed for previous day [km/h]. | |
| real, | public | :: | max_wind_speed_prev_day | = | huge(0.0) | Maximum wind speed for previous day [km/h]. |