Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetCDF: I/O failure when generating configuration with HAMTIDE #100

Open
ghost opened this issue May 26, 2021 · 0 comments
Open

NetCDF: I/O failure when generating configuration with HAMTIDE #100

ghost opened this issue May 26, 2021 · 0 comments
Labels
bug Bug when generating configuration

Comments

@ghost
Copy link

ghost commented May 26, 2021

/home/runner/work/CoupledModelDriver/CoupledModelDriver/tests/test_generation.py:520: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/home/runner/work/CoupledModelDriver/CoupledModelDriver/coupledmodeldriver/generate/adcirc/generate.py:288: in generate_adcirc_configuration
    coldstart_driver.write(
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/adcircpy/driver.py:392: in write
    super().write('hotstart', output_directory / fort15, overwrite)
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/adcircpy/fort15.py:362: in write
    f.write(self.fort15(runtype))
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/adcircpy/fort15.py:122: in fort15
    f.append(self.get_tidal_forcing())
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/adcircpy/fort15.py:397: in get_tidal_forcing
    amp, phase = self.mesh.forcings.tides.tidal_dataset(
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/adcircpy/forcing/tides/dataset.py:30: in __call__
    return self.get_amplitude(constituent, vertices), \
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/adcircpy/forcing/tides/hamtide.py:53: in get_amplitude
    return self._get_interpolation('elevation', 'AMPL', constituent,
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/adcircpy/forcing/tides/hamtide.py:138: in _get_interpolation
    dataset = self._get_dataset(variable, constituent)
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/adcircpy/forcing/tides/hamtide.py:103: in _get_dataset
    dataset = Dataset(path)
src/netCDF4/_netCDF4.pyx:2330: in netCDF4._netCDF4.Dataset.__init__
    ???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   ???
E   OSError: [Errno -68] NetCDF: I/O failure: b'https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide//p1.hamtide11a.nc'

src/netCDF4/_netCDF4.pyx:1948: OSError
@ghost ghost added the bug Bug when generating configuration label May 26, 2021
@ghost ghost self-assigned this May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug when generating configuration
Projects
None yet
Development

No branches or pull requests

0 participants