Ignore:
Timestamp:
Oct 11, 2005, 5:02:29 PM (19 years ago)
Author:
ole
Message:

Tried different gauges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/karratha_2005/get_timeseries.py

    r1893 r1896  
    1010#swwfile = project.outputdir + 'karratha_100m_12m.sww'
    1111
    12 #MOST Boundary
     12#MOST Boundary directly north of Legendre island
    1313y = project.north
    14 x = (project.west + project.east)/2
    15 
     14x = (project.p3[1] + project.p4[1])/2   #?????//
    1615z, easting, northing  = redfearn(y, x)
    1716
     
    4443           'interpolation_points': gauges,
    4544           'verbose': True},
     45          compression = False,
    4646          dependencies = [swwfile],
    4747          verbose = True)
     
    6262    hold(False)
    6363    plot(model_time, model_values, '-b')
    64     name = 'Gauge_%d' %k
     64    name = 'Gauge_%d: %s' %(k, str(g))
    6565    title(name)
    66     savefig(name, dpi = 300)
     66   
     67    savefig('Gauge_%d' %k)
    6768
    6869    raw_input('Next')
Note: See TracChangeset for help on using the changeset viewer.