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

Hello, I am experiencing issues while trying to download HYCOM data to build the boundary conditions using fetch_data from pyschism.forcing.hycom.hycom2schism. The exact same code was working a few days ago,...

I am not sure if there is a plan or not but it would be nice to have capability to install pyschism through Conda. In UFS Coastal workflow, we have...

We are currently working on setting up the Duck, NC test case for the UFS Coastal App using PySCHISM. While working with this test case, we identified a need for...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

Hello, I'm new to SCHISM and getting the FES 2014 data. This question might be a bit of a beginner's problem but... I was trying the code on the online...

Hi, I was wondering if there was an easy way to generate surface forcing files (sflux*nc) from already downloaded .nc files (e.g. GFS, ERA5), instead of having to download/erase them?...

[2024-10-25 11:47:08,295] pyschism.forcing.nws.nws2.gfs2 INFO: file gfs.20181222/18/atmos/gfs.t18z.pgrb2.0p25.f006 is not available, try next file [2024-10-25 11:47:08,295] pyschism.forcing.nws.nws2.gfs2 INFO: Downloading file gfs.20181222/12/atmos/gfs.t12z.pgrb2.0p25.f012 for 2018-12-23 00:00:00 [2024-10-25 11:47:08,315] pyschism.forcing.nws.nws2.gfs2 INFO: file gfs.20181222/12/atmos/gfs.t12z.pgrb2.0p25.f012 is not...

Per this issue: https://github.com/pygeos/pygeos/issues/463 pygeos is no longer maintained and will not install under python 3.12+ pygoes functionality is merged into shapely 2.0+

I think the logic that is used to handle environment variables are wrong in the following code, https://github.com/schism-dev/pyschism/blob/ee6d3553609f79c8468783a9c087eb99402f906e/pyschism/forcing/bctides/tpxo.py#L100 I am getting following error in my case, ``` Traceback (most recent...

Hi team, Just came across a potential bug when trying to compute nodal correction. In `tides.py` there are some MAJOR and MINOR cons declared at the beginning and combined into...