Changeset 2123
- Timestamp:
- Dec 7, 2005, 11:05:25 AM (19 years ago)
- Location:
- inundation/Merimbula
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/Merimbula/prepare.py
r2111 r2123 45 45 46 46 T[i] = T[i] - Tstart 47 47 #this is specific to this data set. deals with daylight saving 48 48 if i>3270: 49 49 T[i] = T[i]+3600 -
inundation/Merimbula/project.py
r2109 r2123 7 7 mesh_filename = 'merimbula_10785.tsh' 8 8 9
Note: See TracChangeset
for help on using the changeset viewer.