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 4.8 Update 02 now available (locked)
- By mark Date 2005-09-20 17:12 Edited 2005-09-20 17:14
Dear SeaDAS Users,

SeaDAS 4.8 Update 02 is now available on our ftp site.  This update
provides only the new MODIS Terra LUT's.  There  is an INSTRUCTIONS
file located in the update02 directory on our ftp site that will tell you how
to apply this update.  It is also here for your convenience:

Instructions for installing SeaDAS 4.8 Update 02:

This update provides the newest MODIS Terra calibration LUT's.
Note that you must run seadas_setup after installing this update,
prior to running seadas, so that the LUT environment variables
will be set correctly.

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

1.  Create a directory on your computer to hold the update 02 files:
        mkdir update02
2.  cd to that directory:
        cd update02
3.  Anonymously ftp to samoa.gsfc.nasa.gov:
        ftp samoa.gsfc.nasa.gov
4.  After logged in, switch to binary mode:
        bin
5.  Change directory to where the update files are located:
        cd seadas/seadas/update02
6.  Get the zipped tar file for the update:
        get update02.tar.gz
7.  Log off of ftp
        bye
8.  Unzip and extract the update files:
        gunzip -c update02.tar.gz | tar xvf -
9.  Make sure that your $SEADAS environment variable is set correctly:
        setenv SEADAS /wherever/your/seadas4.8/is/located    (for c shell)
    or  export SEADAS=/wherever/your/seadas4.8/is/located    (for bash shell)
10. Run the update_02.csh script to install the files:
        ./update_02.csh
11. Run the seadas_setup script:
        cd ..
        ./seadas_setup
12. 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 4.8 Update 02 now available (locked)