Changeset 11026
- Timestamp:
- 12/09/11 20:35:38 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 deleted
- 5 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl
- Property svn:mergeinfo changed
/issm/trunk merged: 10981,11019-11020,11022-11023
- Property svn:mergeinfo changed
-
issm/trunk-jpl/AUTHORS
r2620 r11026 8 8 Eric Larour <eric.larour@jpl.nasa.gov> 9 9 10 Current developers:10 Current core developers: 11 11 * Eric Larour <eric.larour@jpl.nasa.gov> 12 12 * Helene Seroussi <helene.seroussi@jpl.nasa.gov> 13 13 * Mathieu Morlighem <mathieu.morlighem@jpl.nasa.gov> 14 15 16 Contributors: 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>])1 AC_INIT(ISSM,4.0,issm@jpl.nasa.gov) 2 2 AM_CONFIG_HEADER(config.h) 3 3 AC_CANONICAL_TARGET -
issm/trunk-jpl/doc/issmdoc.m
r6088 r11026 4 4 ISSM_TIER=issmtier; 5 5 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')); 6 disp(sprintf('\n%s',' A comprehensive documentation is available on http://issm.jpl.nasa.gov')); 11 7 disp(sprintf('\n%s',' Example: how to create a square ice shelf')); 12 8 disp(sprintf('%s',' go to ',ISSM_TIER,'/examples/SquareIceshelf')); -
issm/trunk-jpl/src/c/Container/Elements.cpp
r10998 r11026 187 187 188 188 if(!results_as_patches){ 189 /*No patch here, we prepare vectors*/ 189 190 190 191 /*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.