EcohydrologyTeam / ClearWater-modules

A collection of water quality and vegetation process simulation modules designed to couple with water transport models.
MIT License
5 stars 1 forks source link

Write an __init__ for NSM that handles all desired optionality #23

Open xaviernogueira opened 1 year ago

xaviernogueira commented 1 year ago

All desired optionality (i.e., turning on/off a variable) for NSM should be handled in the init function before instantiating the Model subclass via super().__init__(...).

We need to see what options we want to handle, and then write code that potentially does the following:

As long as you have the inputs that the Model.__init__() function expects, we are good to go!