drww / newhall

A Java implementation of the Newhall model for soil temperature and moisture regime determination. Given a year of monthly averages for precipitation and temperature at a location, the model will simulate the recharge and discharge of moisture through the underlying soil.
Other
5 stars 2 forks source link

Generate a 1:1 Java translation from psudocode template. #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Psudocode has been generated from Newhall source code.  A Java implementation 
of this psudocode should be generated.  For the time being, being able to 
generate the exact same results as the DOS version is paramount.

JUnit tests should be implemented for the main simulation body, using the 
results of several DOS Newhall runs.  Lower resolution floating point fields 
may prove slightly problematic, so be aware.

The end result should generate everything that the FLX output file provides 
from Newhall, including the report following the simulation.

Original issue reported on code.google.com by edwalt...@gmail.com on 19 Apr 2010 at 6:54

GoogleCodeExporter commented 9 years ago
Java model has proven to be 1:1 with BASIC model over all available datasets.

Original comment by edwalt...@gmail.com on 28 Sep 2010 at 6:35