clawpack / classic

Classic single-grid Fortran routines
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
11 stars 25 forks source link

Modify src/Nd/outN.f to write out mbc,file_format in fort.t files #89

Closed rjleveque closed 2 years ago

rjleveque commented 2 years ago

In order to match amrclaw, geoclaw and work with pyclaw code for reading the files. This is required in order to use https://github.com/clawpack/pyclaw/pull/687 with classic output.

Note that only ascii format is currently supported, so also I also fixed the comment in setrun.py files.