Skip to content

Commit 2cd37a5

Browse files
committed
BUG: need default to run on 1 processor
1 parent a0ee54e commit 2cd37a5

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

share/run/aether.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,20 @@
1313
"EndTime" : [2011, 3, 20, 0, 1, 0],
1414

1515
"neuGrid" : {
16-
"Shape": "sphere4",
16+
"Shape": "sphere",
1717
"nLonsPerBlock" : 20,
1818
"nLatsPerBlock" : 18,
1919
"nAlts" : 40,
2020
"dAltScale" : 0.3,
2121
"IsUniformAlt" : false},
2222

2323
"ionGrid": {
24-
"Shape": "dipole4",
24+
"Shape": "sphere",
2525
"nLonsPerBlock": 24,
26-
"nLatsPerBlock": 18,
26+
"nLatsPerBlock": 22,
2727
"nAlts": 50,
28-
"LatRange": [10, 80],
29-
"AltRange": [80.0, 1000],
30-
"LonRange": [0.0, 360.0]},
28+
"dAltScale" : 0.3,
29+
"IsUniformAlt" : false},
3130

3231
"OmniwebFiles" : ["UA/inputs/omni_20110319.txt"],
3332

0 commit comments

Comments
 (0)