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 05 available (locked)
- By mark Date 2007-02-05 21:19 Edited 2007-02-06 22:07
Announcement: SeaDAS 5.0 Update 05 available

NOTES:

-As of this update runtime SeaDAS has been upgraded from IDL 6.1 to IDL 6.3 for all operating systems except for the RedHat 7.3 Linux version. (RedHat 7.3 does not support anything beyond IDL 6.1.) Therefore if you install this update and are an embedded IDL user, you will also need to install the new seadas_idl_rt.tar.gz file for the update to work properly. RedHat 7.3 users should install the seadas_idl_rt_redhat.tar.gz file. To install the new runtime distribution, first "rm  -rf  $SEADAS/idl_rt" and then explode the new runtime distribution file within the $SEADAS directory.

-To install the Intel Mac version of SeaDAS you must do a complete new full installation of SeaDAS either using our online installer or manually.

Instructions for installing SeaDAS 5.0 Update 05:
-----------------------------------------------------------------------------

This update provides:
        - New support for Intel-based Macintosh computers
        - Runtime SeaDAS now built with IDL 6.3 for all versions except
          RedHat 7.3, which is still built with IDL 6.1.
        - Updates to processing programs:
                - msl12 5.5.9
                - smigen 3.36
                - l2bin 2.1.4
                - l1agen 4.1.1
        - Fixed problem with auto-download of OISST files.
        - Improved automatic filename completion for geolocation files in
          geolocate, modis_l1bgen, and msl12 GUI windows.
        - Fixed l3bin file close error.
        - Fixed some SMI subscene loading problems.
        - Fixed problems with default gains for MODIS hi-resolution processing.
        - Fixed bug in frame buffer display functions menu when resizing.
        - Fixed smigen display file close error.
        - Added GSL library for msl12 processing.
        - New MODIS LUTs

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/update05
5.  Turn prompting off:
        prompt
6.  Get the zipped tar file for the update that corresponds to
    your operating system:
        get update05_rh73.tar.gz        (for RedHat 7.3)
           or
        get update05_fc2.tar.gz         (for Fedora Core 1 and 2)
           or
        get update05_fc4.tar.gz         (for Fedora Core 4)
           or
        get update05_centos4.4.tar.gz  (for CentOS 4.4)
           or
        get update05_mac_osx10.3_ppc.tar.gz   (for Mac OS X 10.3/10.4 PowerPC)
           or
        get update05_mac_osx10.4_intel.tar.gz   (for Mac OS X 10.4 Intel-based)
           or
        get update05_sol28.tar.gz       (for Solaris 2.8 64-bit)
           or
        get update05_sol27.tar.gz       (for Solaris 2.7 64-bit)
           or
        get update05_irix.tar.gz        (for Irix 6.5 32-bit)
7.  If you are going to use the embedded IDL package:
        get seadas_idl_rt.tar.gz        ( for all OS's except RedHat 7.3)
           or
        get seadas_idl_rt_redhat.tar.gz ( for RedHat 7.3 only)
8.  Log off of ftp
        bye
9.  If you are going to use the embedded IDL package:
        /bin/rm -rf idl_rt
        gunzip -c seadas_idl_rt.tar.gz | tar xvf -
           or
        gunzip -c seadas_idl_rt_redhat.tar.gz | tar xvf -
10. Unzip and extract the update files:
        gunzip -c update05_rh73.tar.gz | tar xvf -
11. Change to the update05 directory:
        cd update05
12. 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)
13. Run the update_05.csh script to install the files:
        ./update_05.csh
14. Run seadas_setup:
        cd $SEADAS
        seadas_setup  OR  seadas_setup -em
15. Source the new config file:
        source $SEADAS/config/seadas.env
16. Enjoy and let us know if you have any problems.

The SeaDAS Development Group  (seadas@seadas.gsfc.nasa.gov)
Up Topic Announcements / SeaDAS Announcements / Announcement: SeaDAS 5.0 Update 05 available (locked)