Skip to content

Commit 5708ae0

Browse files
authored
Prefer scientific notation
1 parent aa0c454 commit 5708ae0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

examples/elm-pb/data-hypre/BOUT.inp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ bm_exb_flag = 0
117117
bm_mag_flag = 0
118118
##################################################################
119119
withflow = false # With flow or not
120-
D_0 = 130000 # differential potential
120+
D_0 = 1.3e5 # differential potential
121121
D_s = 20 # shear parameter
122122
K_H_term = false # Contain K-H term
123123
sign = -1 # flow direction
@@ -150,8 +150,8 @@ include_rmp = false # Read RMP data from grid file
150150
simple_rmp = false # Enable/disable a simple model of RMP
151151
rmp_n = 3 # Toroidal mode number
152152
rmp_m = 6 # Poloidal mode number
153-
rmp_factor = 0.0001 # Amplitude of Apar [Tm]
154-
rmp_ramp = 0.0001 # Timescale [s] of ramp
153+
rmp_factor = 1.e-4 # Amplitude of Apar [Tm]
154+
rmp_ramp = 1.e-4 # Timescale [s] of ramp
155155
rmp_polwid = -1.0 # Width of Gaussian factor (< 0 = No Gaussian)
156156
rmp_polpeak = 0.5 # Y location of maximum (fraction)
157157

@@ -163,9 +163,9 @@ vacuum_trans = 0.01 # transition width (fraction of P)
163163

164164
## Resistivity and Hyper-resistivity
165165

166-
vac_lund = 100000000.0 # Lundquist number in vacuum (negative -> infinity)
167-
core_lund = 100000000.0 # Lundquist number in core (negative -> infinity)
168-
hyperresist = 0.0001 # Hyper-resistivity coefficient (like 1 / Lundquist number)
166+
vac_lund = 1.e8 # Lundquist number in vacuum (negative -> infinity)
167+
core_lund = 1.e8 # Lundquist number in core (negative -> infinity)
168+
hyperresist = 1.e-4 # Hyper-resistivity coefficient (like 1 / Lundquist number)
169169

170170
## Inner boundary damping
171171

0 commit comments

Comments
 (0)