Changeset 2959


Ignore:
Timestamp:
May 24, 2006, 5:43:41 PM (18 years ago)
Author:
ole
Message:

Fiddling with stochastic study. Realisations seemed identical?

Location:
development/stochastic_study
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • development/stochastic_study/create_realisations.py

    r2726 r2959  
    6565                        expand_search = True,
    6666                        precrop = True,
    67                         use_cache = True)
     67                        use_cache = False)
    6868
    6969
  • development/stochastic_study/run_model.py

    r2957 r2959  
    108108                  %(i, V.shape[1], filename)
    109109            t0 = time.time()
    110             for t in domain.evolve(yieldstep = timestep, finaltime = finaltime):
     110            for t in domain.evolve(yieldstep = timestep,
     111                                   finaltime = finaltime):
    111112                domain.write_time()
    112113               
Note: See TracChangeset for help on using the changeset viewer.