Skip to content

Commit 3233b5d

Browse files
committed
[FEAT]: Add dipole grid options to json settings files
- not all ionGrid options are used for sphere/dipole grid. I'll add a doc page on this in the next commit...
1 parent 06c9d7a commit 3233b5d

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

share/run/UA/inputs/defaults.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,11 @@
8585
"nLonsPerBlock" : 36,
8686
"nAlts" : 200,
8787
"MinAlt" : 80.0,
88-
"MinApex" : 120.0,
89-
"MaxAlt" : 5000.0},
88+
"MinApex" : 120.0,
89+
"MaxAlt" : 5000.0,
90+
"LatMax":88.0,
91+
"LineSpacing":0.2,
92+
"LatStretch":6.0},
9093

9194
"Oblate" : {
9295
"isOblate" : false,

share/run/aether.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@
2525
"dAltScale" : 0.25,
2626
"IsUniformAlt" : false},
2727

28-
"ionGrid" : {
29-
"AltFile" : "",
30-
"IsUniformAlt" : false,
31-
"dAltScale" : 0.5},
28+
"ionGrid": {
29+
"dAltScale": 0.2,
30+
"LatStretch": 6,
31+
"Shape": "dipole",
32+
"nLatsPerBlock" : 22,
33+
"nAlts":159,
34+
"LatMax":88,
35+
"MinAlt":100.0,
36+
"MinApex":150.0
37+
},
3238

3339
"OmniwebFiles" : ["UA/inputs/omni_20110319.txt"],
3440

0 commit comments

Comments
 (0)