Changeset 3009


Ignore:
Timestamp:
May 29, 2006, 2:18:33 PM (18 years ago)
Author:
ole
Message:

Work on stochastic_study

Location:
development/stochastic_study
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • development/stochastic_study/project.py

    r3008 r3009  
    2727
    2828# Stats (Suresh ?)
    29 number_of_realisations = 1000
     29number_of_realisations = 1
     30
    3031#number_of_realisations = 16000
    3132
     
    3435#std_dev = 0.0006  #Range is 26.035 cm
    3536mean = 0.0
    36 blocksize = 10 #How many realisations to fit at a time
     37blocksize = 100 #How many realisations to fit at a time
    3738
    38 number_of_bins = 100
     39number_of_bins = 10
  • development/stochastic_study/run_model.py

    r3008 r3009  
    4747    myid = 0
    4848    numprocs = 1
    49     processor_name = 'nautilus'
     49    processor_name = 'local host'
    5050else:   
    5151    myid = pypar.rank()
     
    9898
    9999
    100 realisation = 100
     100realisation = 0
    101101for filename in os.listdir(project.working_dir):
    102102    if filename.startswith(project.basename) and filename.endswith('.pck'):
Note: See TracChangeset for help on using the changeset viewer.