@@ -117,7 +117,7 @@ bm_exb_flag = 0
117117bm_mag_flag = 0
118118##################################################################
119119withflow = false # With flow or not
120- D_0 = 130000 # differential potential
120+ D_0 = 1.3e5 # differential potential
121121D_s = 20 # shear parameter
122122K_H_term = false # Contain K-H term
123123sign = -1 # flow direction
@@ -156,8 +156,8 @@ include_rmp = false # Read RMP data from grid file
156156simple_rmp = false # Enable/disable a simple model of RMP
157157rmp_n = 3 # Toroidal mode number
158158rmp_m = 6 # Poloidal mode number
159- rmp_factor = 0.0001 # Amplitude of Apar [Tm]
160- rmp_ramp = 0.0001 # Timescale [s] of ramp
159+ rmp_factor = 1.e-4 # Amplitude of Apar [Tm]
160+ rmp_ramp = 1.e-4 # Timescale [s] of ramp
161161rmp_polwid = -1.0 # Width of Gaussian factor (< 0 = No Gaussian)
162162rmp_polpeak = 0.5 # Y location of maximum (fraction)
163163
@@ -169,9 +169,9 @@ vacuum_trans = 0.01 # transition width (fraction of P)
169169
170170## Resistivity and Hyper-resistivity
171171
172- vac_lund = 100000000.0 # Lundquist number in vacuum (negative -> infinity)
173- core_lund = 100000000.0 # Lundquist number in core (negative -> infinity)
174- hyperresist = 0.0001 # Hyper-resistivity coefficient (like 1 / Lundquist number)
172+ vac_lund = 1.e8 # Lundquist number in vacuum (negative -> infinity)
173+ core_lund = 1.e8 # Lundquist number in core (negative -> infinity)
174+ hyperresist = 1.e-4 # Hyper-resistivity coefficient (like 1 / Lundquist number)
175175
176176## Inner boundary damping
177177
0 commit comments