Thursday, September 8, 2011

August 2011 Sprint Highlights

Some of the more interesting accomplishments from the August  2011 sprint:
  • Fixed over 36 bugs
  • Posted a new video about the Text Import Wizard on our YouTube channel
  • Posted a new video about the automated parameter estimation with PEST on our YouTube channel
  • Posted the video from July's "What's new in GMS 8.0" webinar
  • Completed phase two of the ADH interface for the Army Corp of Engineers
  • Made progress on the MODFLOW-NWT interface
  • Assisted the consulting group on several projects

Friday, July 29, 2011

July 2011 Sprint Highlights

Some of the more interesting accomplishments from the July 2011 sprint:
  • Fixed over 29 bugs
  • Did a live webinar on what's new in GMS 8.0 and 8.1. Unfortunately we don't have the recording posted yet but hope to soon.
  • Posted a new video about interpolating MODFLOW layer elevations on our YouTube channel
  • Completed phase one of the ADH interface for the Army Corp of Engineers
  • Started the MODFLOW-NWT interface
  • Finished the 3D grid display option to contour a second specified data set
  • Fixed a few FEMWATER bugs
  • More wiki clean up and progress on Wiki to PDF feature
  • More manual testing of 64 bit GMS
  • Assisted the consulting group on several projects
  • Visited the University of Michigan to discuss an "Environmental and Ship Motion Forecasting" project for the U.S. Navy
  • Added an image in the image gallery

Wednesday, July 27, 2011

GMS Webinar July 21, 2011


The GMS team held its first webinar on July 21, 2011. The webinar highlighted new features in GMS 8.0 and 8.1. We wanted to thank everyone that took time out of their schedule to attend the webinar. If you have any feedback please send it to us at webinar@aquaveo.com.
We hope to post a recording of the webinar shortly. Here is a list of some of the features that were demonstrated:

  1. General Features
    1. Learning Center - www.aquaveo.com/gms-learning
    2. YouTube channel - www.youtube.com/aquaveo
    3. GMS Community Edition - www.xmswiki.com/xms/GMS:Community_Edition
    4. Import from Web
    5. ArcGIS map server layers
  2. Improved 3D Graphics
    1. Transparency
    2. New lighting options
    3. Faster data set switching
    4. Faster frame rate (real time pan/rotate)
    5. Block Fill contours
    6. Save to Google Earth
  3. New Modeling Features
    1. MODFLOW 2005
    2. UZF Package
    3. LMG3 package - Parallel Versions of MODFLOW 2000 & 2005
    4. Open Containing Folder
    5. Parameter Estimation - Different types of regularization
    6. SEAWAT
    7. Regional to Local model enhancements
  4. 64 bit Version of GMS
    1. Coming with version 8.1
    2. Load larger models
    3. Work with larger data sets
    4. 64 bit versions of MODFLOW


Tuesday, July 19, 2011

June 2011 Sprint Highlights

Some of the more interesting accomplishments from the June 2011 sprint:
  • Fixed over 37 bugs
  • Got "Learn GMS" help menu command working for 32 and 64bit
  • Fixed issues with 64bit and small allocations
  • Found and fixed several memory leaks
  • Added units tests for all the projection and reprojection stuff
  • Almost completed the 3D grid display option to contour a second specified data set
  • Tested and debugged 64bit version with a large MODFLOW model
  • Fixed order of Annotations tool bar and fixed north arrows to open installed north arrows folder by default
  • Cleaned up the wiki and made good progress on the Wiki to PDF feature
  • Added some unit tests for kriging and fixed some kriging bugs
  • Fixed slow drawing of rasters
  • Attended the MODFLOW & More conference in Golden, Colorado
  • Completed designs for MODFLOW-NWT and MODFLOW-MNW2
  • Added a new video to the YouTube channel about the free GMS Community edition

Tuesday, June 28, 2011

GMS Software Quality

When developing GMS there are several ways we work to ensure the quality of each release, and we are continuously striving to improve the quality of GMS to make it as bug free as possible. We use a multi-layered approach to help in finding bugs as quickly as possible. We use unit testing, code reviews, intermediate testing with continuous builds, automated testing through the graphical user interface, and review by the Quality Control team.

The quicker a bug can be found and fixed the better. As a developer, best of all is to find and fix a bug before anyone else sees it. Our unit tests help this happen. Unit tests are tests that are included right along with the GMS code. When changes are made, tests are written to make sure that existing functionality isn't broken, and tests are written to test new functionality. Unit tests are a group of tests that run very quickly and are run each time GMS is built.

