Skip to content

Commit 02d7bb1

Browse files
committed
PARAM.in.testSCE: added description for SCE-related commands.
1 parent 00af8df commit 02d7bb1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Param/PARAM.in.testSCE

+11-11
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ STOP
2626
3 iMonth
2727
17 iDay
2828
00 iHour
29-
30 iMinute
29+
10 iMinute
3030
0 iSecond
3131
0.0 FracSecond
3232

@@ -158,22 +158,22 @@ T FixedPolarBoundary ! Whether to use a fixed polar boundary (field line end p
158158
****************** SCE BLOCK ******************
159159

160160
#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
165165

166166
#SOLVER
167-
GMRES NameSolver
167+
GMRES NameSolver ! Choose a solver for electric potential calculation (GMRES or bicgstab)
168168

169169
#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
174174

175175
#BOUNDARY
176-
50.0 LatBoundary
176+
50.0 LatBoundary ! Set the lower-latitude boundary for the electric potential solver
177177

178178
***********************************************
179179

0 commit comments

Comments
 (0)