Changeset 6876


Ignore:
Timestamp:
Apr 22, 2009, 2:02:21 PM (15 years ago)
Author:
rwilson
Message:

Save setup_model.py at start of simulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/patong_beach_validation/run_model.py

    r6844 r6876  
    5454#-------------------------------------------------------------------------------
    5555
    56 copy_code_files(project.output_run, __file__,
    57                 os.path.join(os.path.dirname(project.__file__),
    58                              project.__name__+'.py'))
    59 start_screen_catcher(project.output_run, 0, 1)
     56copy_code_files(project.output_run,
     57                [__file__,
     58                 os.path.join(os.path.dirname(project.__file__),
     59                              project.__name__+'.py'),
     60                 os.path.join(os.path.dirname(project.__file__),
     61                              'setup_model.py')],
     62                verbose=True
     63               )
     64#start_screen_catcher(project.output_run, 0, 1)
    6065
    6166#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.