Skip to content

Commit

Permalink
Merge pull request #141 from noaa-ocs-modeling/bugfix/besttrack_schism
Browse files Browse the repository at this point in the history
Bugfix for using best track forcing in SCHISM setup
  • Loading branch information
SorooshMani-NOAA authored Jun 2, 2022
2 parents 19cc0ff + 6000a2d commit 2656ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions coupledmodeldriver/client/initialize_schism.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

class ForcingConfigurations(Enum):
tidal = TidalForcingJSON
besttrack = BestTrackForcingJSON


FORCING_NAMES = list(entry.name for entry in ForcingConfigurations)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ typepigeon = '^1.0.3'
isort = { version = '*', optional = true }
oitnb = { version = '*', optional = true }
pooch = { version = '*', optional = true }
pyschism = { git = 'https://github.com/schism-dev/pyschism.git', branch = 'main' }
pyschism = '*'
pytest = { version = '*', optional = true }
pytest-cov = { version = '*', optional = true }
pytest-socket = { version = '*', optional = true }
Expand Down

0 comments on commit 2656ca7

Please sign in to comment.