User Tools

Site Tools


software:2017shwav

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:2017shwav [2017/09/15 04:09]
ljhwang
software:2017shwav [2017/09/19 17:09] (current)
ljhwang
Line 2: Line 2:
  
 [[software:​2017shwav:​Restaurants|Local Restaurants]] [[software:​2017shwav:​Restaurants|Local Restaurants]]
 +
 +----
 +
  
 ==== ObsPy and InstaSeis Tutorial ==== ==== ObsPy and InstaSeis Tutorial ====
Line 12: Line 15:
 ==== SW4 Tutorial ==== ==== SW4 Tutorial ====
  
 +==== IRIS Data Brick ====
  
-==== LVOC ====+Using the IRIS Data Brick at the workshop.
  
 +Many of the common FDSN web service clients allow setting the specific service locations. ​ For this workshop the service is at:
 +
 +http://​10.200.65.174:​8080/​fdsnws/​dataselect/​1 ​ (IP likely changing each day, updates will be posted)
 +or
 +http://​iris-dbserver.local:​8080/​fdsnws/​dataselect/​1 (.local not consistently working)
 +
 +__
 +What is on the data brick__? ​ Use the ‘summary’ endpoint:
 +
 +http://​10.200.65.174:​8080/​fdsnws/​dataselect/​1/​summary
 +
 +__Using with ObsPy__
 +
 +   from obspy.clients.fdsn import Client
 +   ​client = Client("​IRIS",​ service_mappings={
 +        '​dataselect':​ '​http://​10.200.65.174:​8080/​fdsnws/​dataselect/​1'​})
 +
 +__Using with FetchData__
 +
 +  $ FetchData -timeseriesws http://​10.200.65.174:​8080/​fdsnws/​dataselect/​1 ​
 +         <​data selection options here>
 +
 +----
 +
 +
 +==== LVOC ====
 +Orientation [[https://​computing.llnl.gov/​tutorials/​2017.09.18.CIG-LC_Orientation.pdf|pdf]]
 === Wifi === === Wifi ===
  
Line 29: Line 60:
 === Directories === === Directories ===
  
-Home directory:+Home directory: ​''/​g/​g13/​{username}'' ​
  
- ''/​g/​g13/​{username}'' ​for example: ''/​g/​g13/​class22''​+for example: ''/​g/​g13/​class22''​
  
-Scratch space directory: +Scratch space directory: ''/​p/​lscratchh/​{username}'' ​
- +
- ''/​p/​lscratchh/​{username}'' ​+
  
 Global read only directories:​ Global read only directories:​
Line 55: Line 84:
      ​sbatch -p pReserved jobscript      ​sbatch -p pReserved jobscript
    
 +List all jobs: 
 +    squeue 
 +List jobs for //​username//:​  
 +    squeue -u username 
 +Show all details for a selected job: 
 +    checkjob jobid 
 +Show job partitions:​ 
 +    sinfo -s 
 +Cancel selected job(s): 
 +    scancel jobid(s) ​  
 + === Modules === 
 +To see what is available:​ 
 +    module avail 
 +To load a package: 
 +    module load packagename 
 +=== Text editors === 
 +  * vi/vim 
 +  * emacs 
 +  * nedit 
 +  * gedit 
 +  * nano
software/2017shwav.1505448598.txt.gz · Last modified: 2017/09/15 04:09 by ljhwang