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 Frequently Asked Questions / SeaDAS 7 FAQ / How do I setup command line execution
- By dshea Date 2013-05-30 17:32 Edited 2013-06-01 14:06
How do I setup command line execution

Add these lines to your .profile or .bashrc file to setup your shell's environment for command line processing:

export OCSSWROOT=<path-to-OCSSW-install-dir>
source $OCSSWROOT/OCSSW_bash.env
export PATH=$PATH:<path-to-seadas-install-dir>/bin

The default directory for <path-to-OCSSW-install-dir> if you installed the OCSSW Processing Programs using the SeaDAS GUI is:

<path-to-seadas-install-dir>/ocssw

The current location for <path-to-OCSSW-install-dir> used by SeaDAS is stored
in the SeaDAS configuration file (<path-to-seadas-install-dir>/config/seadas.config)
in the variable seadas.ocssw.root
Up Topic Frequently Asked Questions / SeaDAS 7 FAQ / How do I setup command line execution