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

Allowed parallel version to run sequentially

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/stochastic_study/project.py

    r3006 r3008  
    33
    44# Working dir
    5 working_dir = '/mnt/store/stochastic/'
     5working_dir = '/mnt/store/stochastic3/'
    66import os
    77try:
     
    2727
    2828# Stats (Suresh ?)
    29 number_of_realisations = 8000
     29number_of_realisations = 1000
     30#number_of_realisations = 16000
     31
    3032#std_dev = 0.0026  #Range is 26.035 cm
    31 #std_dev = 0.0013  #Range is 26.035 cm
    32 std_dev = 0.0006  #Range is 26.035 cm
     33std_dev = 0.0013  #Range is 26.035 cm
     34#std_dev = 0.0006  #Range is 26.035 cm
    3335mean = 0.0
    3436blocksize = 10 #How many realisations to fit at a time
Note: See TracChangeset for help on using the changeset viewer.