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
23 stars 18 forks source link

`iveg` and `nbins_veg_vert` #126

Open SorooshMani-NOAA opened 1 month ago

SorooshMani-NOAA commented 1 month ago

It seems that the latest SCHISM requires param.nml to have iveg and nbins_veg_vert as input, otherwise solver fails. This requirement should be reflected in PySCHISM so that the setup generated by PySCHISM works without manual param.nml modification.

josephzhang8 commented 1 month ago

Yes, nbin_veg_vert is now mandatory in CORE/ but iveg is optional.