Index: wflow-py/wflow/pcrglobwb/groundwater.py =================================================================== diff -u -rbec706d676b364d4a89a4e7141382db4511fa485 -r2d84b2c3f986344e96a4fa357e54dd77fe817fe4 --- wflow-py/wflow/pcrglobwb/groundwater.py (.../groundwater.py) (revision bec706d676b364d4a89a4e7141382db4511fa485) +++ wflow-py/wflow/pcrglobwb/groundwater.py (.../groundwater.py) (revision 2d84b2c3f986344e96a4fa357e54dd77fe817fe4) @@ -61,12 +61,12 @@ return result - def __init__(self, iniItems,landmask,spinUp,Dir, cloneMap): + def __init__(self, iniItems,landmask,spinUp,Dir, staticmaps, cloneMap): object.__init__(self) self.cloneMap = cloneMap #iniItems.cloneMap self.tmpDir = os.path.join(os.path.abspath(Dir),"tmp") #iniItems.tmpDir - self.inputDir = os.path.join(os.path.abspath(Dir),"staticmaps") #iniItems.globalOptions['inputDir'] + self.inputDir = os.path.join(os.path.abspath(Dir),staticmaps) #iniItems.globalOptions['inputDir'] self.landmask = landmask # configuration from the ini file