Skip to content

Commit

Permalink
BUG: get 2d test runs to work also
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjridley committed Nov 1, 2024
1 parent 3f38132 commit 1a17122
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions tests/2d_alt/aether.json.2d
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"iVerbose" : 0,
"iFunctionVerbose" : {
"Grid::create_altitudes": 0,
"Electrodynamics::update":0},
"Electrodynamics::update":0,
"Electrodynamics::set_all_indices_for_ie" : 0,
"read_and_store_indices": 0},
"TimingPercent" : 1.0,
"dt" : 10.0,
"check_for_nans" : true
Expand All @@ -19,15 +21,15 @@

"neuGrid" : {
"Shape" : "sphere",
"nLatsPerBlock" : 50,
"nLonsPerBlock" : 50,
"nLatsPerBlock" : 36,
"nLonsPerBlock" : 72,
"nAlts" : 1,
"MinAlt" : 100.0},

"ionGrid" : {
"Shape" : "sphere",
"nLatsPerBlock" : 50,
"nLonsPerBlock" : 44,
"nLatsPerBlock" : 36,
"nLonsPerBlock" : 72,
"nAlts" : 1,
"MinAlt" : 100.0},

Expand All @@ -49,6 +51,8 @@
"Potential" : "Weimer05",
"DiffuseAurora" : "fta",
"File": "UA/inputs/b20110320n_omni.bin"},

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

"Outputs" : {
"type" : ["states"],
Expand Down
4 changes: 2 additions & 2 deletions tests/2d_alt/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ cp ../aether.json.2d ./aether.json

cd UA/output

~/bin/postAether.py -rm -alt=-1
~/bin/aether_plot.py -var=Temperature -alt=2 3DALL_20110320_010000.nc
~/bin/postAether.py -rm
~/bin/aether_plot.py -var=Temperature_neutral -alt=2 3DALL_20110320_010000.nc

0 comments on commit 1a17122

Please sign in to comment.