Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mov run #994

Merged
merged 18 commits into from
Nov 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
lee1043 committed Nov 30, 2023
commit b36a5f0455ff5ebd4bb015e7a8dca3aa411b4354
2 changes: 1 addition & 1 deletion pcmdi_metrics/variability_mode/lib/plot_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def plot_map(
"""
# Map Projection
if "teleconnection" in mode:
# projection = "PlateCarree"
projection = "Robinson"
elif mode in ["NAO", "PNA", "NPO", "PDO", "NPGO", "AMO"]:
projection = "Lambert"
Expand Down Expand Up @@ -180,6 +179,7 @@ def plot_map_cartopy(

debug_print("Central longitude setup starts", debug)
debug_print("proj: " + proj, debug)

# map types example:
# https://github.com/SciTools/cartopy-tutorial/blob/master/tutorial/projections_crs_and_terms.ipynb

Expand Down