Changeset 1933
- Timestamp:
- Oct 17, 2005, 9:41:20 AM (19 years ago)
- Location:
- inundation/pyvolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/data_manager.py
r1927 r1933 1324 1324 quantity_dict[name] = fid.variables[name][:] 1325 1325 1326 #print quantity_dict1327 1328 1326 1329 1327 q = apply_expression_to_dictionary(quantity, quantity_dict) -
inundation/pyvolution/least_squares.py
r1911 r1933 928 928 The arrays must either have dimensions pxm or mx1. 929 929 The resulting function will be time dependent in 930 the former case while it will be constan with930 the former case while it will be constant with 931 931 respect to time in the latter case. 932 932 … … 950 950 """ 951 951 952 952 953 #FIXME: Pending use case, Implement arbitrary expressions as with 954 #set_quantity and sww2dem using the underlying functionality for 955 #doing that. 953 956 954 957 def __init__(self,
Note: See TracChangeset
for help on using the changeset viewer.