geoclaw icon indicating copy to clipboard operation
geoclaw copied to clipboard

install netcdf fortran support on travis

Open rjleveque opened this issue 6 years ago • 4 comments

Python support was added in #312 but reading netCDF files in the fortran is not yet being tested.

rjleveque avatar Jun 14 '18 17:06 rjleveque

We could use one of the existing tests but change the topo to use NetCDF instead.

mandli avatar Jun 14 '18 19:06 mandli

We have a test in tests/netcdf_test, what we don't have is NetCDF installed on Travis.

rjleveque avatar Jun 14 '18 19:06 rjleveque

Ah, gotcha. We can try doing a apt-get in the Travis script.

mandli avatar Jun 14 '18 21:06 mandli

There's a pip install netcdf4 command that is there and it looks like things are passing and not skipped which indicated to me that this is working for this repository on travis.

mandli avatar Jun 15 '18 23:06 mandli