Skip to content

Commit

Permalink
Update doc for radiation parameters
Browse files Browse the repository at this point in the history
Signed-off-by: cwasicki <[email protected]>
  • Loading branch information
cwasicki committed Sep 9, 2024
1 parent 8542d83 commit e20ab98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/frequenz/api/weather/weather.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ enum ForecastFeature {

// Amount of solar radiation (shortwave radiation, direct and diffused) that
// reaches a horizontal plane at the surface of the Earth.
// The value is the forecast of the average solar irradiance from the
// validity time until the next validity timestamp.
// Measured in W/m².
FORECAST_FEATURE_SURFACE_SOLAR_RADIATION_DOWNWARDS = 6;

// Amount of solar radiation (shortwave radiation, direct and diffused) that
// reaches a horizontal plane at the surface of the Earth minus the amount
// reflected by the Earth's surface (which is governed by the albedo).
// The value is the forecast of the average solar irradiance from the
// validity time until the next validity timestamp.
// Measured in W/m².
FORECAST_FEATURE_SURFACE_NET_SOLAR_RADIATION = 7;
}
Expand Down

0 comments on commit e20ab98

Please sign in to comment.