From: Bill P. <pa...@ki...> - 2017-07-31 16:54:33
|
On Jul 31, 2017, at 9:47 AM, Josiah Schwab wrote: > The first, and most important point is that you can't do math in > inlists and don't blame me for that! ;) it is a limitation of the fortran runtime that reads the inlist. it is not an interpreter that can parse and evaluate anything as complicated as "1 + 1". i've been tempted to replace inlists by a python script to be executed each time we currently read the inlist, but that's too much baggage for now. we're going to stick to the limited but simple fortran inlist scheme. you just need to be aware of the limitations. thanks to josiah and others for explaining this issue. bill |