clawpack / geoclaw

Version of Clawpack for geophysical waves and flows
http://www.clawpack.org/geoclaw
BSD 3-Clause "New" or "Revised" License
76 stars 87 forks source link

Add support for Topography/Bathymetry NetCDF Files from NGDC #286

Open mandli opened 6 years ago

mandli commented 6 years ago

The support for NetCDF files in GeoClaw assumes something about the names of variables in the files to identify the correct variables to read. Right now this fails if those assumed are not found. One example of a file that currently does not work can be downloaded from

https://www.ngdc.noaa.gov/metaview/page?xml=NOAA/NESDIS/NGDC/MGG/DEM/iso/xml/5230.xml&view=getDataView&header=none

mandli commented 5 years ago

Note that the Python version that read topography allows for setting the fields directly. We may either want to have a list of traditional values or allow an input that specifies these values.