forked from pvlib/pvlib-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpvgis_tmy_meta.json
More file actions
32 lines (32 loc) · 1.77 KB
/
pvgis_tmy_meta.json
File metadata and controls
32 lines (32 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"}}}}}