|
| 1 | +------------------------------------------------------------------------------ |
| 2 | + |
| 3 | +SLR |
| 4 | +Sea Level Rise model: a framework for modeling sea level rise using |
| 5 | +JPL/UCI software in ice sheet modeling (ISSM), post-glacial rebound (PGR |
| 6 | +from Erik Ivins), ocean circulation (MITgcm) and sea-level models (UCI |
| 7 | +model from J. Wahr and I. Velicogna and JPL Marsal model, Felix Landerer) |
| 8 | + |
| 9 | +------------------------------------------------------------------------------ |
| 10 | + |
| 11 | +Jet Propulsion Laboratory |
| 12 | + |
| 13 | +Eric Larour (ISSM project manager and SLR lead developer) |
| 14 | +Erik Ivins (PGR lead developer) |
| 15 | +Dimitris Menemenlis (ECCO-ICE PI and MITgcm developer) |
| 16 | +Felix Landerer (MARSAL scientist/developer) |
| 17 | +Isabella Velicogna (UCI SLM model, scientist/developer) |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +------------------------------------------------------------------------------ |
| 22 | + |
| 23 | +Website: http://slr.jpl.nasa.gov/ for additional information. |
| 24 | + |
| 25 | +------------------------------------------------------------------------------ |
| 26 | + |
| 27 | +svn --username ????? co http://issm.ess.uci.edu/svn/slr |
| 28 | + |
| 29 | +will download this directory and subdirectories under a version system called svn. |
| 30 | + |
| 31 | +Once you have downloaded the slr code, you should add the following to your bashrc, or shrc or kshrc: |
| 32 | +export SLR_DIR=$HOME/slr/ (update to your own directory) |
| 33 | +source $SLR_DIR/etc/environment.sh |
| 34 | + |
| 35 | +if you are under tcsh or csh, do this to your .cshrc: |
| 36 | +setenv SLR_DIR '/Users/larour/slr' (update to your own directory) |
| 37 | +source $SLR_DIR/Etc/environment.sh |
| 38 | + |
| 39 | +Download and install ISSM as per instructions in |
| 40 | +slr/components/issm/README |
| 41 | + |
| 42 | +What we have in the code right now: |
| 43 | +README: this file |
| 44 | +etc/ where we have our variable settings |
| 45 | +components: where we have all our software ISSM, PGR, MITgcm, GEOS-5. |
| 46 | +external packages: all our external libraries that we will be working with now. |
| 47 | + |
| 48 | +Web-based tracked svn changes are here: https://slr-svn.jpl.nasa.gov/trac/slr |
| 49 | + |
| 50 | +------------------------------------------------------------------------------ |
| 51 | + |
| 52 | +License |
| 53 | + |
| 54 | +SLR is California Institute of Technology Copyright |
| 55 | + |
| 56 | + |
| 57 | +Copyright (c) 2002-2011, California Institute of Technology. |
| 58 | +All rights reserved. Based on Government Sponsored Research under contracts |
| 59 | +NAS7-1407 and/or NAS7-03001. |
| 60 | + |
| 61 | +Redistribution and use in source and binary forms, with or without |
| 62 | +modification, are permitted provided that the following conditions are met: |
| 63 | + |
| 64 | +1. Redistributions of source code must retain the above copyright notice, |
| 65 | + this list of conditions and the following disclaimer. |
| 66 | +2. Redistributions in binary form must reproduce the above copyright |
| 67 | + notice, this list of conditions and the following disclaimer in the |
| 68 | + documentation and/or other materials provided with the distribution. |
| 69 | +3. Neither the name of the California Institute of Technology (Caltech), |
| 70 | + its operating division the Jet Propulsion Laboratory (JPL), the National |
| 71 | + Aeronautics and Space Administration (NASA), nor the names of its |
| 72 | + contributors may be used to endorse or promote products derived from |
| 73 | + this software without specific prior written permission. |
| 74 | + |
| 75 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 76 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 77 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 78 | +DISCLAIMED. IN NO EVENT SHALL THE CALIFORNIA INSTITUTE OF TECHNOLOGY BE LIABLE |
| 79 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 80 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 81 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 82 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 83 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 84 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 85 | +------------------------------------------------------------------------------ |
0 commit comments