Skip to content

Commit ef641ee

Browse files
committed
UPDATED to latest
1 parent 40063d7 commit ef641ee

File tree

1 file changed

+24
-36
lines changed

1 file changed

+24
-36
lines changed

tests/restart_ensembles/aether.json.whole

Lines changed: 24 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,61 +7,49 @@
77
"f107" : { "Mean" : 1.0,
88
"Std" : 0.1,
99
"Add" : false,
10-
"Constant" : true},
11-
"f107a" : { "Mean" : 1.0,
12-
"Std" : 0.02,
13-
"Add" : false,
14-
"Constant" : true}},
10+
"Constant" : true}},
1511

1612
"Restart" : {
1713
"do" : false,
18-
"OutDir" : "UA/restartOut",
19-
"InDir" : "UA/restartIn",
20-
"dt" : 3600.0},
14+
"dt" : 900.0},
2115

2216
"Debug" : {
23-
"iVerbose" : 0,
24-
"iFunctionVerbose" : {
25-
"Grid::create_altitudes": 0},
26-
"dt" : 10.0,
27-
"check_for_nans" : false
28-
},
17+
"iVerbose" : 0},
2918

19+
"StartTime" : [2011, 3, 20, 0, 0, 0],
3020
"EndTime" : [2011, 3, 20, 0, 10, 0],
3121

32-
"GeoBlockSize" : {
33-
"nLons" : 18,
34-
"nLats" : 18,
35-
"nAlts" : 50},
36-
37-
"GeoGrid" : {
38-
"dAlt" : 0.25,
39-
"IsUniformAlt" : false},
22+
"neuGrid" : {
23+
"nLons" : 12,
24+
"nLats" : 12,
25+
"nAlts" : 30},
26+
27+
"ionGrid": {
28+
"dAltStretch": 0.2,
29+
"LatStretch": 1,
30+
"Shape": "dipole",
31+
"nLonsPerBlock": 18,
32+
"nLatsPerBlock" : 18,
33+
"nAlts":36,
34+
"LatMax":88,
35+
"MinAlt": 80.0,
36+
"MinApex": 125.0},
4037

4138
"InitialConditions" : {
4239
"type" : "msis"},
4340

4441
"BoundaryConditions" : {
4542
"type" : "msis"},
4643

47-
"Advection" : {
48-
"Neutrals" : {
49-
"Vertical" : "hydro",
50-
"Horizontal" : "default"},
51-
"Ions" : {
52-
"Along" : "rusanov",
53-
"Across" : "default"} },
44+
"Electrodynamics" : {
45+
"Potential" : "Weimer05",
46+
"DiffuseAurora" : "fta",
47+
"File": "UA/inputs/b20110320n_omni.bin"},
5448

5549
"OmniwebFiles" : ["UA/inputs/omni_20110319.txt"],
56-
57-
"ElectrodynamicsFile" : "UA/inputs/b20110320n_omni.bin",
5850

5951
"Outputs" : {
6052
"type" : ["states"],
61-
"dt" : [900] },
62-
63-
"DoCalcBulkIonTemp" : false,
64-
65-
"PlanetFile" : "UA/inputs/earth.in"
53+
"dt" : [60] }
6654

6755
}

0 commit comments

Comments
 (0)