Changeset 627
- Timestamp:
- Nov 24, 2004, 5:54:42 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/wiki/issues.txt
r624 r627 3 3 ------------ 4 4 5 Issue (Malpasset example):6 Pmesh no longer takes care of attributes but still accepts xya with attributes.7 8 Background:9 Chris imported xya file into pmesh. It contained x, y, bed elevation10 The tsh thus generated did add bed elevation, but didn't produce the proper11 tsh file.12 13 Importance: mid14 Suggested actions: Either spit out an error message or generate a proper15 tsh-header.16 17 5 18 19 20 21 6 Issue: Exceptions thrown by Python functions called from C don't get caughts 22 7 Background: Have a look at gravity in shallow_water. It calls a C function, gradient, which may throw an exception if arguments are scalars. … … 66 51 67 52 CLOSED ISSUES: 68 -------------- 53 -------------- 54 55 56 Issue (Malpasset example): 57 Pmesh no longer takes care of attributes but still accepts xya with attributes. 58 59 Background: 60 Chris imported xya file into pmesh. It contained x, y, bed elevation 61 The tsh thus generated did add bed elevation, but didn't produce the proper 62 tsh file. 63 64 Importance: mid 65 Suggested actions: Either spit out an error message or generate a proper 66 tsh-header. 67 Status: The story of this is wrong. Pmesh does produce a proper tsh file 69 68 70 69 Issue: Second order limiters may cause numerical problems
Note: See TracChangeset
for help on using the changeset viewer.