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

When I interrupted the forcing data processing, the GFS or ERA-5 data have to been downloaded once again, the historic downloaded data cannot be read? The downloading elapsed time sometimes...

@cuill @BahramKhazaei-NOAA A place holder to follow up with Portugal team for their python implementation and more advanced methods

The boundary elements where sources are injected are found by intersecting the SCHISM land boundary and NWM segments. Ideally, an intersecting element (i.e., a source element or the parent element...

Hi, since v0.0.10 there has been support for adding Z0 in bctides.in, but now using 0.1.15 I get an error when I write bctides.in having added Z0. The error is:...

Using [`ensembleperturbation`](https://github.com/noaa-ocs-modeling/EnsemblePerturbation) we setup many SCHISM run directories. Since this can be compute intensive for large ensembles we run the ensemble generation on compute nodes (no internet). In order to...

The Office of Water Prediction is currently developing the Next Generation Water Resources Modeling Framework (NextGen) project using SCHISM as a coastal model. We are constructing a common hydrofabric to...

Hi, sir I meet a problem similar to issues"21"and"22“(https://github.com/schism-dev/pyschism/issues/21)。And install new packages as per reply 22(”conda install -c nesii -c conda-forge esmpy“)。 However, when I debug the programme, the same...

`cf` requires `udunits2`, which adds an extra non-Python dependency (`udunits-bin`) to installation `cf` is currently used by `SfluxDataset` to read from disk to a Python object: https://github.com/schism-dev/pyschism/blob/d5ae2a0d29da85bd2a265a4b49aaacd3fa7d2263/pyschism/forcing/atmosphere/nws/nws2/sflux.py#L9 https://github.com/schism-dev/pyschism/blob/d5ae2a0d29da85bd2a265a4b49aaacd3fa7d2263/pyschism/forcing/atmosphere/nws/nws2/sflux.py#L326 To remove...

enhancement

I realized that when I use longitude values in range (-180,180) pyschism generates different `bctides.in` compared to a case that I use the same grid but with longitudes translated into...

In the old `pyschism` API, I would just specify the type of tidal BC I needed, e.g. elevation and velocity, and it would automatically write it for all the open...