self.add_variable(outnf,procgrid,NCFillValue,part,('z','y','x'),"basin_floodp","Fraction of floodplains","-",self.routing_floodp[:,:],vtyp)
self.add_variable(outnf,procgrid,NCFillValue,part,('z','y','x'),"basin_floodp","Fraction of floodplains","-",self.routing_floodp[:,:],vtyp)
self.add_variable(outnf,procgrid,NCFillValue,part,('z','y','x'),"floodcri","Height at which all basin is flooded","mm",self.floodcri[:,:],vtyp)
# route number into basin
# route number into basin
self.add_variable(outnf,procgrid,NCFillValue,part,('y','x'),"routenbintobas","Number of basin into current one","-",self.route_nbintobas[:],vtyp,orig_type="int")
self.add_variable(outnf,procgrid,NCFillValue,part,('y','x'),"routenbintobas","Number of basin into current one","-",self.route_nbintobas[:],vtyp,orig_type="int")