Announcement: SeaDAS 5.1 Update 6 available

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
obdaac_forum_user
Posts: 86
Joined: Wed Jan 27, 2021 1:52 pm America/New_York
Answers: 0

Announcement: SeaDAS 5.1 Update 6 available

by obdaac_forum_user » Tue Sep 25, 2007 2:55 pm America/New_York

Instructions for installing SeaDAS 5.1 Update 06:
----------------------------------------------------------------------------

This update provides:
- Fix for a problem with terra_l1bgen processing recent data

NOTE: If you have installed SeaDAS 5.1 already, you DO need to
install this update after installing the main distribution files,
since this update is NOT 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/update06
5. Turn prompting off:
prompt
6. Get the zipped tar file for the update that corresponds to
your operating system:
get update06_rh73.tar.gz (for RedHat 7.3)
or
get update06_fc2.tar.gz (for Fedora Core 1 and 2)
or
get update06_fc4.tar.gz (for Fedora Core 4)
or
get update06_fc6.tar.gz (for Fedora Core 6)
or
get update06_centos4.4.tar.gz (for CentOS 4.4)
or
get update06_mac_osx10.3_ppc.tar.gz (for Mac OS X 10.3/10.4 PowerPC)
or
get update06_mac_osx10.4_intel.tar.gz (for Mac OS X 10.4 Intel-based)
or
get update06_sol28.tar.gz (for Solaris 2.8 64-bit)
or
get update06_irix.tar.gz (for Irix 6.5 32-bit)
7. Log off of ftp
bye
8. Unzip and extract the update files:
gunzip -c update06_rh73.tar.gz | tar xvf -
9. Change to the update06 directory:
cd update06
10. Make sure that your $SEADAS environment variable is set correctly:
setenv SEADAS /wherever/your/seadas5.1/is/located (for c shell)
or export SEADAS=/wherever/your/seadas5.1/is/located (for bash shell)
11. Run the update_06.csh script to install the files:
./update_06.csh
12. Run seadas_setup:
cd $SEADAS
seadas_setup OR seadas_setup -em
13. Source the new config file:
source $SEADAS/config/seadas.env
14. Enjoy and let us know if you have any problems.

The SeaDAS Development Group (seadas@seadas.gsfc.nasa.gov)

Tags:

Post Reply