NCAR / NWS_hydro_models

Hydrology models adapted from NWS conceptual modeling approaches and code.
GNU General Public License v3.0
7 stars 17 forks source link

Remove "tiny" from aesc19.f #15

Closed lizaclark closed 7 years ago

lizaclark commented 7 years ago

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.