Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "regridder"]
path = regridder
url = https://github.com/nicjhan/ocean-regrid.git
url = git@github.com:aidanheerdegen/ocean-regrid.git
5 changes: 0 additions & 5 deletions makeic.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ def main():
assert args.reanalysis_name == 'GODAS' or args.reanalysis_name == 'ORAS4' or \
args.reanalysis_name == 'WOA'

if 'MOM' in args.model_name and args.model_mask is None:
print("When using model MOM please provide a mask using --model_mask",
file=sys.stderr)
return 1

if os.path.exists(args.output_file):
print("Output file {} already exists, ".format(args.output_file) + \
"please move or delete.", file=sys.stderr)
Expand Down
2 changes: 1 addition & 1 deletion regridder
Submodule regridder updated 3 files
+6 −3 mom_grid.py
+0 −7 regrid.py
+2 −2 util.py