We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7aa160 commit 380f904Copy full SHA for 380f904
src/lisflood/hydrological_modules/routing.py
@@ -558,6 +558,8 @@ def initialMCT(self):
558
if self.var.IsChannelMCT.sum()==0:
559
warnings.warn(LisfloodWarning('There are no MCT grid cell. MCT routing is deactivated'))
560
option['MCTRouting'] = False
561
+ # rebuild lists of reported files with MCTRouting = False
562
+ settings.build_reportedmaps_dicts()
563
564
if option['MCTRouting']:
565
maskinfo = MaskInfo.instance()
0 commit comments