nit-standing-gramcharlier (539B)
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 = gram_charlier { 21 skewness=3.25 22 kurtosis=2.4 23 } 24 interpolation_order = 12 25 interpolation_nodes = 100 26 gram_charlier_order = 20 27 nsigma = 5 28 acf_interval = 10 29 } 30