schism-dev / pyschism

Python interface for handling the SCHISM model.
https://schism-dev.github.io/schism/master/getting-started/pre-processing-with-pyschism/overview.html
Apache License 2.0
24 stars 20 forks source link

Add support for parametric wind setup #38

Closed SorooshMani-NOAA closed 2 years ago

SorooshMani-NOAA commented 2 years ago

Recently SCHISM has added Holland model support. It would be nice if we could set it up using PySCHISM by either providing a deck b file directly or by passing in the hurricane identifiers to fetch the info using StormEvents or something similar to it.

SorooshMani-NOAA commented 2 years ago

@cuill do you currently have plans for adding this? If not, I can start looking into adding it. If I want to develop, what it the current strategy for branching? Should I branch off of main, develop or hotstart?

cuill commented 2 years ago

@SorooshMani-NOAA This task is delayed because of other priorities at the moment. I have merged the hotstart branch into the main. So it should be fine if you branch off the main and work on it. Thanks.