Skip to content

Commit 9ea7544

Browse files
committed
BUG: need sphere4 to go along with dipole4
1 parent f4c319f commit 9ea7544

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

share/run/aether.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@
88
"iFunctionVerbose" : {
99
"Grid::create_altitudes": 0},
1010
"dt" : 10.0,
11-
"check_for_nans" : false
12-
},
11+
"check_for_nans" : false},
1312

1413
"EndTime" : [2011, 3, 20, 0, 10, 0],
1514

16-
"GeoBlockSize" : {
17-
"nLons" : 18,
18-
"nLats" : 18,
19-
"nAlts" : 50},
20-
2115
"neuGrid" : {
16+
"Shape": "sphere4",
2217
"nLonsPerBlock" : 24,
2318
"nLatsPerBlock" : 22,
2419
"nAlts" : 40,
@@ -28,12 +23,11 @@
2823
"ionGrid": {
2924
"Shape": "dipole4",
3025
"nLonsPerBlock": 36,
31-
"nLatsPerBlock" : 18,
32-
"nAlts":36,
33-
"LatRange":[10, 80],
34-
"AltRange":[80.0, 1000],
35-
"LonRange" : [0.0, 360.0]
36-
},
26+
"nLatsPerBlock": 18,
27+
"nAlts": 50,
28+
"LatRange": [10, 80],
29+
"AltRange": [80.0, 1000],
30+
"LonRange": [0.0, 360.0] },
3731

3832
"OmniwebFiles" : ["UA/inputs/omni_20110319.txt"],
3933

0 commit comments

Comments
 (0)