Ignore:
Timestamp:
Mar 19, 2009, 3:39:03 PM (16 years ago)
Author:
kristy
Message:

Now placing the mesh file into the output_run folder, to avoid multiple processes writing to it at the same time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/standardised_version/project.py

    r6435 r6554  
    197197output_folder = join(anuga_folder, 'outputs')
    198198gauges_folder = join(anuga_folder, 'gauges')
    199 meshes_folder = join(anuga_folder, 'meshes')
    200199event_folder = join(boundaries_folder, str(event_number))
    201200
     
    215214combined_elevation = join(topographies_folder, combined_elevation_basename)
    216215
    217 # The absolute pathname of the mesh, generated in run_model.py
    218 meshes = join(meshes_folder, scenario_name) + '.msh'
    219216
    220217# The pathname for the urs order points, used within build_urs_boundary.py
     
    238235output_run_time = join(output_run, scenario_name)
    239236
     237# The absolute pathname of the mesh, generated in run_model.py
     238meshes = join(output_run, scenario_name) + '.msh'
     239
    240240# The absolute pathname for the gauges file
    241241# Used for get_timeseries.py
Note: See TracChangeset for help on using the changeset viewer.