pyschism icon indicating copy to clipboard operation
pyschism copied to clipboard

Python interface for handling the SCHISM model.

Results 41 pyschism issues
Sort by recently updated
recently updated
newest added

After adding the capability to use the local `param.nml` so that pyschism can be used on no-internet HPC env, the template file hasn't been updated. I suggest updating the `param.nml`...

For cases where there is **no tidal** forcing, should the `bctides.in` be empty or should it include some information. For a given test in `coupledmodeldriver` I used to get: ```...

I am new to SCHISM and pyschism, so apologies if there are some basic mistakes I am making here: I am trying to read in and plot an hgrid.gr3 file,...

As seen in #91 some packages are missing from `setup.py`, such as `appdirs`, `cfunits`

We are starting to develop and implement tests for pyschism. Ideally, these would be fast and can be done via github but we'll consider tests on HPC as well.

I see some `pyschism` tests use `pytest`-like tests and some use `unittest` package. For new developments which one is preferred?

The year 2017 uses four different databases (expt_57.2, expt_92.8, expt_57.7, and expt_92.9) from HYCOM GOFS 3.1, which results in inconsistent water levels (red line from GOFS 3.0 vs black line...

Right now the `BestTrackFrocing` only accepts tracks that are from `BestTrack` files. In order to run forecast tracks, one needs to "hack" the forecast files by renaming the advisories to...

NWM writer runs into issue when there are multiple entries for the element pairing. The following function call results in an exception https://github.com/schism-dev/pyschism/blob/96e52fd54ff9beacc5e30e7fe2821989d0b67bd4/pyschism/forcing/source_sink/nwm.py#L897 which happens at: https://github.com/schism-dev/pyschism/blob/96e52fd54ff9beacc5e30e7fe2821989d0b67bd4/pyschism/forcing/source_sink/nwm.py#L337 when there are...

Because NWM output should be the same directory as other SCHISM inputs, it already exists before `ModelDriver` gets to writing NWM. Since the driver passes the `overwrite` information to NWM,...