@@ -95,7 +95,7 @@ bm_exb_flag = 0
9595bm_mag_flag = 0
9696##################################################################
9797withflow = false # With flow or not
98- D_0 = 130000 # differential potential
98+ D_0 = 1.3e5 # differential potential
9999D_s = 20 # shear parameter
100100K_H_term = false # Contain K-H term
101101sign = -1 # flow direction
@@ -128,8 +128,8 @@ include_rmp = false # Read RMP data from grid file
128128simple_rmp = false # Enable/disable a simple model of RMP
129129rmp_n = 3 # Toroidal mode number
130130rmp_m = 6 # Poloidal mode number
131- rmp_factor = 0.0001 # Amplitude of Apar [Tm]
132- rmp_ramp = 0.0001 # Timescale [s] of ramp
131+ rmp_factor = 1.e-4 # Amplitude of Apar [Tm]
132+ rmp_ramp = 1.e-4 # Timescale [s] of ramp
133133rmp_polwid = -1.0 # Width of Gaussian factor (< 0 = No Gaussian)
134134rmp_polpeak = 0.5 # Y location of maximum (fraction)
135135
@@ -141,9 +141,9 @@ vacuum_trans = 0.01 # transition width (fraction of P)
141141
142142## Resistivity and Hyper-resistivity
143143
144- vac_lund = 100000000.0 # Lundquist number in vacuum (negative -> infinity)
145- core_lund = 100000000.0 # Lundquist number in core (negative -> infinity)
146- hyperresist = 0.0001 # Hyper-resistivity coefficient (like 1 / Lundquist number)
144+ vac_lund = 1.e8 # Lundquist number in vacuum (negative -> infinity)
145+ core_lund = 1.e8 # Lundquist number in core (negative -> infinity)
146+ hyperresist = 1.e-4 # Hyper-resistivity coefficient (like 1 / Lundquist number)
147147
148148## Inner boundary damping
149149
0 commit comments