Changeset 6446


Ignore:
Timestamp:
Mar 4, 2009, 1:34:42 PM (15 years ago)
Author:
jgriffin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/dampier/prepare_timeboundary.py

    r6443 r6446  
    4444    fid.institution = 'Geoscience Australia'
    4545    fid.description = 'Input wave from index %i' %project.index
    46     fid.starttime = 0.0
     46    fid.starttime = T[0]
    4747    fid.createDimension('number_of_timesteps', len(T))
    4848    fid.createVariable('time', Float, ('number_of_timesteps',))
     
    5050
    5151    fid.createVariable('stage', Float, ('number_of_timesteps',))
    52     fid.variables['stage'][:] = H[:]
     52    fid.variables['stage'][:] = H
    5353
    5454    fid.createVariable('xmomentum', Float, ('number_of_timesteps',))
Note: See TracChangeset for help on using the changeset viewer.