geoclaw
geoclaw copied to clipboard
install netcdf fortran support on travis
Python support was added in #312 but reading netCDF files in the fortran is not yet being tested.
We could use one of the existing tests but change the topo to use NetCDF instead.
We have a test in tests/netcdf_test
, what we don't have is NetCDF installed on Travis.
Ah, gotcha. We can try doing a apt-get
in the Travis script.
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.