File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 26
26
3 iMonth
27
27
17 iDay
28
28
00 iHour
29
- 30 iMinute
29
+ 10 iMinute
30
30
0 iSecond
31
31
0.0 FracSecond
32
32
@@ -158,22 +158,22 @@ T FixedPolarBoundary ! Whether to use a fixed polar boundary (field line end p
158
158
****************** SCE BLOCK ******************
159
159
160
160
#IONOSPHERE
161
- 7 ConductanceModel
162
- 2.5 StarLightPedConductance
163
- F DoUseFullSpec
164
- F DoSaveGLOWConductivity
161
+ 7 ConductanceModel ! choose conductance method: 7--use Robinson's formula; 9--use GLOW model (parallized)
162
+ 2.5 StarLightPedConductance ! set up the background Pedersen conductance
163
+ F DoUseFullSpec ! Whether to pass the full energy spectrum of precipitating flux to GLOW model
164
+ F DoSaveGLOWConductivity ! Whether to output the GLOW result of height-dependent profiles
165
165
166
166
#SOLVER
167
- GMRES NameSolver
167
+ GMRES NameSolver ! Choose a solver for electric potential calculation (GMRES or bicgstab)
168
168
169
169
#KRYLOV
170
- T UsePreconditioner
171
- T UseInitialGuess
172
- 0.01 Tolerance
173
- 100 MaxIteration
170
+ T UsePreconditioner ! Whether to use Preconditioner in the Krylov solver
171
+ T UseInitialGuess ! Whether to use an initial guess
172
+ 0.01 Tolerance ! Set the tolerance parameter for the secodn norm of the residual
173
+ 100 MaxIteration ! Set the maximum iteraction of the solver
174
174
175
175
#BOUNDARY
176
- 50.0 LatBoundary
176
+ 50.0 LatBoundary ! Set the lower-latitude boundary for the electric potential solver
177
177
178
178
***********************************************
179
179
You can’t perform that action at this time.
0 commit comments