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

Create Swing GUI for Newhall #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Newhall needs a GUI to make it user-friendly.  Goals should be as follows:

1. User can open a dataset.
2. User can repeatedly run model over dataset.
3. All data presented by BASIC model should be present in results.
4. Unit conversion should be available and immediately applied.
5. User should be able to trigger an export of the results.
6. Application should terminate through "X" button and through File>Exit.
7. Some sort of About dialog should be present with minimal information about 
version.

Original issue reported on code.google.com by edwalt...@gmail.com on 28 Sep 2010 at 6:38

GoogleCodeExporter commented 9 years ago
GUI has been completed.

Original comment by edwalt...@gmail.com on 16 Feb 2011 at 7:48