Skip to content

Commit

Permalink
add pole var
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed Apr 29, 2024
1 parent f1d1542 commit c2b8b06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pcmdi_metrics/sea_ice/lib/sea_ice_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,11 @@ def create_sea_ice_parser():
default=True,
help="Option for generate individual plots for models: True (default) / False",
)

parser.add_argument(
"--pole",
type=float,
default=90.1,
help="Set to a latitude value to exclude sea ice at North pole. Must be > 80.",
)
return parser

0 comments on commit c2b8b06

Please sign in to comment.