nit-standing-skewnormal (535B)
1 no_seed = 1 2 out_grid = (200,40,40) 3 4 model = AR 5 ar_model = { 6 acf = { 7 func = standing_wave 8 grid = (10,10,10) : (2.5,5,5) 9 } 10 least_squares = 0 11 order = (7,7,7) 12 } 13 verification = manual 14 velocity_potential_solver = high_amplitude { 15 wnmax = from (0,0) to (0,0.25) npoints (2,2) 16 depth = 12 17 domain = from (10,-12) to (10,3) npoints (1,128) 18 } 19 transform = nit { 20 distribution = skew_normal { 21 mean=0 22 stdev=1 23 alpha=1 24 } 25 interpolation_order = 12 26 interpolation_nodes = 100 27 gram_charlier_order = 20 28 nsigma = 5 29 acf_interval = 10 30 } 31