Changeset 3008 for development/stochastic_study/project.py
- Timestamp:
- May 29, 2006, 2:09:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
development/stochastic_study/project.py
r3006 r3008 3 3 4 4 # Working dir 5 working_dir = '/mnt/store/stochastic /'5 working_dir = '/mnt/store/stochastic3/' 6 6 import os 7 7 try: … … 27 27 28 28 # Stats (Suresh ?) 29 number_of_realisations = 8000 29 number_of_realisations = 1000 30 #number_of_realisations = 16000 31 30 32 #std_dev = 0.0026 #Range is 26.035 cm 31 #std_dev = 0.0013 #Range is 26.035 cm32 std_dev = 0.0006 #Range is 26.035 cm33 std_dev = 0.0013 #Range is 26.035 cm 34 #std_dev = 0.0006 #Range is 26.035 cm 33 35 mean = 0.0 34 36 blocksize = 10 #How many realisations to fit at a time
Note: See TracChangeset
for help on using the changeset viewer.