Table of Contents
To simplify the explanation, we suppose that we install SUPERBIB in your ${HOME}/SUPERBIB_ws/
(“ws” for “working space”).
$
cd
${HOME}
$
mkdir
SUPERBIB_ws/
The latest operation release SUPERBIB is already installed at
/usr/home/fplod/SUPERBIB_DIR
If you can access one of these directories, there is no need to re-install SUPERBIB again! In that case, you only have to link ${HOME}/SUPERBIB_DIR
to the appropriate directory:
$
ln
-s
/usr/home/fplod/SUPERBIB_DIR
${HOME}/SUPERBIB_DIR
The complete latest revision (source + tests data files: X Mb) can be checked out with the following command executed in your ${HOME}
:
$
svn
checkout
http://forge.ipsl.jussieu.fr/superbib/svn/trunk/
SUPERBIB_DIR
The latest revision of the source files (X Mb) can be checked out with the following command:
$
svn
checkout
http://forge.ipsl.jussieu.fr/superbib/svn/trunk/SRC
SUPERBIB_DIR/SRC
The latest revision of the NetCDF data files (X Mb) used by the test programs can be checked out with the following command:
$
svn
checkout
http://forge.ipsl.jussieu.fr/superbib/svn/trunk/DATA
SUPERBIB_DIR/DATA
Create your ${HOME}/SUPERBIB_DIR
directory …
$
cd
${HOME}
$
mkdir
SUPERBIB_DIR
$
cd
SUPERBIB_DIR
… and download it the latest version of the sources tar file: SUPERBIB_SRC_YYYYMMDD.tar.gz (X Mb).
This tar.gz file could also be downloaded with wget or curl
$
wget
http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz
$
curl
-O
http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz
Untar the file
$
cd
${HOME}/SUPERBIB_DIR
$
tar
xvfz
SUPERBIB_SRC_YYYYMMDD.tar.gz
$
rm
SUPERBIB_SRC_YYYYMMDD.tar.gz
If you want to use the tests programs, you need to download the data tests files (SUPERBIB_DATA_YYYYMMDD.tar.gz
), you may download theses files in
${HOME}/My_IDL
. This is the easiest solution but it could be inconvenient if your ${HOME}
disk space is limited.
$
cd
${HOME}
$
mkdir
CHOSEN_DIR
$
cd
CHOSEN_DIR
Download SUPERBIB_DATA_YYYYMMDD.tar.gz (X Mb) or with wget or curl …
$
wget
http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_DATA_YYYYMMDD.tar.gz
$
curl
-O
http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_DATA_YYYYMMDD.tar.gz
You are now ready to do your First steps with SUPERBIB.