Changeset 3011 for development/stochastic_study/plot_spread.py
- Timestamp:
- May 29, 2006, 3:39:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
development/stochastic_study/plot_spread.py
r3010 r3011 15 15 # Initialise 16 16 # Read in all realisations-timeseries 17 #study = 'cyclone1' 18 study = 'nautilus3' 17 study = 'cyclone1' 18 study = 'cyclone3' 19 #study = 'nautilus3' 19 20 20 21 time, 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) 23 25 number_of_realisations = data.shape[1] 24 26 print 'Read %d realisations' %number_of_realisations 25 27 26 28 # Plot
Note: See TracChangeset
for help on using the changeset viewer.