scenario¶
- scenario¶
Create a forward-modelled scenario project.
Usage¶
grond scenario [options] <projectdir>
Options¶
- -h, --help
show this help message and exit
- --targets=TARGETS
forward modelling targets for the scenario. Select from: waveforms, gnss and insar. (default: –targets=waveforms, multiple selection by –targets=waveforms,gnss,insar)
- --problem=PROBLEM
problem to generate: ‘dc’ (double couple) or ‘rectangular’ (rectangular finite fault) (default: ‘cmt’)
- --magnitude-range=MAGNITUDE_RANGE
Magnitude range min_mag-max_mag (default: [6.0, 7.0])
- --nstations=NSTATIONS
number of seismic stations to create (default: 20)
- --gnss_nstations=GNSS_NSTATIONS
number of GNSS campaign stations to create (default: 20)
- --nevents=NEVENTS
number of events to create (default: 1)
- --lat=LAT
center latitude of the scenario (default: 41.0)
- --lon=LON
center latitude of the scenario (default: 33.3)
- --radius=RADIUS
radius of the scenario in [km] (default: 100.0)
- --source-radius=SOURCE_RADIUS
radius of the source area in [km] (default: 10.0)
- --stations-paths=STATIONS_PATHS
paths to a Pyrocko station file, seperated by ‘,’(default: none)
- --stationxml-paths=STATIONXML_PATHS
paths to StationXML files, seperated by ‘,’(default: none)
- --gf-waveforms=STORE_WAVEFORMS
Green’s function store for waveform modelling, (default: crust2_ib)
- --gf-static=STORE_STATICS
Green’s function store for static modelling, (default: crust2_ib_static)
- --force
overwrite existing project folder.
- --gf-store-superdirs=GF_STORE_SUPERDIRS
Comma-separated list of directories containing GF stores
- --no-map
suppress generation of map
- --rebuild
Rebuild a manually configured grond scenario
- --loglevel=LOGLEVEL
set logger level to “critical”, “error”, “warning”, “info”, or “debug”. Default is “info”.