Skip to content
Snippets Groups Projects
Commit fa76b05e authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Correct area to Alpine region.

parent e542c0e4
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ month = [str(m) for m in np.arange(1, 13)] ...@@ -29,7 +29,7 @@ month = [str(m) for m in np.arange(1, 13)]
days = [str(d) for d in np.arange(1, 31)] days = [str(d) for d in np.arange(1, 31)]
time = ["{:02d}:00".format(t) for t in np.arange(0,24)] time = ["{:02d}:00".format(t) for t in np.arange(0,24)]
# area of interest (Europe): North, West, South, East # area of interest (Alps): North, West, South, East
area = [52, 2, 40, 20] area = [52, 2, 40, 20]
# ERA5 download configuration dictionary # ERA5 download configuration dictionary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment