Skip to content

Commit f881596

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

examples/elm-pb/data-nonlinear/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
@@ -156,8 +156,8 @@ include_rmp = false # Read RMP data from grid file
156156
simple_rmp = false # Enable/disable a simple model of RMP
157157
rmp_n = 3 # Toroidal mode number
158158
rmp_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
161161
rmp_polwid = -1.0 # Width of Gaussian factor (< 0 = No Gaussian)
162162
rmp_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

Comments
 (0)