Ignore:
Timestamp:
Jul 4, 2008, 3:25:41 PM (16 years ago)
Author:
kristy
Message:

new script for perth to build boundary information based on urs mux2 polyline implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth/project.py

    r5446 r5467  
    1616
    1717home = getenv('INUNDATIONHOME') + sep +'data'+sep #Sandpit's parent diruser = get_user_name()
     18muxhome = getenv('MUXHOME')
    1819user = get_user_name()
    1920host = get_host_name()
     
    131132boundaries_in_dir_name = boundaries_in_dir + boundaries_name
    132133boundaries_dir = anuga_dir+'boundaries'+sep
    133 boundaries_dir_name = boundaries_dir + scenario_name
     134boundaries_dir_name = boundaries_dir + scenario_name # what it creates???
     135boundaries_dir_mux = muxhome
    134136#boundaries_time_dir = anuga_dir+'boundaries'+sep+build_time+sep
    135137#boundaries_time_dir_name = boundaries_time_dir + boundaries_name  #Used by post processing
Note: See TracChangeset for help on using the changeset viewer.