Changeset 7304


Ignore:
Timestamp:
Jul 7, 2009, 9:02:42 AM (16 years ago)
Author:
kristy
Message:

Final changes to script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2009/For_DVD/export_results_max.py

    r7294 r7304  
    11"""
    22Generates ascii grids of nominated areas -
    3 Input: sww file from run_perth.py
    4        boundaries for grids from project.py
     3Input: sww file from run_model.py
     4       area for grids from project.py
    55Outputs: ascii grids of specified variables
    66Stored in the 'outputs_dir' folder for respective .sww file
     
    88Note:
    99If producing a grid for the enitre extent cellsize should be greater than 30m
    10 If producing grids for inundation area resolution should be greater than mesh (ie ~22m)
     10If producing grids for inundation area resolution should be greater than mesh (ie ~20m)
    1111"""
    1212
     
    2828# sww filename extensions ie. hobart_time_17640_0.sww, input into list 17640
    2929# make sure numbers are in sequential order
    30 times = [17640, 35280]
     30times = [17640, 35280, 52920]
    3131           
    3232#Modify the cellsize value to set the size of the raster you require
     
    3737#Either set the actual timestep required or use 'None' to indicate that
    3838#you want the maximum values in the raster over all timesteps
    39 timestep = None    # None means no timestep!
    40 #timestep = 0
    41 
     39timestep = None   #0
    4240
    4341# Set the special areas of interest.  If none, do: area=['All']
Note: See TracChangeset for help on using the changeset viewer.