Skip to content

Commit

Permalink
Merge pull request #1451 from metno/no_pixelmaps
Browse files Browse the repository at this point in the history
no overlays for now
  • Loading branch information
lewisblake authored Dec 10, 2024
2 parents 9a14fc4 + 239efbc commit 321b0af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyaerocom/scripts/cams2_83/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def make_config(
periods=eval_type.periods(start_date, end_date),
json_basedir=str(data_path),
coldata_basedir=str(coldata_path),
plot_types = { f"{model.name}" : ["overlay" if model.name != "IFS" else "contour"] for model in models},
boundaries = {"west": -25.0, "east": 45.0, "south": 30.0, "north": 72.0},
)

if eval_type is not None:
Expand Down

0 comments on commit 321b0af

Please sign in to comment.