From 1a17122cb2162cc51ce953759799e4ab9c8da0cf Mon Sep 17 00:00:00 2001 From: Aaron Ridley Date: Fri, 1 Nov 2024 12:31:02 -0400 Subject: [PATCH] BUG: get 2d test runs to work also --- tests/2d_alt/aether.json.2d | 14 +++++++++----- tests/2d_alt/run_test.sh | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/tests/2d_alt/aether.json.2d b/tests/2d_alt/aether.json.2d index bd8e19cc..545e9037 100644 --- a/tests/2d_alt/aether.json.2d +++ b/tests/2d_alt/aether.json.2d @@ -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 @@ -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}, @@ -49,6 +51,8 @@ "Potential" : "Weimer05", "DiffuseAurora" : "fta", "File": "UA/inputs/b20110320n_omni.bin"}, + + "OmniwebFiles" : ["UA/inputs/omni_20110319.txt"], "Outputs" : { "type" : ["states"], diff --git a/tests/2d_alt/run_test.sh b/tests/2d_alt/run_test.sh index 2d625a82..a0f71093 100755 --- a/tests/2d_alt/run_test.sh +++ b/tests/2d_alt/run_test.sh @@ -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