Index: doc/_build/html/framework.html =================================================================== diff -u -rd18fc756502e8883ffe44e759a13c0f9075f46eb -r85a13d74f419323f10f79839fd3ea46710f5c6c7 --- doc/_build/html/framework.html (.../framework.html) (revision d18fc756502e8883ffe44e759a13c0f9075f46eb) +++ doc/_build/html/framework.html (.../framework.html) (revision 85a13d74f419323f10f79839fd3ea46710f5c6c7) @@ -154,24 +154,23 @@
parameters()ΒΆ
-

List all the parameters (both static and forcing here). USe the wf_updateparameters() +

List all the parameters (both static and forcing here). Use the wf_updateparameters() function to update them in the initial section (static) and the dynamic section for dynamic parameters.

Possible parameter types are:

-
- staticmap: Read at startup from map
-- statictbl: Read at startup from tbl, falback to map (nee Landuse, Soil and TopoId (subcatch) maps!
-- timeseries: read map for each timestep
-- monthlyclim: read a map corresponding to the current month (12 maps in total)
-- dailyclim: read a map corresponding to the current day of the year
-- hourlyclim: read a map corresponding to the current hour of the day (24 in total)
-
-
+ - - +
Return list of modelparameters:
 
Returns:List of modelparameters
@@ -336,21 +335,21 @@ def parameters(self): """ - List all the parameters (both static and forcing here). USe the wf_updateparameters() + List all the parameters (both static and forcing here). Use the wf_updateparameters() function to update them in the initial section (static) and the dynamic section for dynamic parameters. - Possible parameter types are:: + Possible parameter types are: - - staticmap: Read at startup from map - - statictbl: Read at startup from tbl, falback to map (nee Landuse, Soil and TopoId (subcatch) maps! - - timeseries: read map for each timestep - - monthlyclim: read a map corresponding to the current month (12 maps in total) - - dailyclim: read a map corresponding to the current day of the year - - hourlyclim: read a map corresponding to the current hour of the day (24 in total) + + staticmap: Read at startup from map + + statictbl: Read at startup from tbl, fallback to map (need Landuse, Soil and TopoId (subcatch) maps! + + timeseries: read map for each timestep + + monthlyclim: read a map corresponding to the current month (12 maps in total) + + dailyclim: read a map corresponding to the current day of the year + + hourlyclim: read a map corresponding to the current hour of the day (24 in total) - :return list of modelparameters: + :return: List of modelparameters """ modelparameters = []