clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 47 forks source link

Fix Path to `gauge.data` file #166

Closed mandli closed 5 years ago

mandli commented 8 years ago

we have it in two places - the top directory, and the _output file. The plotting programs use the gauges.data in the top one, and the fort.gauges output from the _output dir. I suggest it be changed to use the _output only directory for both files, so that new runs with different gauges can be done at the same time as plotting. why do we even need it in the top dir?

mandli commented 8 years ago

This was moved from clawpack/geoclaw#175 to here as the relevant code is in visclaw.

rjleveque commented 8 years ago

All the .data files get created in the top dir when make data is executed and then are copied to _output when make .output is executed. The plotting should take this data from the same place it's getting the output as suggested by @mjberger. See PR #167 for a fix.

rjleveque commented 5 years ago

Apparently fixed in #167.