Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For details of .srf, .stoch, .info file format, see File Formats Used On GMIn Ground Motion Simulation

Source Types

There are 6 types of SRF files that can be created. (Example SRF maps below were produced by plot_srf_map.py)

...

where, list.txt contains the name of fault (or event) and number of realizations (eg. AlpineF2K 47r) each line.

Inputs files:


Example realisation CSV files 

Step 2. 

Feed the realisation CSV file from Step 1 to realisation_to_srf.py script.

Code Block
python $gmsim/Pre-processing/srf_generation/input_file_generation/realisation_to_srf.py $REL_CSV

This produces an .srf and accompanying .stoch and .info file. See File Formats Used On GMIn Ground Motion Simulation for details of these files 

...