Skip to content

Commit

Permalink
fix(ecmwf-india-stat): Correct area
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Dec 6, 2024
1 parent 7a56c0b commit 0ea7283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local_archives/nwp/ecmwf/ecmwf_ens_stat_india.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def ecmwf_eps_india_stat(
"ECMWF_API_KEY": os.environ["ECMWF_API_KEY"],
"ECMWF_API_EMAIL": os.environ["ECMWF_API_EMAIL"],
"ECMWF_API_URL": os.environ["ECMWF_API_URL"],
"ECMWF_MARS_AREA": "35/67/6/97",
},
container_kwargs={
"volumes": [f"{ARCHIVE_FOLDER}:/work"],
Expand Down

0 comments on commit 0ea7283

Please sign in to comment.