Download   Help   Documents   Contact   Links   OceanColor   News   FAQ   Forum 

SeaDAS 5.4 Installation Instructions

INSTALLATION NOTES:


Step  What To Do How To Do It
1. In an xterm window, create a SeaDAS root directory and enter that directory (name it anything you like): > mkdir seadas5.4
> cd seadas5.4
2. ftp the compressed SeaDAS tar files into your new directory (mirrors may take a while to host a new SeaDAS version):

USA:
samoa.gsfc.nasa.gov
(dir: seadas/seadas)

UK:
seadasuk.pml.ac.uk
(dir: seadas/seadas5.4)

Brazil:
orion.io.usp.br
(dir: pub/seadas)

Japan:
odyssey.fish.hokudai.ac.jp
(dir: SeaDAS_v5.4)

Australia:
ftp.marine.csiro.au
(dir: mirror/samoa.gsfc.nasa.gov/seadas/seadas_5.4)
> ftp samoa.gsfc.nasa.gov
anonymous
user@hostname
binary
cd seadas/seadas
ls
get seadas_xxx.tar.gz  (where xxx is your operation system)
get seadas_processing.tar.gz  (optional for data processing)
get seadas_idl_rt.tar.gz  (optional for runtime SeaDAS)
get seadas_dem.tar.gz  (required for land/lake processing)
get seadas_dem_modis.tar.gz  (optional for geolocation terrain correction)
get seadas_demo.tar.gz  (optional)
get seadas_demo_modis.tar.gz  (optional)
get seadas_demo_modis_db.tar.gz  (optional)
quit
3. Uncompress and extract the SeaDAS tar files: > gunzip -c seadas_xxx.tar.gz | tar xvf -
> gunzip -c seadas_processing.tar.gz | tar xvf - > gunzip -c seadas_idl_rt.tar.gz | tar xvf - > gunzip -c seadas_dem.tar.gz | tar xvf - > gunzip -c seadas_dem_modis.tar.gz | tar xvf - > gunzip -c seadas_demo.tar.gz | tar xvf - > gunzip -c seadas_demo_modis.tar.gz | tar xvf - > gunzip -c seadas_demo_modis_db.tar.gz | tar xvf -
4. Determine your shell, and then set the SEADAS environment variable, where "PATH_TO_SEADAS" is the full directory path to seadas (e.g. /home/arthur/seadas5.4): > echo $SHELL

> setenv SEADAS PATH_TO_SEADAS
  (for csh or tcsh)
OR
> export SEADAS=PATH_TO_SEADAS   (for bash)
5. Run the SeaDAS setup program (seadas_setup) and click on the Okay button.

NOTE: You must have csh installed first before running seadas_setup!
If you have IDL installed with a *FULL* license:
> ./config/seadas_setup

OR

If you are using runtime SeaDAS:
> ./config/seadas_setup -em
6. Activate the Seadas setup just created: > source config/seadas.env

If you are running under csh or tcsh, execute:
> rehash

If you are a Mac OS X user, execute:
> limit stacksize unlimited   (for csh or tcsh)
> ulimit -Ss unlimited   (for bash)
7. Depending on your shell, add the following line to the end of your .cshrc, .tcshrc, or .bashrc file, where "PATH_TO_SEADAS" is the full directory path of your seadas directory (e.g. /home/zaphod/seadas5.4): Add this text to one of your shell init files:

     source PATH_TO_SEADAS/config/seadas.env

If you are a Mac OS X user, also add the line:
     limit stacksize unlimited   (for csh or tcsh)
OR
     ulimit -Ss unlimited   (for bash)

8. Start SeaDAS. > seadas   (if you have IDL installed)

OR

> seadas -em   (to use runtime SeaDAS)
9. Depending on your disk space, you may want to remove the compressed tar files: > rm *.gz   (optionally do this if SeaDAS is working)
10. Check periodically for new SeaDAS updates. You do not need to install any updates if you have just installed SeaDAS, since the updates are included in the main tar file distributions. Updates can be downloaded from the SeaDAS distribution directory via anonymous ftp from samoa.gsfc.nasa.gov.  
11. If you want to rebuild the SeaDAS application on your system and you have the proper C and Fortran compilers, follow the instructions in the REBUILDING SEADAS NOTES section below.  
12. If you want to share SeaDAS among multiple users follow the instructions on the SeaDAS shared installation page.  


REBUILDING SEADAS NOTES:

WARNING: ONLY perform these steps if you are rebuilding the SeaDAS application and you have the proper vendor C and FORTRAN compilers available on your system. SeaDAS does not support rebuilding with the g77 FORTRAN compiler. The instruction steps below will remove all the distributed libraries and binaries before regenerating them.

STEPS TO BUILD SEADAS:

  1. Read the platform-specific Linux or Mac notes below!

  2. Install SeaDAS, make sure it is working correclty, and then change into the $SEADAS root directory:

       cd $SEADAS

  3. Build and install all binaries and libraries by typing:

       ./config/build_seadas



LINUX NOTES:

Hardware/Software Requirements:

MACINTOSH NOTES:

Hardware/Software Requirements:




Curator: OceanColor Webmaster

Authorized by: gene carl feldman

NASA logo

Privacy Policy and Important Notices

Updated: Tuesday, 02-Jun-2009 22:03:32 EDT