Ignore:
Timestamp:
May 15, 2005, 10:25:56 PM (19 years ago)
Author:
steve
Message:

Added ghosts to rectangle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/Merimbula/run_merimbula_lake.py

    r1363 r1393  
    7979domain.store = True     #Store for visualisation purposes
    8080domain.format = 'sww'   #Native netcdf visualisation format
    81 domain.filename = 'Merimbula_2003_4days_dry'
     81from normalDate import ND
     82domain.filename = 'Merimbula_2003_4days_dry_%s'%ND()
     83
     84print domain.filename
    8285
    8386#----------------------
Note: See TracChangeset for help on using the changeset viewer.