source: inundation/ga/storm_surge/pyvolution/issues.txt @ 433

Last change on this file since 433 was 433, checked in by duncan, 20 years ago

added

File size: 4.6 KB
RevLine 
[433]1CURRENT PYVOLUTION ISSUES
2
3OPEN - issues that have not beeen resolved
4
5
6Issue: Adding unknown quantities cause a KeyError.  Known quantities
7are given in the list other_quantities, in shallow_water.  Do we want
8unknown quantities attached to domain in the future?  If so, it
9shouldn't cause a key error.
10Importance: low
11Suggested Action:
12
13
14Issue: The water level can not be less than the bed elevation, as an
15assert. 
16Importance: Medium
17Suggested Action: How about having the functionality that water levels are set
18to == the bed elevation, if level < bed elevation.  This will make
19setting things up easier.
20
21Issue:  Run-time error;
22N:\subsandpit\storm_surge\examples>run_tsh.py n cns_ground_pts_triangu
23lation_wave.tsh 10 500
24WARNING: psyco (speedup) could not import, you may want to consider in
25stalling it
26WARNING: psyco (speedup) could not import, you may want to consider in
27stalling it
28Creating domain from cns_ground_pts_triangulation_wave.tsh
29Number of triangles =  4962
30Output being written to C:\grohm_output\cns_ground_pts_triangulation_w
31ave_smooth_ys10.0_ft500.0.sww
32Boundaries
33Available boundary tags are ['external', 'wave']
34Time = 0.0000, steps=0 (0)
35Time = 10.0000, delta t in [0.00000002, 0.47635714], steps=293 (0)
36Time = 20.0000, delta t in [0.00000000, 0.23699587], steps=388 (2)
37Time = 30.0000, delta t in [0.00000009, 0.15411836], steps=429 (0)
38Time = 40.0000, delta t in [0.00000000, 0.18606832], steps=344 (2)
39Time = 50.0000, delta t in [0.00000000, 0.12379432], steps=1106 (7)
40Time = 60.0000, delta t in [0.00000000, 0.13954981], steps=555 (3)
41Time = 70.0000, delta t in [0.00000000, 0.07045416], steps=685 (5)
42Time = 80.0000, delta t in [0.00000000, 0.08044824], steps=670 (4)
43Time = 90.0000, delta t in [0.00000000, 0.08610696], steps=1303 (3)
44Time = 100.0000, delta t in [0.00000000, 0.08309382], steps=2338 (25)
45Time = 110.0000, delta t in [0.00000000, 0.05835182], steps=2725 (33)
46Time = 120.0000, delta t in [0.00000000, 0.06743912], steps=20685 (145
47)
48Time = 130.0000, delta t in [0.00000000, 0.00286429], steps=11866 (72)
49
50Time = 140.0000, delta t in [0.00000000, 0.00515150], steps=6870 (30)
51Traceback (most recent call last):
52  File "N:\subsandpit\storm_surge\examples\run_tsh.py", line 124, in ?
53
54    for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltim
55e):
56  File "I:\storm_surge\pyvolution\shallow_water.py", line 118, in evol
57ve
58    for t in Generic_domain.evolve(self, yieldstep, finaltime):
59  File "I:\storm_surge\pyvolution\domain.py", line 295, in evolve
60    self.update_timestep(yieldstep, finaltime)
61  File "I:\storm_surge\pyvolution\domain.py", line 387, in update_time
62step
63    raise msg
64Minimal timestep 0.0000000000000124 reached using 1 order scheme
65___________________________
66revision 187
67____________________________________________________________
68Another example:
69N:\subsandpit\storm_surge\examples>run_tsh.py n holl_bch_wave_mesh_ele
70vation.tsh 1 10
71WARNING: psyco (speedup) could not import, you may want to consider in
72stalling it
73WARNING: psyco (speedup) could not import, you may want to consider in
74stalling it
75Creating domain from holl_bch_wave_mesh_elevation.tsh
76Number of triangles =  4802
77Output being written to C:\grohm_output\holl_bch_wave_mesh_elevation_s
78mooth_ys1.0_ft10.0.sww
79Boundaries
80Available boundary tags are ['external', 'wave']
81Time = 0.0000, steps=0 (0)
82Time = 1.0000, delta t in [0.39257526, 0.48254865], steps=3 (0)
83Time = 2.0000, delta t in [0.00000292, 0.38907979], steps=137 (0)
84Time = 3.0000, delta t in [0.00000002, 0.01413876], steps=287 (0)
85Time = 4.0000, delta t in [0.00000005, 0.01021096], steps=500 (5)
86Time = 5.0000, delta t in [0.00000051, 0.03515667], steps=228 (0)
87Time = 6.0000, delta t in [0.00000002, 0.01138309], steps=509 (2)
88Time = 7.0000, delta t in [0.00000160, 0.03278703], steps=157 (0)
89Time = 8.0000, delta t in [0.00000004, 0.04026312], steps=828 (1)
90Traceback (most recent call last):
91  File "N:\subsandpit\storm_surge\examples\run_tsh.py", line 124, in ?
92
93    for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltim
94e):
95  File "I:\storm_surge\pyvolution\shallow_water.py", line 118, in evol
96ve
97    for t in Generic_domain.evolve(self, yieldstep, finaltime):
98  File "I:\storm_surge\pyvolution\domain.py", line 295, in evolve
99    self.update_timestep(yieldstep, finaltime)
100  File "I:\storm_surge\pyvolution\domain.py", line 387, in update_time
101step
102    raise msg
103Minimal timestep 0.0000000157247884 reached using 1 order scheme
104________________________________________
105revision 295
106_________________________________________________________
107
108****************
109CLOSED - issues that have  beeen resolved
110************
Note: See TracBrowser for help on using the repository browser.