The forum is locked.

The Ocean Color Forum has transitioned over to the Earthdata Forum (https://forum.earthdata.nasa.gov/). The information existing below will be retained for historical reference. Please sign into the Earthdata Forum for active user support.

Up Topic Announcements / SeaDAS Announcements / Announcement: SeaDAS 5.0 Update 03 available (locked)
- By mike Date 2006-11-03 16:41 Edited 2007-01-04 15:18
SeaDAS 5.0 Update 03 is now available on our ftp site.

Instructions for installing SeaDAS 5.0 Update 03:

This update provides:
        - msl12 5.5.5
        - new l2bin and l3bin
        - new l2brsgen
        - a fix for mapping SeaWiFS MLAC extracts
        - new MODIS LUTs
        - various fixes to processing scripts
        - support for compiling SeaDAS on intel-based Macs (requires intel fortran compiler)

NOTE:  If you have not installed SeaDAS 5.0 yet, you DO NOT need to
install this update after installing the main software, since this
update is included in the main tar file distributions.

1.  Go to your main $SEADAS directory:
        cd $SEADAS
2.  Anonymously ftp to samoa.gsfc.nasa.gov:
        ftp samoa.gsfc.nasa.gov
3.  After logged in, switch to binary mode:
        bin
4.  Change directory to where the update files are located:
        cd seadas/seadas/update03
5.  Turn prompting off:
        prompt
6.  Get the zipped tar file for the update that corresponds to
    your operating system:
        get update03_rh73.tar.gz        (for RedHat 7.3)
           or
        get update03_fc2.tar.gz         (for Fedora Core 1 and 2)
           or
        get update03_fc4.tar.gz         (for Fedora Core 4)
           or
        get update03_centos.tar.gz      (for CentOS 4.2)
           or
        get update03_mac.tar.gz         (for Mac OS-10.3)
           or
        get update03_sol28.tar.gz       (for Solaris 2.8 64-bit)
           or
        get update03_sol27.tar.gz       (for Solaris 2.7 64-bit)
           or
        get update03_irix.tar.gz        (for Irix 6.5 32-bit)
6.  Log off of ftp
        bye
7.  Unzip and extract the update files:
        gunzip -c update03_rh73.tar.gz | tar xvf -
8.  Change to the update03 directory:
        cd update03
9.  Make sure that your $SEADAS environment variable is set correctly:
        setenv SEADAS /wherever/your/seadas5.0/is/located    (for c shell)
    or  export SEADAS=/wherever/your/seadas5.0/is/located    (for bash shell)
10. Run the update_03.csh script to install the files:
        ./update_03.csh
11. Run seadas_setup:
        cd $SEADAS
        seadas_setup  OR  seadas_setup -em
12. Enjoy and let us know if you have any problems.

The SeaDAS Development Group
Up Topic Announcements / SeaDAS Announcements / Announcement: SeaDAS 5.0 Update 03 available (locked)