We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d739fc9 commit d2c7003Copy full SHA for d2c7003
1 file changed
tests/acheron/run_test.sh
@@ -4,6 +4,24 @@ PLOTTER=~/Software/PyITM/bin/plot_alt_wpolar.py
4
5
rm -rf ./run.test_*
6
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
25
# ----------------------------------------------------------------------
26
# run the acheron test:
27
0 commit comments