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: NWM historical data #89

Closed SorooshMani-NOAA closed 11 months ago

SorooshMani-NOAA commented 11 months ago

@cuill if I setup a retrospective run e.g. Florence 2018 using pyschism. For NWM forcing will I get the then-forecasts at the time of the storm or I'll get latest hindcast reanalysis for NWM?

cuill commented 11 months ago

@SorooshMani-NOAA You'll get retrospective dataset: https://github.com/schism-dev/pyschism/blob/7b71ae9687a66f2d49af48844b960a1d99869dc9/pyschism/forcing/source_sink/nwm.py#L389

SorooshMani-NOAA commented 11 months ago

I see, thanks!