Changeset 3294

Show
Ignore:
Timestamp:
05/03/08 12:18:41 (3 months ago)
Author:
hana
Message:

(hana) missing initialization added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_core/model_coordinators/model_system.py

    r3135 r3294  
    6161        self.simulation_state = SimulationState() 
    6262        self.simulation_state.set_low_memory_run(resources.get("low_memory_mode", False)) 
    63  
     63        self.run_year_namespace = {} 
     64         
    6465        if resources['cache_directory'] is not None: 
    6566            self.simulation_state.set_cache_directory(resources['cache_directory'])