self.add_variable(outnf,procgrid,NCFillValue,part,('z','y','x'),"floodcri","Height at which all basin is flooded","mm",self.floodcri[:,:],vtyp)
self.add_variable(outnf,procgrid,NCFillValue,part,('z','y','x'),"basin_beta_fp","Shape of the floodplins HTUs (concave / convex)","-",self.routing_beta[:,:],vtyp)
# 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")