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 | #-------------------------------- |
---|
4 | from anuga_validation_tests.fabricate import ** |
---|
5 | from validation_tests.utilities import run_validation_script |
---|
6 | |
---|
7 | |
---|
8 | # Setup the python scripts which produce the output for this |
---|
9 | # validation test |
---|
10 | def 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 | |
---|
15 | def clean(): |
---|
16 | autoclean() |
---|
17 | |
---|
18 | main() |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.