Changeset 527
- Timestamp:
- Nov 12, 2004, 11:35:56 AM (20 years ago)
- Location:
- inundation/ga/storm_surge/pyvolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/generic_boundary_conditions.py
r327 r527 217 217 218 218 t = self.domain.time 219 219 220 220 msg = 'Time given in File boundary does not match model time' 221 221 if t < self.T[0]: raise msg -
inundation/ga/storm_surge/pyvolution/shallow_water.py
r522 r527 146 146 147 147 #Call check integrity here rather than from user scripts 148 self.check_integrity()148 #self.check_integrity() 149 149 150 150 #Initialise real time viz if requested -
inundation/ga/storm_surge/pyvolution/wind_example_rot.py
r522 r527 76 76 77 77 78 domain.forcing_terms.append( Wind_stress(speed, phi))78 domain.forcing_terms.append( Wind_stress(speed, phi) ) 79 79 80 80
Note: See TracChangeset
for help on using the changeset viewer.