Skip to content

Commit e12e25e

Browse files
committed
FEAT: Make ortho dipole4 the default ionGrid in settings files
1 parent 3bcd3fa commit e12e25e

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

share/run/UA/inputs/defaults.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,14 @@
7979
"IsUniformAlt" : true,
8080
"AltFile" : ""},
8181

82-
"ionGrid" : {
83-
"Shape" : "dipole4",
84-
"nLatsPerBlock" : 18,
85-
"LonRange" : [0.0, 360.0],
86-
"LatRange" : [85.0, 360.0],
87-
"AltRange" : [0.0, 360.0],
88-
"nLonsPerBlock" : 22,
89-
"nAlts" : 50,
90-
"MinAlt" : 80.0,
91-
"MinApex" : 120.0,
92-
"LatMax":88.0,
93-
"LatStretch":1.0,
94-
"dAltStretch" : 0.6},
82+
"ionGrid": {
83+
"Shape": "dipole4",
84+
"nLonsPerBlock": 14,
85+
"nLatsPerBlock" : 20,
86+
"nAlts":30,
87+
"AltRange":[80,1500],
88+
"LatRange":[7, 87]
89+
},
9590

9691
"Oblate" : {
9792
"isOblate" : false,

0 commit comments

Comments
 (0)