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

Question: Tools for inspecting NWM input files #98

Closed SorooshMani-NOAA closed 9 months ago

SorooshMani-NOAA commented 9 months ago

Are there any utility functions available on pyschism to inspect the generated input files for NWM? There seems to be some Matlab scripts on SCHISM repo, are such tools available as a part of pyschism too?

cuill commented 9 months ago

@SorooshMani-NOAA This is not implemented in pyshcism. But pylib has this feature (not only for source/sink, also support checking for other inputs): https://schism-dev.github.io/schism/master/getting-started/pre-processing-with-pylib/schismcheck.html

SorooshMani-NOAA commented 9 months ago

I see, thank you