Changeset 1815
- Timestamp:
- Sep 12, 2005, 12:20:32 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/wiki/future_directions.txt
r1788 r1815 38 38 Main issues (TBA) 39 39 40 40 - Better API for handling (scripted) meshes: 41 41 *Error messages 42 42 *Refined regions should be specified easily … … 51 51 Could code be cast in terms of lat/lons? 52 52 make sure that georeferencing is used consistently (domain, pmesh, sww files, ...) (Duncan) 53 Test that least_squares correctly reconciles different georefs. (See Karratha)53 Test that least_squares (and elsewhere) correctly reconciles different georefs. (See Karratha) 54 54 55 55 Least_squares, (Duncan) … … 64 64 65 65 use sparse matrix (CSR) format in "build_interpolation_matrix_A" 66 simplify geo-referencing (make sure that coordinate changes 'change_points' are67 used everywhere)66 simplify geo-referencing (make sure that coordinate 67 changes 'change_points' are used everywhere) 68 68 69 69 memory issue: ! … … 76 76 77 77 78 78 79 refactor interpolate_sww in terms of Interpolation_function (Ole or Duncan) 79 80 80 81 81 82 Checkpointing (largely done but needs to be revisited) 83 82 84 83 85 Ability to create additional quantities and initialise arbitrarily … … 164 166 165 167 166 Introduce create_quantity in domain.py: 168 Introduce create_quantity in domain.py: (Ole) 167 169 It will make a new named instance and populate it by calling set_quantity 168 170 if desired. … … 195 197 Look at matplotlib's verbosity object. 196 198 199 197 200 ------ 198 201 Other: … … 208 211 209 212 Have a .tms format for straight timeseries, use sww for f(t,x,y). 210 Modify Interpolation function and file_function accordingly. (Use lwru2.py as test bed) 213 Modify Interpolation function and file_function accordingly. (Use lwru2.py as test bed) (Ole) 211 214 212 215
Note: See TracChangeset
for help on using the changeset viewer.