Ignore:
Timestamp:
Mar 5, 2008, 9:41:49 AM (17 years ago)
Author:
nick
Message:

updates to perth

File:
1 edited

Legend:

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

    r5111 r5122  
    8383topographies_in_dir = home+sep+state+sep+scenario+sep+'elevation_final'+sep+'points'+sep
    8484topographies_dir = anuga_dir+'topographies'+sep
    85 topographies_time_dir = topographies_dir+build_time+sep
     85#topographies_time_dir = topographies_dir+build_time+sep
    8686
    8787# input topo file location
     
    107107#final topo files
    108108combined_dir_name = topographies_dir + combined_name
    109 combined_time_dir_name = topographies_time_dir + combined_name
     109#combined_time_dir_name = topographies_time_dir + combined_name
    110110combined_smaller_name_dir = topographies_dir + combined_smaller_name
    111111#combined_time_dir_final_name = topographies_time_dir + combined_final_name
     
    146146#output locations
    147147output_dir = anuga_dir+'outputs'+sep
    148 output_build_time_dir = anuga_dir+'outputs'+sep+build_time+sep
    149 output_run_time_dir = anuga_dir+'outputs'+sep+dir_comment+sep
     148output_build_time_dir = anuga_dir+'outputs'+sep+build_time+dir_comment+sep
     149output_run_time_dir = anuga_dir+'outputs'+sep+run_time+dir_comment+sep
    150150output_run_time_dir_name = output_run_time_dir + scenario_name  #Used by post processing
    151151
Note: See TracChangeset for help on using the changeset viewer.