Skip to content

Commit 2bc063f

Browse files
authored
Prefer scientific notation
1 parent f881596 commit 2bc063f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

examples/elm-pb/data/BOUT.inp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bm_exb_flag = 0
9595
bm_mag_flag = 0
9696
##################################################################
9797
withflow = false # With flow or not
98-
D_0 = 130000 # differential potential
98+
D_0 = 1.3e5 # differential potential
9999
D_s = 20 # shear parameter
100100
K_H_term = false # Contain K-H term
101101
sign = -1 # flow direction
@@ -128,8 +128,8 @@ include_rmp = false # Read RMP data from grid file
128128
simple_rmp = false # Enable/disable a simple model of RMP
129129
rmp_n = 3 # Toroidal mode number
130130
rmp_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
133133
rmp_polwid = -1.0 # Width of Gaussian factor (< 0 = No Gaussian)
134134
rmp_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

Comments
 (0)