Closed GoogleCodeExporter closed 9 years ago
All the writing of spreadsheet output is handled directly by the Fortran
compiler and at the moment out of our
control. This is likely a bug in the compiler or its libraries.
For this specific problem, we could add a check for ridiculously small numbers
and just replace them with zeros.
Since the solver tolerances are are greater than E-10, setting such small
numbers (in the output) should be a
reasonable approach.
Original comment by cfastdev@gmail.com
on 6 Oct 2009 at 7:09
Another user reported the problem with the species spreadsheet. This is a
generic problem with all the
spreadsheets and thus a fortran formatting problem.
Original comment by cfastdev@gmail.com
on 30 Dec 2009 at 1:07
Fixed in r406. For any values less than 1.0e-100, we set the value to zero.
Original comment by cfastdev@gmail.com
on 11 May 2012 at 6:51
Original issue reported on code.google.com by
allan.co...@wsms.com
on 28 Sep 2009 at 5:01Attachments: