source: production/karratha_2005/export_results.py @ 1877

Last change on this file since 1877 was 1877, checked in by ole, 18 years ago

Karratha update

File size: 476 bytes
Line 
1import project, os
2
3from pyvolution.data_manager import sww2dem
4
5
6#name = project.outputname + '_0.0tide_notsunami'
7name = project.outputname + '_0.0tide' 
8
9sww2dem(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.