Skip to content
Snippets Groups Projects
Commit dd756f0f authored by Aiko Voigt's avatar Aiko Voigt
Browse files

Removes sw down clear-sky for ERA5 Land

parent 03c92cde
No related branches found
No related tags found
No related merge requests found
...@@ -8,16 +8,14 @@ import cdsapi ...@@ -8,16 +8,14 @@ import cdsapi
dataset = "reanalysis-era5-land" dataset = "reanalysis-era5-land"
request = { request = {
"product_type": ["reanalysis"],
"variable": [ "variable": [
"10m_u_component_of_wind",
"10m_v_component_of_wind",
"2m_temperature", "2m_temperature",
"surface_solar_radiation_downward_clear_sky", "surface_solar_radiation_downwards",
"surface_solar_radiation_downwards" "10m_u_component_of_wind",
"10m_v_component_of_wind"
], ],
"year": ["1950"], "year": "1950",
"month": ["01"], "month": "01",
"day": [ "day": [
"01", "02", "03", "01", "02", "03",
"04", "05", "06", "04", "05", "06",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment