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

Batch Mode #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add the ability to run hundreds of files at once using the same model 
assumptions for each.  Should take in a folder of datasets, and export to a 
different folder of results.

Original issue reported on code.google.com by edwalt...@gmail.com on 7 Mar 2011 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by edwalt...@gmail.com on 15 Mar 2011 at 5:55

GoogleCodeExporter commented 9 years ago
Firstly, thanks for the enormous work you did to build the application. 
Congratulations. I also would like a batch mode of the applet to run many files 
in a row. Have you planned to develop it? 

Original comment by luis.R.l...@gmail.com on 11 Dec 2014 at 10:36

GoogleCodeExporter commented 9 years ago
At present, the GUI only permits you to run a single dataset at a time.  If you 
import Newhall into a Java application, you could then use the simulation 
however you see fit.  There are only three objects, and details on how to use 
them are here:

https://code.google.com/p/newhall/wiki/Using_the_Java_API

I am not actively extending Newhall with new features at the current point in 
time.  But I do welcome anyone to take all of the source code available here 
(under BSD license), and to enhance/remix/redistribute as they see fit.

Original comment by edwalt...@gmail.com on 12 Dec 2014 at 7:23