Skip to content

Commit

Permalink
FEAT: test for hdf5 files
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjridley committed Aug 9, 2023
1 parent 1e7ff17 commit dce1470
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/hdf5/run_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

# simple test to make sure that the hdf5 output and plotting works ok!

rm -rf run.hdf5

cp -r ../../share/run ./run.hdf5
cd run.hdf5
mpirun -np 4 ./aether

cd UA/output

../../../../../srcPython/postAether.py -rm -hdf5
~/bin/run_plot_block_model_results.py -var=Temperature -alt=30 3DALL_20110320_001000.hdf5

ls

0 comments on commit dce1470

Please sign in to comment.