Skip to content

Scripts and related materials for Uncertainty in Geo-science A Workshop on Hazard Analysis

Notifications You must be signed in to change notification settings

haghakhani/UQ_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UQ_workshop

Scripts and related materials for Uncertainty in Geo-science. A Workshop on Hazard Analysis Buffalo March 15-18 2016

Instruction to use

  1. Download the repository as a zip file from here: UQ_workshop
  2. Log in to your account at VHUB and open a new workspace
  3. Upload the zip file in your space at VHUB
  4. Unzip the file by running: unzip UQ_workshop-master.zip -d .
  5. Go to the directory by running: cd UQ_workshop-master/
  6. The next step is to install numpy library. First extract the source code folder by running: tar -xvf numpy-1.10.4.tar.gz
  7. Then got to the extracted folder by typing the following in the terminal: cd numpy-1.10.4/
  8. To install numpy you need to run the following command: python setup.py install --user
  9. Now go back to the main directory: cd ..
  10. Now you need to add the new installed library into your python path by: setenv PYTHONPATH $PWD:$PYTHONPATH
  11. Now you should be able to run the scripts as described in their instructions inside the python or ipython

About

Scripts and related materials for Uncertainty in Geo-science A Workshop on Hazard Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published