Ignore:
Timestamp:
Aug 6, 2009, 9:16:24 AM (15 years ago)
Author:
jgriffin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/new_south_wales/batemans_bay/export_results_max.py

    r7252 r7327  
    11"""
    22Generates ascii grids of nominated areas -
    3 Input: sww file from run_perth.py
     3Input: sww file from run_model.py
    44       boundaries for grids from project.py
    55Outputs: ascii grids of specified variables
    6 Stored in the 'outputs_dir' folder for respective .sww file
     6Stored in the 'outputs_folder' folder for respective .sww file
    77
    88Note:
     
    2323
    2424#Specify output directories
    25 time_dir1 = '20090601_172248_run_final_0.0_51204_jgriffin'
    26 time_dir2 = '20090529_143458_run_final_0.0_58346_jgriffin'
     25time_dir1 = '20090529_143527_run_final_0.0_51424_jgriffin'
     26#time_dir2 = '20090529_143458_run_final_0.0_58346_jgriffin'
    2727
    28 time_dirs = [time_dir1, time_dir2]   
     28time_dirs = [time_dir1]#, time_dir2]   
    2929
    3030cellsize = 20   #dependent on data resolution in area of interest.
     
    5151
    5252# one or more key strings from var_equations above
    53 var = ['depth', 'speed','stage']
    54 
     53#var = ['depth', 'speed','stage']
     54var = ['elevation']
    5555######
    5656# Start running the various conversions we require.
Note: See TracChangeset for help on using the changeset viewer.