Ignore:
Timestamp:
May 29, 2006, 3:39:03 PM (19 years ago)
Author:
ole
Message:

Stochastic plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/stochastic_study/plot_spread.py

    r3010 r3011  
    1515# Initialise
    1616# Read in all realisations-timeseries
    17 #study = 'cyclone1'
    18 study = 'nautilus3'
     17study = 'cyclone1'
     18study = 'cyclone3'
     19#study = 'nautilus3'
    1920
    2021time, data, filenames = read_realisations(study,
    21                                           max_realisations = 200,
    22                                           use_cache=True)
     22                                          #max_realisations = 200,
     23                                          gauge_number=2,
     24                                          use_cache=False)
    2325number_of_realisations = data.shape[1]
    24 
     26print 'Read %d realisations' %number_of_realisations
    2527
    2628# Plot
Note: See TracChangeset for help on using the changeset viewer.