Index: wflow-py/wflow/wflow_topoflex.py =================================================================== diff -u -rf95a643bab9f58880912cb18318fdb74dd6e10a9 -r8e8c8301d6ae6c31de64bce82dc7127f71de5ff5 --- wflow-py/wflow/wflow_topoflex.py (.../wflow_topoflex.py) (revision f95a643bab9f58880912cb18318fdb74dd6e10a9) +++ wflow-py/wflow/wflow_topoflex.py (.../wflow_topoflex.py) (revision 8e8c8301d6ae6c31de64bce82dc7127f71de5ff5) @@ -1,26 +1,25 @@ #!/usr/bin/python """ -Definition of the wflow_sceleton model. +Definition of the wflow_topoflex model. --------------------------------------- This simple model calculates soil temperature using air temperature as a forcing. Usage: -wflow_sceleton -C case -R Runid -c inifile +wflow_topoflex -C case -R Runid -c inifile -C: set the name of the case (directory) to run -R: set the name runId within the current case -c name of the config file (in the case directory) -$Author: schelle $ -$Id: wflow_sceleton.py 898 2014-01-09 14:47:06Z schelle $ -$Rev: 898 $ + """ +## TODO: add wflow prefix of put in seperate folder import reservoir_Si # import reservoir_Sa import reservoir_Su