-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PVGIS TMY tests and files (#2222)
* Update PVGIS TMY tests and files * Update docs/sphinx/source/whatsnew/v0.11.1.rst
- Loading branch information
1 parent
52afdcf
commit c6ba6ed
Showing
13 changed files
with
35,126 additions
and
35,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,32 @@ | ||
{ | ||
"inputs": { | ||
"location": { | ||
"description": "Selected location", | ||
"variables": { | ||
"latitude": { | ||
"description": "Latitude", | ||
"units": "decimal degree" | ||
}, | ||
"longitude": { | ||
"description": "Longitude", | ||
"units": "decimal degree" | ||
}, | ||
"elevation": { | ||
"description": "Elevation", | ||
"units": "m" | ||
} | ||
} | ||
}, | ||
"meteo_data": { | ||
"description": "Sources of meteorological data", | ||
"variables": { | ||
"radiation_db": { | ||
"description": "Solar radiation database" | ||
}, | ||
"meteo_db": { | ||
"description": "Database used for meteorological variables other than solar radiation" | ||
}, | ||
"year_min": { | ||
"description": "First year of the calculations" | ||
}, | ||
"year_max": { | ||
"description": "Last year of the calculations" | ||
}, | ||
"use_horizon": { | ||
"description": "Include horizon shadows" | ||
}, | ||
"horizon_db": { | ||
"description": "Source of horizon data" | ||
} | ||
} | ||
} | ||
}, | ||
"outputs": { | ||
"months_selected": { | ||
"type": "time series", | ||
"timestamp": "monthly", | ||
"description": "months selected for the TMY" | ||
}, | ||
"tmy_hourly": { | ||
"type": "time series", | ||
"timestamp": "hourly", | ||
"variables": { | ||
"T2m": { | ||
"description": "2-m air temperature", | ||
"units": "degree Celsius" | ||
}, | ||
"RH": { | ||
"description": "relative humidity", | ||
"units": "%" | ||
}, | ||
"G(h)": { | ||
"description": "Global irradiance on the horizontal plane", | ||
"units": "W/m2" | ||
}, | ||
"Gb(n)": { | ||
"description": "Beam/direct irradiance on a plane always normal to sun rays", | ||
"units": "W/m2" | ||
}, | ||
"Gd(h)": { | ||
"description": "Diffuse irradiance on the horizontal plane", | ||
"units": "W/m2" | ||
}, | ||
"IR(h)": { | ||
"description": "Surface infrared (thermal) irradiance on a horizontal plane", | ||
"units": "W/m2" | ||
}, | ||
"WS10m": { | ||
"description": "10-m total wind speed", | ||
"units": "m/s" | ||
}, | ||
"WD10m": { | ||
"description": "10-m wind direction (0 = N, 90 = E)", | ||
"units": "degree" | ||
}, | ||
"SP": { | ||
"description": "Surface (air) pressure", | ||
"units": "Pa" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
{"inputs": {"location": {"description": "Selected location", | ||
"variables": {"latitude": {"description": "Latitude", | ||
"units": "decimal degree"}, | ||
"longitude": {"description": "Longitude", "units": "decimal degree"}, | ||
"elevation": {"description": "Elevation", "units": "m"}}}, | ||
"meteo_data": {"description": "Sources of meteorological data", | ||
"variables": {"radiation_db": {"description": "Solar radiation database"}, | ||
"meteo_db": {"description": "Database used for meteorological variables other than solar radiation"}, | ||
"year_min": {"description": "First year of the calculations"}, | ||
"year_max": {"description": "Last year of the calculations"}, | ||
"use_horizon": {"description": "Include horizon shadows"}, | ||
"horizon_db": {"description": "Source of horizon data"}}}}, | ||
"outputs": {"months_selected": {"type": "time series", | ||
"timestamp": "monthly", | ||
"description": "months selected for the TMY"}, | ||
"tmy_hourly": {"type": "time series", | ||
"timestamp": "hourly", | ||
"variables": {"T2m": {"description": "2-m air temperature", | ||
"units": "degree Celsius"}, | ||
"RH": {"description": "relative humidity", "units": "%"}, | ||
"G(h)": {"description": "Global irradiance on the horizontal plane", | ||
"units": "W/m2"}, | ||
"Gb(n)": {"description": "Beam/direct irradiance on a plane always normal to sun rays", | ||
"units": "W/m2"}, | ||
"Gd(h)": {"description": "Diffuse irradiance on the horizontal plane", | ||
"units": "W/m2"}, | ||
"IR(h)": {"description": "Surface infrared (thermal) irradiance on a horizontal plane", | ||
"units": "W/m2"}, | ||
"WS10m": {"description": "10-m total wind speed", "units": "m/s"}, | ||
"WD10m": {"description": "10-m wind direction (0 = N, 90 = E)", | ||
"units": "degree"}, | ||
"SP": {"description": "Surface (air) pressure", "units": "Pa"}}}}} |
Oops, something went wrong.