Versions Compared

Key

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

...

  • event_name: Name of the event to generate realisations for.
  • realisation_count: Number of realisations to generate. Does not use the _RELXX naming scheme if this is 1.
  • gcmt_file: The path to the geonet cmt solution file.
  • type: The type of srf to be generated. Currently types 1 and 2 are supported.
  • version: Name of the perturbation version to use. Should be the name of the perturbation file without the .py extension
  • output_dir: Path to the directory to write realisation files to. Defaults to the current directory.
  • aggregate_file: A filepath to the location an aggregate file should be stored. There should not be a file already present at this location.
  • source_parameter: Values to be passed to be added to each realisation, specified in a file. The first argument should be the name of the value, the second the filepath to the space separated file containing the values. The file should have two columns, the name of a station source followed by the value for that stationsource, separated by some number of spaces. Pandas will automatically determine the type of the value. If multiple source parameters are required this argument should be repeated.
  • common_source_parameter: Values to be passed to be added to each realisation, specified on the command line. The first argument should be the name of the value, the second argument should be the value of the argument. Values are cast to int or float where possible, otherwise left as a string. If multiple source parameters are required this argument should be repeated.
  • vel_mod_1d: Path to a 1d velocity model profile to pass to the perturbation function.
  • vel_mod_1d_out: The directory perturbated 1d velocity models will be saved to.

...