CIG > Software > Gale
Personal tools

Gale

Gale is a 2D/3D code for the long-term tectonics community. The code solves problems related to orogenesis, rifting, and subduction.

Gale User Manual The current release (version 2.0.0) features support for elements with much better numerical properties, a simpler, clearer input format, an equation parser, and fixes for thermal advection/diffusion. Gale is a joint effort between CIG, Victorian Partnership for Advanced Computing (VPAC), and Monash University.

Status Developed, maintained, and supported.
Contact cig-long@geodynamics.org
Bug reports RoundUp
License GNU Public License


Latest Release (version 2.0.0)

Binaries

Linux
Macintosh
Windows
TACC
  • Gale is also pre-installed on TACC's Lonestar and Ranger. See here for instructions on usage.
Installation Instructions
  1. Unpack the files.
  2. Run it from the command prompt:
  3. ./Gale-2_0_0 input/cookbook/yielding.json    (Linux or Mac)
    Gale-2_0_0.exe input/cookbook/yielding.json  (Windows)

Source Code

Gale-2_0_0.tgz [2010-07-27]
Latest release.

Documentation

Gale User Manual [2010-07-27]
A PDF containing Gale's history, installation and running instructions, and cookbook examples.
Gale Animations
Two movies showing 2D and 3D extension models
Gale Conference Posters
Papers Referencing Gale
Journal papers that use Gale for results or otherwise mention Gale

Gale Users Map

Shows location of all users who downloaded Gale since the code was released (image updated daily).

map showing location of all users who downloaded Gale since the code was released (image updated daily)

Development Version

If you are interested in following the main line of development, use the following Mercurial commands to get the software:

  hg clone http://geodynamics.org/hg/long/3D/gale gale
  hg clone http://geodynamics.org/hg/long/3D/gale/PICellerator gale/PICellerator
  hg clone http://geodynamics.org/hg/long/3D/gale/StGermain gale/StGermain
  hg clone http://geodynamics.org/hg/long/3D/gale/StgDomain gale/StgDomain
  hg clone http://geodynamics.org/hg/long/3D/gale/StgFEM gale/StgFEM
  hg clone http://geodynamics.org/hg/long/3D/gale/Underworld gale/Underworld
  hg clone http://geodynamics.org/hg/long/3D/gale/config gale/config
  hg clone http://geodynamics.org/hg/long/3D/gale/gLucifer gale/gLucifer
Then use the following commands to update your copy:
  cd gale
  hg pull
  hg up
  cd PICellerator
  hg pull
  hg up
  cd ../StGermain
  hg pull
  hg up
  cd ../StgDomain
  hg pull
  hg up
  cd ../StgFEM
  hg pull
  hg up
  cd ../Underworld
  hg pull
  hg up
  cd ../config
  hg pull
  hg up
  cd ../gLucifer
  hg pull
  hg up

Help

To identify known issues, report bugs, request help, or provide feedback or suggestions:

Document Actions