Skip to content

Commit 6d5a5cc

Browse files
committed
FEAT: Make sphere4 the default neutral shape. This will require mpi!
1 parent 7b8f0de commit 6d5a5cc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

share/run/UA/inputs/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"EndTime" : [2011, 3, 20, 0, 10, 0],
7070

7171
"neuGrid" : {
72-
"Shape" : "sphere",
72+
"Shape" : "sphere4",
7373
"LatRange" : [-90.0, 90.0],
7474
"nLatsPerBlock" : 18,
7575
"LonRange" : [0.0, 360.0],

share/run/aether.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
"neuGrid" : {
1616
"Shape": "sphere4",
17-
"nLonsPerBlock" : 24,
18-
"nLatsPerBlock" : 22,
19-
"nAlts" : 40,
17+
"nLonsPerBlock" : 24,
18+
"nLatsPerBlock" : 22,
19+
"nAlts" : 40,
2020
"dAltScale" : 0.25,
2121
"IsUniformAlt" : false},
2222

@@ -35,6 +35,7 @@
3535
"Potential" : "Weimer05",
3636
"DiffuseAurora" : "fta",
3737
"File": "UA/inputs/b20110320n_omni.bin"},
38+
3839
"Outputs" : {
3940
"type" : ["states", "grid"],
4041
"dt" : [900, -1] },

0 commit comments

Comments
 (0)