pyfes package failing to read NetCDF files?

Issue #9 resolved
Former user created an issue

I installed fes per the instructions using Anaconda: conda install -c fbriol fes

The package appears to install correctly and pyfes seems to load properly, however, when I test one of the python examples I receive a runtime error.

$python ~/Github/fes/examples/tide_gauge.py ~/data/ocean_tide_extrapolated/2n2.nc ~/data/load_tide/2n2.nc

Traceback (most recent call last): File "/home/bem/Github/fes/examples/tide_gauge.py", line 83, in <module> main() File "/home/bem/Github/fes/examples/tide_gauge.py", line 57, in main short_tide = pyfes.Handler("ocean", "io", args.ocean.name) RuntimeError

Is this a user error or is something else going on?

Thanks.

Comments (2)

  1. Log in to comment