nit-propagating-none (434B)
1 no_seed = 1 2 out_grid = (200,40,40) 3 4 model = MA 5 ma_model = { 6 acf = { 7 func = propagating_wave 8 grid = (20,10,10) : (10,5,5) 9 } 10 order = (20,10,10) 11 algorithm = fixed_point_iteration 12 max_iterations = 1000 13 eps = 1e-5 14 min_var_wn = 1e-6 15 } 16 verification = manual 17 velocity_potential_solver = high_amplitude { 18 wnmax = from (0,0) to (0,0.25) npoints (2,2) 19 depth = 12 20 domain = from (10,-12) to (10,3) npoints (1,128) 21 } 22 transform = none