Skip to content

Commit

Permalink
add default target grid
Browse files Browse the repository at this point in the history
  • Loading branch information
acordonez committed Aug 17, 2023
1 parent 371c3f1 commit ca6d38a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def create_mean_climate_parser():
dest="target_grid",
help='Options are "2.5x2.5" or an actual cdms2 grid object',
required=False,
default="2.5x2.5"
)

parser.add_argument(
Expand Down

0 comments on commit ca6d38a

Please sign in to comment.