Ignore:
Timestamp:
Jan 24, 2012, 2:37:24 PM (12 years ago)
Author:
pittj
Message:

update to work with NCI testing

fj
gfh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/mem_time_tests/NCIparallel/area/runcairns.py

    r8317 r8324  
    5151f.close()
    5252
     53scenariodirV = add_directories(home2, ["data","mem_time_test", "triangles",
     54                                     "area", "triangles-" + str(area) +"-"+ str(length)])
     55
     56h = 'CAIRNS.msh'
     57file_pathh = os.path.join(scenariodirV, h)
     58
     59log.log_filename = os.path.join(scenariodirV, "anuga.log")
     60log._setup = False
     61
    5362system_tools.MemoryUpdate()
    5463#------------------------------------------------------------------------------
     
    8089#------------------------------------------------------------------------------
    8190domain.set_name('CAIRNS.sww') # Name of sww file
    82 domain.set_datadir(scenariodir2)                       # Store sww output here
     91domain.set_datadir(scenariodirV)                       # Store sww output here
    8392
    8493#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.