URI:
       tREADME - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
  HTML git clone git://src.adamsgaard.dk/pism
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       tREADME (1149B)
       ---
            1 The Fortran 90 sources in this subdirectory,
            2    testFG.f90
            3    simpleFG.f90
            4 are *not* built as part of PISM.  Instead, PISM uses the C sources 
            5    pism/src/exact/exactTestFG.h
            6    pism/src/exact/exactTestFG.c
            7    pism/src/exact/simpleFG.c
            8 for computation of the exact solutions corresponding to "pismv -test F"
            9 and "pismv -test G".
           10 
           11 The F90 sources are added here to help other ice sheet modellers use the
           12 thermomechanically coupled SIA exact solutions from
           13 
           14    E. Bueler, J. Brown, and C. Lingle (2007).  "Exact solutions to the 
           15    thermomechanically coupled shallow ice approximation: effective tools
           16    for verification", J. Glaciol., vol. 53 no. 182, 499--516.
           17 
           18 for verification of other ice sheet simulations.  For the full details
           19 of the exact solutions, see also the extended "appendix"
           20 
           21    E. Bueler and J. Brown (2006).  "On exact solutions and numerics for
           22    cold, shallow, and thermocoupled ice sheets", preprint
           23    arXiv:physics/0610106.
           24 
           25 Build the sources here this way, for example:
           26   $ gfortran -c testsFG.f90
           27   $ gfortran -c simpleFG.f90
           28   $ gfortran testsFG.o simpleFG.o -o simpleFG
           29 
           30 See simpleFG.f90 for example input and output.
           31