Code reviews can also be very helpful in finding issues. For code reviews we have another member of our development team look at the code changes we've made to make sure there aren't any problems. Just like reviewing a manuscript, it's always good to have another set of eyes to look at the code to make sure everything is okay.

Our intermediate tests are written in the same way as unit tests but each test takes more time to run. All of our unit tests only take a few seconds to run but intermediate tests can take several minutes. To run both our unit and intermediate tests we have a continuous build machine that is constantly looking for changes in our code base. When changes are made, GMS gets built and the unit and intermediate tests get run. To manage this process we use CruiseControl.NET. CruiseControl.NET automatically manages our unit and intermediate testing and provides a GUI interface so all developers can always easily see if the tests are passing or failing.

Our next layer of testing is graphical user interface (GUI) testing. For GUI testing we use TestComplete™. TestComplete™ allows us to record and write scripts that run the GUI of GMS. Tests include all of the GMS tutorials, several reported bugs, and tests that cover specific areas of GMS. The tests run each night and the results are reported through CruiseControl.NET.

The last layer of testing is the Quality Control team. After every sprint the QC team reviews the work the development team did during the sprint. If they find any problems they are reported to the development team.

When all of these fail to find new or existing bugs, and a bug isn't found here at Aquaveo, it is likely a bug will be found by one of our users. When this happens we will do whatever we can to get a bug quickly fixed and in our next release. For this to happen we need to know about the bug. It is very helpful to us when users who have run across a bug will take time out of their busy schedule and notify our Tech Support department about the bug (support@aquaveo.com, (801) 691-5530 [Monday-Friday, 8am-5pm Mountain Time]). They can walk you through what is needed so we can reproduce the bug and fix it. Another thing that can be helpful if it's a crash detected by BugTrap is entering your email address, a description of what you were doing, and clicking on "Submit Bug" to submit a bug report. We regularly go through the submitted bugs to fix them.

Wednesday, June 8, 2011

May 2011 Sprint Highlights

Some of the more interesting accomplishments from the May 2011 sprint:

  • Added three new GMS videos on the YouTube channel.
  • Fixed 24 bugs
  • Created an installer for GMS 8.1 for 32 and 64 bit
  • Created 64 bit versions of MODFLOW
  • Got 64 bit tests of MODFLOW running
  • Added a preference for 64 bit MODFLOW
  • Made good progress on restoring ability to contour and block fill at the same time
  • Finished fixing the annotation bugs to be included in 8.1
  • Created a local help page, similar to the online learning center, which will direct users to the tutorials installed locally
  • Created a table of contents for the wiki and got PDF generation of the wiki working. A locally installed PDF version of the wiki will be available with GMS 8.2.
  • Added code to MT3D model checker to look for missing species in the conceptual model
  • Almost finished basic raster implementation (raster objects coming in GMS 8.2)
  • Wrote a design for MODFLOW-NWT
  • Changed some MODFLOW dialogs to conform to the standard for variable names
  • Made lighting dialog display changes instantly in graphics window

Tuesday, June 7, 2011

GMS Resources for Educators

We recently created the GMS Resources for Educators page at aquaveo.com. There you can find sample lectures, in-class exercises, and homework assignments for a one semester, college level course in groundwater modeling. The course teaches groundwater modeling principles with an emphasis on MODFLOW and MODPATH. GMS is used as one of the software tools in the course and a lot of time is spent building real models on the computer. From the course description, "This course is application oriented. We cover the fundamental equations and the modeling theory but the emphasis is on teaching you how to solve real world problems. At the end of the semester, you should feel confident in your ability to develop and calibrate a complex 3D groundwater model."

Dr. Norman L. Jones has taught this class for years at Brigham Young University as CE 547 - Groundwater Modeling. He continually updates and improves the material. To obtain the entire curriculum with a syllabus, tests, and answers to the homework assignments and the tests, email Dr. Jones njones@byu.edu.

At the end of the course students complete a case study of the Woburn site described in the book A Civil Action. If you are familiar with the book or the case, you might be interested in the excellent Woburn Hydrogeology Data page maintained by Dr. Jones which includes all sorts of raw data for use in building a groundwater model, as well as photos of the area and even photos of many of the key players in the book. The case study is designed to be done with the students divided up into small teams - some teams working for the prosecution, and some for the defense.