Skip to content

Commit

Permalink
added package appdirs to setup and ncor to param
Browse files Browse the repository at this point in the history
  • Loading branch information
cuill committed Sep 11, 2023
1 parent ccbc8d8 commit 4a7759f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyschism/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ def __init__(
# set opt
self.param.opt.start_date = start_date
self.param.opt.ics = 2 if self.config.hgrid.crs.is_geographic is True else 1
self.param.opt.ncor = 1 if self.param.opt.ics == 2 else 0
self.param.opt.dramp = dramp
self.param.opt.drampbc = drampbc
self.param.opt.dramp_ss = dramp_ss
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def run(self):
'xarray',
'xmltodict',
'zarr',
'appdirs',
],
entry_points={'console_scripts': ['pyschism = pyschism.__main__:main']},
tests_require=['nose'],
Expand Down

0 comments on commit 4a7759f

Please sign in to comment.