Merge PR #14 first.
Removes uninitialized value tiny from aesc19.f in response to issue #12. tiny was only needed when lower precision values were saved to ascii state file and was implemented as an uninitialized variable rather than a function, such that model performance differed under different compilers. This fixes model reproducibility with ifort, gfortran or PGI compilers.
Merge PR #14 first. Removes uninitialized value
tiny
fromaesc19.f
in response to issue #12.tiny
was only needed when lower precision values were saved to ascii state file and was implemented as an uninitialized variable rather than a function, such that model performance differed under different compilers. This fixes model reproducibility withifort
,gfortran
or PGI compilers.