boutproject / BOUT-dev

BOUT++: Plasma fluid finite-difference simulation code in curvilinear coordinate systems
http://boutproject.github.io/
GNU Lesser General Public License v3.0
186 stars 95 forks source link

Deprecated options #1951

Closed dschwoerer closed 4 years ago

dschwoerer commented 4 years ago

There seem to be more examples currently broken:

$ for f in $(grep -e 's_opt\|s_mode' $(find|grep BOUT.inp )|cut -d: -f1|sort -u) ; do echo " - [ ] $f" ; done

gives

ZedThree commented 4 years ago

Fixing this now