SeaDAS 8.x Download, Installation and Run Instructions - seadas/seadas-toolbox GitHub Wiki
Instructions for the download, installation and run of SeaDAS 8.x. These instructions are platform specific. For instructions on subsequent installation of the OCSSW science processors click here.
In this documentation the following generic notation is used:
{version}= the SeaDAS Platform version number.- For example:
8.1.0.
- For example:
{SEADAS_HOME}= the full directory path where SeaDAS is installed.- For example:
/Users/pierssellers/Applications/seadas-8.1.0.
- For example:
For Windows Users
To download SeaDAS:
- Download the latest Windows installer file
seadas_{version}_windows_installer.exefrom https://seadas.gsfc.nasa.gov/downloads.- For example:
seadas_8.1.0_windows_installer.exe.
- For example:
To install SeaDAS:
- Navigate to the downloaded file location and double click on the installer icon.
- Once the installer window launches, follow the prompted instructions to complete the installation.
- The installer will create a desktop icon for launching the SeaDAS application.
To run SeaDAS:
- Click on the SeaDAS application icon
For Linux Users
To download SeaDAS:
- Download the latest Linux installer file
seadas_{version}_linux_installer.shfrom https://seadas.gsfc.nasa.gov/downloads.- For example:
seadas_8.1.0_linux_installer.sh.
- For example:
To install SeaDAS:
-
The Linux installer is a shell script. It can be executed in a terminal window with the following command line statement:
$ sh seadas_{version}_linux_installer.sh- For example:
$ sh seadas_8.1.0_linux_installer.sh
- For example:
-
Once the installer window launches, follow the prompted instructions to complete the installation. The installer will ask where you wish the SeaDAS application to be installed:
{SEADAS_HOME}.
To run SeaDAS from a clickable Desktop browser window:
- Click on the file:
{SEADAS_HOME}/bin/seadas.desktop
To run SeaDAS from your Desktop task bar:
- Within the file browser window, click and drag the file
{SEADAS_HOME}/bin/seadas.desktoponto your task bar. Now the task bar contains a link to your seadas launcher and you can launch seadas directly from the task bar.
To run SeaDAS from within a terminal window (at the command line):
-
Once SeaDAS is installed, you can launch SeaDAS by executing the
seadasscript from within a terminal window:$ sh {SEADAS_HOME}/bin/seadas
-
Shortcut Option 1: Add
{SEADAS_HOME}/binto your environment path. Add the following line to your login file~/.bashrc(replacing{SEADAS_HOME}with the actual directory path):export PATH={SEADAS_HOME}/bin:$PATH-
You can then run seadas with the following command line:
$ sh seadas
-
-
Shortcut Option 2: Add an alias to
{SEADAS_HOME}/binin your system environment. Add the following line to your login file~/.bashrc(replacing{SEADAS_HOME}with the actual directory path):alias seadas="sh {SEADAS_HOME}/bin/seadas"-
You can then run seadas with the following command line:
$ seadas
-
For Mac Users
To download SeaDAS:
- Download the latest Mac installer file
seadas_{version}_mac_installer.shfrom https://seadas.gsfc.nasa.gov/downloads.- For example:
seadas_8.1.0_mac_installer.sh.
- For example:
To install SeaDAS:
-
The Mac installer is a shell script. It can be executed in a terminal window with the following command line statement:
$ sh seadas_{version}_mac_installer.sh- For example:
$ sh seadas_8.1.0_mac_installer.sh
- For example:
-
Once the installer window launches, follow the instructions to complete the installation. The installer will ask where you wish the SeaDAS application to be installed:
{SEADAS_HOME}.
To run SeaDAS from a clickable Desktop browser window:
- Click on the file:
{SEADAS_HOME}/bin/seadas.app
To run SeaDAS from your Desktop task bar:
- Add the SeaDAS icon launcher to your Mac screen dock: Once SeaDAS is open, its icon will appear in your Mac screen Dock. To add SeaDAS to the dock, right click on the icon and select "Keep in Dock".
To run SeaDAS from within a terminal window (at the command line):
-
From within a terminal window, execute the following command line:
$ {SEADAS_HOME}/bin/seadas
-
Shortcut Option 1: Add
{SEADAS_HOME}/binto your environment path. Add the following line to your login file~/.profileor~/.bash_profile(replacing{SEADAS_HOME}with the actual directory path):export PATH={SEADAS_HOME}/bin:$PATH-
You can then run seadas with the following command line:
$ seadas
-
-
Shortcut Option 2: Add an alias to
{SEADAS_HOME}/binin your system environment. Add the following line to your login file~/.profileor~/.bash_profile(replacing{SEADAS_HOME}with the actual directory path):alias seadas={SEADAS_HOME}/bin/seadas-
You can then run seadas with the following command line:
$ seadas
-