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

Convert the BASIC NSM source code into psudocode for porting template. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Once this has been generated, code generation can begin.  A secondary effort 
later is going to be required to make what has been translated into something 
more meaningful.  The BASIC source is full of tiny variable names (for speed, 
it is claimed) which are highly ambiguous.

Original issue reported on code.google.com by edwalt...@gmail.com on 3 Feb 2010 at 7:50

GoogleCodeExporter commented 9 years ago
Psudocode has been translated.  It and it's BASIC and C++ inspiration are in 
the 
newhall.oldsrc package, available for reference at any given time.  We are now 
ready to 
translate the psudocode into Java.

Original comment by edwalt...@gmail.com on 19 Apr 2010 at 6:50