Changeset 3009
- Timestamp:
- May 29, 2006, 2:18:33 PM (19 years ago)
- Location:
- development/stochastic_study
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
development/stochastic_study/project.py
r3008 r3009 27 27 28 28 # Stats (Suresh ?) 29 number_of_realisations = 1000 29 number_of_realisations = 1 30 30 31 #number_of_realisations = 16000 31 32 … … 34 35 #std_dev = 0.0006 #Range is 26.035 cm 35 36 mean = 0.0 36 blocksize = 10 #How many realisations to fit at a time37 blocksize = 100 #How many realisations to fit at a time 37 38 38 number_of_bins = 10 039 number_of_bins = 10 -
development/stochastic_study/run_model.py
r3008 r3009 47 47 myid = 0 48 48 numprocs = 1 49 processor_name = ' nautilus'49 processor_name = 'local host' 50 50 else: 51 51 myid = pypar.rank() … … 98 98 99 99 100 realisation = 100100 realisation = 0 101 101 for filename in os.listdir(project.working_dir): 102 102 if filename.startswith(project.basename) and filename.endswith('.pck'):
Note: See TracChangeset
for help on using the changeset viewer.