Changeset 3011 for development/stochastic_study
- Timestamp:
- May 29, 2006, 3:39:03 PM (19 years ago)
- Location:
- development/stochastic_study
- Files:
-
- 2 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 -
development/stochastic_study/project.py
r3009 r3011 32 32 33 33 #std_dev = 0.0026 #Range is 26.035 cm 34 std_dev = 0.0013 #Range is 26.035 cm 35 #std_dev = 0.0006 #Range is 26.035 cm 34 std_dev = 0.0013 #Range is 26.035 cm (simulation 3) 35 #std_dev = 0.0006 #Range is 26.035 cm (simulation 1) 36 36 mean = 0.0 37 37 blocksize = 100 #How many realisations to fit at a time
Note: See TracChangeset
for help on using the changeset viewer.