# forward or adjoint simulation SIMULATION_TYPE = 1 # 1 = forward, 2 = adjoint, 3 = both simultaneously NOISE_TOMOGRAPHY = 0 # 0 = earthquake simulation, 1/2/3 = three steps in noise simulation SAVE_FORWARD = .false. # UTM projection parameters UTM_PROJECTION_ZONE = 16 SUPPRESS_UTM_PROJECTION = .false. # number of MPI processors NPROC = 4 # time step parameters NSTEP = 2000 DT = 0.03 # parameters describing the model OCEANS = .false. TOPOGRAPHY = .false. ATTENUATION = .false. USE_OLSEN_ATTENUATION = .false. ANISOTROPY = .false. # absorbing boundary conditions for a regional simulation ABSORBING_CONDITIONS = .true. # save AVS or OpenDX movies MOVIE_SURFACE = .true. MOVIE_VOLUME = .false. NTSTEP_BETWEEN_FRAMES = 200 CREATE_SHAKEMAP = .false. SAVE_DISPLACEMENT = .false. USE_HIGHRES_FOR_MOVIES = .false. HDUR_MOVIE = 0.0 # save AVS or OpenDX mesh files to check the mesh SAVE_MESH_FILES = .true. # path to store the local database file on each node LOCAL_PATH = ../in_out_files/DATABASES_MPI # interval at which we output time step info and max of norm of displacement NTSTEP_BETWEEN_OUTPUT_INFO = 500 # interval in time steps for writing of seismograms NTSTEP_BETWEEN_OUTPUT_SEISMOS = 10000 # interval in time steps for reading adjoint traces NTSTEP_BETWEEN_READ_ADJSRC = 0 # 0 = read the whole adjoint sources at the same time # print source time function PRINT_SOURCE_TIME_FUNCTION = .false.