source: trunk/anuga_work/development/carrier_greenspan/produce_results.py

Last change on this file was 8784, checked in by steve, 12 years ago

Changing to netcdf.py to run scientific python netcdf in preference to netcdf4

File size: 482 bytes
Line 
1#--------------------------------
2# import modules
3#--------------------------------
4from anuga_validation_tests.fabricate import **
5from validation_tests.utilities import run_validation_script
6
7
8# Setup the python scripts which produce the output for this
9# validation test
10def build():
11    run_validation_script('run_carrier_greenspan_numeric.py')
12    run_validation_script('plot_results.py')
13    run_validation_script('plot_origin.py')   
14
15def clean():
16    autoclean()
17
18main()
19
Note: See TracBrowser for help on using the repository browser.