source:
production/karratha_2005/export_results.py
@
1877
Last change on this file since 1877 was 1877, checked in by ole, 18 years ago | |
---|---|
File size: 476 bytes |
Line | |
---|---|
1 | import project, os |
2 | |
3 | from pyvolution.data_manager import sww2dem |
4 | |
5 | |
6 | #name = project.outputname + '_0.0tide_notsunami' |
7 | name = project.outputname + '_0.0tide' |
8 | |
9 | sww2dem(name, basename_out = name+'_crop', |
10 | quantity = 'depth', |
11 | cellsize = 10, |
12 | easting_min = 465646, |
13 | easting_max = 480286, |
14 | northing_min = 7712865, |
15 | northing_max = 7724233, |
16 | reduction = max, |
17 | verbose = True, |
18 | format = 'ers') |
19 |
Note: See TracBrowser
for help on using the repository browser.