Changeset 11026


Ignore:
Timestamp:
12/09/11 20:35:38 (13 years ago)
Author:
Eric.Larour
Message:

merged trunk and trunk-jpl

Location:
issm/trunk-jpl
Files:
3 deleted
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl

  • issm/trunk-jpl/AUTHORS

    r2620 r11026  
    88   Eric Larour <eric.larour@jpl.nasa.gov>
    99
    10 Current developers:
     10Current core developers:
    1111   * Eric Larour <eric.larour@jpl.nasa.gov>
    1212        * Helene Seroussi <helene.seroussi@jpl.nasa.gov>
    1313   * Mathieu Morlighem <mathieu.morlighem@jpl.nasa.gov>
     14
     15
     16Contributors:
     17        We thank the following contributors for their help in making ISSM better!
     18
     19        Robert Crippen, Jet Propulsion Laboratory.  robbert.crippen@jpl.nasa.gov
     20        HoleFiller routines to plug incomplete datasets. See HoleFiller module in src/m/matlab/utils
     21
     22        Point Inclusion in Polygon Test (pnpoly.c used in Utils/Arguscontourtomesh/IsInPoly.c)
     23        W. Randolph Franklin (WRF)
     24        http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html
     25
     26        DACE: A Matlab Kriging toolbox, Søren N.Lophaen, Hans Bruun Nielsen and Jacob
     27        Søndergaard (Technical University of Denmark)
     28        http://www2.imm.dtu.dk/~hbn/dace/
  • issm/trunk-jpl/configure.ac

    r9813 r11026  
    1 AC_INIT(ISSM,[1.0], [Eric Larour <eric.larour@jpl.nasa.gov>])
     1AC_INIT(ISSM,4.0,issm@jpl.nasa.gov)
    22AM_CONFIG_HEADER(config.h)
    33AC_CANONICAL_TARGET
  • issm/trunk-jpl/doc/issmdoc.m

    r6088 r11026  
    44ISSM_TIER=issmtier;
    55
    6 disp(sprintf('\n%s%s%s','  The following documentations are available in ',ISSM_TIER,'/doc/'));
    7 disp(sprintf('%s','        userguide: how to use ISSM, quick tutorial'));
    8 disp(sprintf('%s','        theoryguide: theory behind the ISSM models'));
    9 disp(sprintf('%s','        validation: test results of ISSM'));
    10 disp(sprintf('\n%s','  Website: a comprehensive documentation is available on http://www.issm.jpl.nasa.gov'));
     6disp(sprintf('\n%s','  A comprehensive documentation is available on http://issm.jpl.nasa.gov'));
    117disp(sprintf('\n%s','  Example: how to create a square ice shelf'));
    128disp(sprintf('%s','        go to ',ISSM_TIER,'/examples/SquareIceshelf'));
  • issm/trunk-jpl/src/c/Container/Elements.cpp

    r10998 r11026  
    187187
    188188        if(!results_as_patches){
     189                /*No patch here, we prepare vectors*/
    189190
    190191                /*see what the first element of this partition has in stock (this is common to all partitions)*/
Note: See TracChangeset for help on using the changeset viewer.