Ignore:
Timestamp:
Jun 9, 2006, 11:36:37 AM (18 years ago)
Author:
ole
Message:

Work on parallel example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/wollongong_2006/run_flagstaff.py

    r3118 r3123  
    111111
    112112    #domain.set_name(project.basename)
    113     domain.set_datadir(project.outputdir)
     113    #domain.set_datadir(project.outputdir)
    114114    #domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum'])
    115     domain.set_quantities_to_be_stored(None)
     115    #domain.set_quantities_to_be_stored(None)
    116116
    117117    domain.set_quantity('elevation',
     
    167167# right. It would be easy to build into Parallel_Domain
    168168domain.set_name(project.basename)
     169domain.set_datadir(project.outputdir)
    169170
    170171#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.