Skip to content

Commit

Permalink
more tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Apr 3, 2024
1 parent 94903cf commit 8be5509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion om3utils/cice_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ def build_from_mom(self, ocean_hgrid, ocean_mask):


if __name__ == "__main__":
#command line arguments
from utils import md5sum # load from file

parser = argparse.ArgumentParser()
parser.add_argument("ocean_hgrid", help="ocean_hgrid.nc file")
parser.add_argument("ocean_mask", help="ocean_mask.nc file")
# to-do: add argument for CRS?
# to-do: add argument for CRS & output filenames?

args = vars(parser.parse_args())

Expand Down

0 comments on commit 8be5509

Please sign in to comment.