Skip to content

Commit

Permalink
uncomment all climate data code
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Nov 15, 2024
1 parent ec3fd2a commit 2e407fd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions data/06_prepare_climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,14 +617,14 @@ def download_hirham(
max_workers=max_workers,
)

# start_year, end_year = 1980, 2021
# output_file = result_dir / Path(f"HIRHAM5-monthly-ERA5_1975_{end_year}.nc")
# process_hirham_cdo(
# data_dir=result_dir,
# vars_dict=hirham_vars_dict,
# start_year=start_year,
# end_year=end_year,
# output_file=output_file,
# base_url=hirham_url,
# max_workers=max_workers,
# )
start_year, end_year = 1980, 2021
output_file = result_dir / Path(f"HIRHAM5-monthly-ERA5_1975_{end_year}.nc")
process_hirham_cdo(
data_dir=result_dir,
vars_dict=hirham_vars_dict,
start_year=start_year,
end_year=end_year,
output_file=output_file,
base_url=hirham_url,
max_workers=max_workers,
)

0 comments on commit 2e407fd

Please sign in to comment.