File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ PLOTTER=~/Software/PyITM/bin/plot_alt_wpolar.py
44
55rm -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
You can’t perform that action at this time.
0 commit comments