Index: wflow-py/wflow/pcrglobwb/landSurface.py =================================================================== diff -u -r3d36073f779f6d9a5a34f6304d8e901b65061154 -r0e9a31b1686beab77285b49d8edacc749d494b13 --- wflow-py/wflow/pcrglobwb/landSurface.py (.../landSurface.py) (revision 3d36073f779f6d9a5a34f6304d8e901b65061154) +++ wflow-py/wflow/pcrglobwb/landSurface.py (.../landSurface.py) (revision 0e9a31b1686beab77285b49d8edacc749d494b13) @@ -131,6 +131,9 @@ self.inputDir = os.path.join( os.path.abspath(Dir), staticmaps ) # iniItems.globalOptions['inputDir'] + self.stateDir = os.path.join( + os.path.abspath(Dir), 'instate' + ) self.landmask = landmask self.startTime = startTime @@ -489,6 +492,7 @@ self.cloneMap, self.inputDir, self.tmpDir, + self.stateDir, self.usingAllocSegments, )