- Timestamp:
- May 15, 2005, 10:25:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/Merimbula/run_merimbula_lake.py
r1363 r1393 79 79 domain.store = True #Store for visualisation purposes 80 80 domain.format = 'sww' #Native netcdf visualisation format 81 domain.filename = 'Merimbula_2003_4days_dry' 81 from normalDate import ND 82 domain.filename = 'Merimbula_2003_4days_dry_%s'%ND() 83 84 print domain.filename 82 85 83 86 #----------------------
Note: See TracChangeset
for help on using the changeset viewer.