next up previous [pdf]

Next: Generating this document Up: GEO 365N/384S Seismic Data Previous: GEO 365N/384S Seismic Data

Prerequisites

Completing the computational part of this homework assignment requires

To do the assignment on your personal computer, you need to install the required environments.

To setup the Madagascar environment in the JGB 3.216B computer lab, run the following commands:

module load madagascar-devel
source $RSFROOT/share/madagascar/etc/env.csh
setenv DATAPATH $HOME/data/
setenv RSFBOOK $HOME/data/book
setenv RSFFIGS $HOME/data/figs
You can put these commands in your $HOME/.cshrc file to run them automatically at login time.

To setup the LATEX environment, run the following commands:

cd
git clone https://github.com/SEGTeX/texmf.git
texhash
You only need to do it once.

The homework code is available from the class repository by running

svn co https://github.com/GEO384S/geo384s/trunk/hw5
You can also download it from your team's private repository.




2016-08-17