| | |
float dt= | time sampling interval
|
float fm=20.0 | dominant freq of Ricker wavelet
|
int ft=0 | first recorded time
|
int kt= | output px and pz component at kt
|
int nb=20 | thickness of PML ABC
|
int nob=(int)log2f(nt) | number of buffers, default=optimal value
|
int nt= | number of time steps
|
file p1= | auxiliary output file name
|
file p2= | auxiliary output file name
|
bool verb=n [y/n] | verbosity, if y, output px and pz
|
|