How to install LOAM on a local machine: 1a.SETUP on a local machine: 1.1 Create a sub-directory for your model. 1.2 While in the new sub-directory, run the following commands: ln -s /home/naomi/work/LOAM/NEW . mkdir output DATA lpl cp NEW/Makefile NEW/simple NEW/simple.tios NEW/simple.ing NEW/simple.ming . pmake 1b.SETUP on a non-local SGI machine: mkdir output DATA lpl pmake 2.RUN MODEL: 2.0 Run the model: "loam4 -i simple -t simple.tios &" (it may take a while... ~1.5 hours) 2.1 Monitor simple.cpu during run (you can use: "see simple.cpu" command) 2.2 Check the files simple.tr and simple.log to verify the run. 3.LOOK AT OUTPUT: 3.0 Run: "tios -f output/simple -i simple.ing" - to generate plots. or "tios -f output/simple -i less_simple.ing" - for fancier plots. 3.1 Preview the plots: "gs lpl/simple.0*", or "ssgs lpl/simple.0*" 3.2 Print the plots: "ss -dlwII duplex 3x4 sc16 end lpl/simple.0*" 3.3 Run the movie: "tios -f output/simple -i simple.ming" Now ask your questions.... Naomi and Senya