Azione C7

Controllo delle specie alloctone di barbo: eradicazione o gestione delle specie alloctone

La presente azione mira al contrasto diretto dell'incremento demografico delle specie ittiche esotiche in particolar modo del Barbus barbus o barbo europeo, ampliamente diffuso nel tratto padano parmense e di minaccia per le congeneriche specie target autoctone. Le specie alloctone saranno rimosse attraverso interventi specifici programmati in base alle diverse tipologie ambientali; gli interventi saranno eseguiti nei diversi SIC di progetto [inserire link all’area di studio] in base ai risultati emersi durante la fase preliminare di monitoraggio ittiologico (azione A2). E’ prevedibile dover intervenire con azioni consistenti nei SIC di pianura mentre quelli collinari e montani dovrebbero risultare scarsamente o per niente influenzati dalle specie alloctone. A tal riguardo sarà importante valutare l’eventuale presenza di ibridi. L’azione sarà svolta da GEN-TECH con il supporto del PL.

Avanzamento Stato: Terminato - Avvio: 30-06-2015 Conclusione: 31-05-2016
2014 2015 2016 2017 2018
I II III IV I II III IV I II III IV I II III IV I II III IV
C7 CronoprogrammaOOOOOOAAAAOOOOOOOOOO
AvanzamentoOOOOOOOAAXXXXXXXXXXX

In linea con il Regolamento 1143/2014/UE, nel progetto LIFE BARBIE, è stata eseguita la cattura di individui esotici di barbo, considerati specie alloctona invasiva di minaccia per la sopravvivenza delle specie autoctone di barbo oggetto di progetto e il loro trasporto in ambienti confinati quali laghi e cave in zona extragolenale o bacini per la raccolta di acqua a scopo irriguo. In particolare la presenza del barbo alloctono è stata rinvenuta in n° 4/36 tratti fluviali studiati di progetto. La rimozione è stata possibile in due siti in cui la presenza del barbo alloctono era sporadica e le condizioni ambientali favorevoli (torrenti di dimensioni ridotte con barriere a valle). Si è provveduto a inserire i restanti siti in un piano di controllo e prevenzione che contemplasse la rimozione di esemplari alloctoni in particolari zone rifugio e contemporaneamente la sensibilizzazione dei pescatori affinché evitassero il rilascio dei pesci alloctoni catturati in accordo con le linee guida del regolamento Europeo sopracitato.

***In the LIFE BARBIE project, the translocation of European barbel into confined sites (e.g. lakes and caves or basins for the collection of water for irrigation purposes) was performed according with Regulation 1143/2014/EU. In particular, the presence of the allochthonous barbel was found in n° 4/36 studied river sections. The removal of the alien specimens was possible only in two sites where the presence of the barbel was sporadic and the favorable environmental conditions (small streams with barriers downstream) persisted. The others sites were included in a specific management plan. This plan includes the removal of alien specimens in particular refuge areas as well as the awareness of fishermen to avoid the release of the captured alien fish according with the guidelines of the mentioned Regulation (EU) n. 1143/2014. .


class "Login" already exists while executing "::itcl::class Login { inherit Barbie private variable loginmenu private variable logoutmenu public method willHandle..." (in namespace eval "::rwdatas" script line 3) invoked from within "namespace eval ::rwdatas { ::itcl::class Login { inherit Barbie private variable loginmenu private variable logoutmenu ..."

OUTPUT BUFFER:

source [file join $rweb_root tcl before.tcl] package require Barbie namespace eval ::rwdatas { ::itcl::class Login { inherit Barbie private variable loginmenu private variable logoutmenu public method willHandle {arglist keyvar} public method fetchData {key reassigned_key} public method init {args} public method menu_list {page} #public proc to_url {lm} { return [Barbie::to_url $lm] } } ::itcl::body Login::init {args} { $this register_class ::rwpage::UserLogin set mm $::rivetweb::menumodel set lm $::rivetweb::linkmodel set loginmenu [$mm create_menu loginmenu root normal] $loginmenu assign title "Login" $::rivetweb::language $loginmenu add_link [$lm create Login "" { it "Login" en "Login" } \ [dict create login 1] \ [dict create it "Login Sito" \ en "Site Login"]] set logoutmenu [$mm create_menu logoutmenu root normal] $logoutmenu assign title "Logout" $::rivetweb::language $logoutmenu add_link [$lm create Login "" { it "Logout" en "Logout" } \ [dict create logout 1] \ [dict create it "Logout dal Sito" \ en "Site Logout"]] } ::itcl::body Login::willHandle {arglist keyvar} { upvar $keyvar key #puts "

######### [::SESSION fetch status logged] ########

" $this check_class ::rwpage::UserLogin set current_login_status [::SESSION fetch status logged] ::rivet::apache_log_error debug \ "current_login_status: $current_login_status (logout: [::rivet::var exists logout])" if {[::rivet::var exists login] && ($current_login_status == 0)} { set key user_login return -code break -errorcode rw_ok } elseif {[::rivet::var exists logout] && ($current_login_status > 0)} { set key user_logout return -code break -errorcode rw_ok } ::rivet::apache_log_error debug "::rwdatas::Login not handling request for args $arglist" return -code continue -errorcode rw_continue } ::itcl::body Login::fetchData {key reassigned_key} { upvar $reassigned_key rkey set rkey $key if {($key == "user_login") || ($key == "user_logout")} { return [::rwpage::UserLogin ::#auto $key] } else { return "" } } ::itcl::body Login::menu_list {page} { if {[::SESSION fetch status logged] == 0} { return [list site_management $loginmenu] } else { $logoutmenu assign title \ "Logout [::SESSION fetch status username]" $::rivetweb::language return [list site_management $logoutmenu] } } } package provide Login 1.0 source [file join $rweb_root tcl after.tcl]