Changeset 6446
- Timestamp:
- Mar 4, 2009, 1:34:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/dampier/prepare_timeboundary.py
r6443 r6446 44 44 fid.institution = 'Geoscience Australia' 45 45 fid.description = 'Input wave from index %i' %project.index 46 fid.starttime = 0.046 fid.starttime = T[0] 47 47 fid.createDimension('number_of_timesteps', len(T)) 48 48 fid.createVariable('time', Float, ('number_of_timesteps',)) … … 50 50 51 51 fid.createVariable('stage', Float, ('number_of_timesteps',)) 52 fid.variables['stage'][:] = H [:]52 fid.variables['stage'][:] = H 53 53 54 54 fid.createVariable('xmomentum', Float, ('number_of_timesteps',))
Note: See TracChangeset
for help on using the changeset viewer.