Skip to content

Commit

Permalink
Merge branch 'main' into ncc/demo-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Feb 20, 2024
2 parents e1aa630 + c815d10 commit 0a74ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"netCDF4",
"numpy>=1.17.0",
"scipy>=1.2.0",
"xarray",
"xarray<2024.02.0",
"xesmf>=0.8",
"f90nml>=1.4.1",
]
Expand Down
5 changes: 1 addition & 4 deletions regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
import numpy as np
from itertools import cycle
from pathlib import Path
import dask.array as da
import dask.bag as db
import numpy as np
import xarray as xr
import xesmf as xe
import subprocess
from scipy.ndimage import binary_fill_holes
import netCDF4
from dask.distributed import Client, worker_client
from dask.diagnostics import ProgressBar
import f90nml
import datetime as dt
import warnings
import shutil
import os

from .utils import vecdot

warnings.filterwarnings("ignore")
Expand Down

0 comments on commit 0a74ea8

Please sign in to comment.