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. Multiple selection by –targets=waveforms,gnss,insar(default: –targets=waveforms)
-
--problem=PROBLEM
problem to generate: ‘dc’ (double couple), ‘rectangular’ (rectangular finite fault) or ‘dynamic_rupture’ for a dynamic rupture scenario. (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 the scenario in [km] (default: 100.0)
-
--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
-
--loglevel=LOGLEVEL
set logger level to “critical”, “error”, “warning”, “info”, or “debug”. Default is “info”.