Index: wflow-py/wflow/wflow_wave.py =================================================================== diff -u -r11f8d5cb169091c08cc5b7210e35f2ce7aed5fb3 -r2e4b13843097b6d76d6b830c4a1df423225b9cfd --- wflow-py/wflow/wflow_wave.py (.../wflow_wave.py) (revision 11f8d5cb169091c08cc5b7210e35f2ce7aed5fb3) +++ wflow-py/wflow/wflow_wave.py (.../wflow_wave.py) (revision 2e4b13843097b6d76d6b830c4a1df423225b9cfd) @@ -300,8 +300,8 @@ #: Note the use of the configget functione below. This way you sepcify a default #: for a parameter but it can be overwritten by the uses in the ini file. self.timestepsecs = int(configget(self.config,'model','timestepsecs','86400')) - self.reinit = int(configget(self.config,"model","reinit","0")) - self.fewsrun = int(configget(self.config,"model","fewsrun","0")) + self.reinit = int(configget(self.config,"run","reinit","0")) + self.fewsrun = int(configget(self.config,"run","fewsrun","0")) Qname=configget(self.config,"inputmapstacks","Q","run") Hname=configget(self.config,"inputmapstacks","H","lev")