Skip to content

Commit 2371fb2

Browse files
committed
FEAT: update to latest code
1 parent c9a3dde commit 2371fb2

2 files changed

Lines changed: 40 additions & 20 deletions

File tree

tests/restarts/aether.first.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@
66
"dt" : 10.0},
77

88
"neuGrid" : {
9+
"Shape" : "sphere",
910
"nLons" : 12,
1011
"nLats" : 12,
11-
"nAlts" : 30},
12-
12+
"nAlts" : 30,
13+
"dAltScale" : 0.3,
14+
"IsUniformAlt" : false},
15+
1316
"ionGrid": {
14-
"dAltStretch": 0.2,
15-
"LatStretch": 1,
16-
"Shape": "dipole",
17+
"Shape": "sphere",
1718
"nLonsPerBlock": 18,
1819
"nLatsPerBlock" : 18,
1920
"nAlts":36,
20-
"LatMax":88,
21-
"MinAlt": 80.0,
22-
"MinApex": 125.0
23-
},
21+
"LatRange": [-90, 90],
22+
"AltRange": [100.0, 1000],
23+
"LonRange": [0.0, 360.0],
24+
"dAltScale" : 0.3,
25+
"IsUniformAlt" : false},
2426

2527
"StartTime" : [2011, 3, 20, 0, 0, 0],
2628
"EndTime" : [2011, 3, 20, 0, 5, 0],
@@ -30,6 +32,12 @@
3032
"DiffuseAurora" : "fta",
3133
"File": "UA/inputs/b20110320n_omni.bin"},
3234

35+
"InitialConditions" : {
36+
"type" : "msis"},
37+
38+
"BoundaryConditions" : {
39+
"type" : "msis"},
40+
3341
"OmniwebFiles" : ["UA/inputs/omni_20110319.txt"],
3442

3543
"Outputs" : {
@@ -38,6 +46,8 @@
3846

3947
"Restart" : {
4048
"do" : false,
41-
"dt" : 900.0}
49+
"dt" : 900.0},
50+
51+
"PlanetFile" : "UA/inputs/earth.in"
4252

4353
}

tests/restarts/aether.whole.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@
66
"dt" : 10.0},
77

88
"neuGrid" : {
9+
"Shape" : "sphere",
910
"nLons" : 12,
1011
"nLats" : 12,
11-
"nAlts" : 30},
12-
12+
"nAlts" : 30,
13+
"dAltScale" : 0.3,
14+
"IsUniformAlt" : false},
15+
1316
"ionGrid": {
14-
"dAltStretch": 0.2,
15-
"LatStretch": 1,
16-
"Shape": "dipole",
17+
"Shape": "sphere",
1718
"nLonsPerBlock": 18,
1819
"nLatsPerBlock" : 18,
1920
"nAlts":36,
20-
"LatMax":88,
21-
"MinAlt": 80.0,
22-
"MinApex": 125.0
23-
},
21+
"LatRange": [-90, 90],
22+
"AltRange": [100.0, 1000],
23+
"LonRange": [0.0, 360.0],
24+
"dAltScale" : 0.3,
25+
"IsUniformAlt" : false},
2426

2527
"StartTime" : [2011, 3, 20, 0, 0, 0],
2628
"EndTime" : [2011, 3, 20, 0, 10, 0],
@@ -30,6 +32,12 @@
3032
"DiffuseAurora" : "fta",
3133
"File": "UA/inputs/b20110320n_omni.bin"},
3234

35+
"InitialConditions" : {
36+
"type" : "msis"},
37+
38+
"BoundaryConditions" : {
39+
"type" : "msis"},
40+
3341
"OmniwebFiles" : ["UA/inputs/omni_20110319.txt"],
3442

3543
"Outputs" : {
@@ -38,6 +46,8 @@
3846

3947
"Restart" : {
4048
"do" : false,
41-
"dt" : 900.0}
49+
"dt" : 900.0},
50+
51+
"PlanetFile" : "UA/inputs/earth.in"
4252

4353
}

0 commit comments

Comments
 (0)