Index: wflow-py/wflow/wflow_sceleton.py =================================================================== diff -u -rfb630c9f28a399af8c0a201eafe11e4b26d9a7dd -r8e380ffbfaedb9df9fccee3c03ebb53e346d1a71 --- wflow-py/wflow/wflow_sceleton.py (.../wflow_sceleton.py) (revision fb630c9f28a399af8c0a201eafe11e4b26d9a7dd) +++ wflow-py/wflow/wflow_sceleton.py (.../wflow_sceleton.py) (revision 8e380ffbfaedb9df9fccee3c03ebb53e346d1a71) @@ -81,10 +81,10 @@ modelparameters = [] #Static model parameters - modelparameters.append(self.ParamType(name="Altitude",stack="staticmaps/wflow_dem.map",type="staticmap",default=0.0)) + modelparameters.append(self.ParamType(name="Altitude",stack="staticmaps/wflow_dem.map",type="staticmap",default=0.0,verbose=False)) # Meteo and other forcing - modelparameters.append(self.ParamType(name="Temperature",stack="inmaps/TEMP",type="timeseries",default=10.0)) + modelparameters.append(self.ParamType(name="Temperature",stack="inmaps/TEMP",type="timeseries",default=10.0,verbose=False)) return modelparameters