Skip to content

Commit d2c7003

Browse files
committed
FEAT: add aligned dipole test
1 parent d739fc9 commit d2c7003

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/acheron/run_test.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ PLOTTER=~/Software/PyITM/bin/plot_alt_wpolar.py
44

55
rm -rf ./run.test_*
66

7+
# ----------------------------------------------------------------------
8+
# run the idealized acheron test:
9+
10+
cp -R ../../share/run ./run.test_acheron_ideal
11+
cd run.test_acheron_ideal
12+
cp ../aether.json.ideal ./aether.json
13+
mpirun -np 4 ./aether
14+
15+
# post process and plot:
16+
cd UA/output
17+
~/bin/postAether.py -rm
18+
19+
# This assumes pyitm is installed and the plotter is in the bin directory:
20+
${PLOTTER} -var=Tn -alt=1300 3DALG_20110320_001000.nc
21+
${PLOTTER} -var=O+ -alt=1100 3DALM_20110320_001000.nc
22+
# into test directory
23+
cd ../../..
24+
725
# ----------------------------------------------------------------------
826
# run the acheron test:
927

0 commit comments

Comments
 (0)