New issue 57 by Bourdin.KIS: fort.1 file appears after RELOAD
http://code.google.com/p/pencil-code/issues/detail?id=57
If you just run the code (compiled here with ifort) somewhere, and
you 'touch RELOAD' it, you will get a file named "fort.1" containing
a "broken" copy of params2.nml, eg. with missing apostrophes around strings.
This means that somewhere there are print or write commands trying to write
to a non-opened file unit (here =1).
Comment #1 on issue 57 by sven.bingert: fort.1 file appears after RELOAD
http://code.google.com/p/pencil-code/issues/detail?id=57
Fixed the code. See revision 17865