Changeset 2969


Ignore:
Timestamp:
May 25, 2006, 12:00:14 PM (18 years ago)
Author:
ole
Message:

Store simulation without noise separately

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/stochastic_study/run_model.py

    r2966 r2969  
    9191        # For each column (each realisation)
    9292        for i in range(V.shape[1]):
    93             domain.set_name(project.basename)         #Output name
     93            if i == 0:
     94                name = project.basename + '_original'
     95            else:
     96                name = project.basename               
     97            domain.set_name(name)                     #Output name
    9498            domain.set_quantity('elevation', V[:,i])  #Assign bathymetry
    9599            domain.set_time(0.0)                      #Reset time
Note: See TracChangeset for help on using the changeset viewer.