Changeset 1896
- Timestamp:
- Oct 11, 2005, 5:02:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/karratha_2005/get_timeseries.py
r1893 r1896 10 10 #swwfile = project.outputdir + 'karratha_100m_12m.sww' 11 11 12 #MOST Boundary 12 #MOST Boundary directly north of Legendre island 13 13 y = project.north 14 x = (project.west + project.east)/2 15 14 x = (project.p3[1] + project.p4[1])/2 #?????// 16 15 z, easting, northing = redfearn(y, x) 17 16 … … 44 43 'interpolation_points': gauges, 45 44 'verbose': True}, 45 compression = False, 46 46 dependencies = [swwfile], 47 47 verbose = True) … … 62 62 hold(False) 63 63 plot(model_time, model_values, '-b') 64 name = 'Gauge_%d ' %k64 name = 'Gauge_%d: %s' %(k, str(g)) 65 65 title(name) 66 savefig(name, dpi = 300) 66 67 savefig('Gauge_%d' %k) 67 68 68 69 raw_input('Next')
Note: See TracChangeset
for help on using the changeset viewer.