Skip to content

Commit

Permalink
add nc opt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed May 20, 2024
1 parent 22d45da commit ac2ef42
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 @@ -230,4 +230,11 @@ def create_sea_ice_parser():
default=90.1,
help="Set to a latitude value to exclude sea ice at North pole. Must be > 80.",
)

parser.add_argument(
"--netcdf",
action="store_true",
default=False,
help="Use to save netcdf intermediate results",
)
return parser

0 comments on commit ac2ef42

Please sign in to comment.