Azione C1

Adeguamento degli impianti ittiogenici di Monchio delle Corti (PR), di Corniglio (PR) e di Selvanizza (PR)

L’azione è necessaria per incrementare la capacità ittiogenica dei centri, renderli adatti alla riproduzione ex situ delle specie target, migliorarne l’efficienza tecnologica e diminuirne gli impatti ambientali negativi. Gli impianti ittiogenici di Monchio delle Corti (PR), di Corniglio (PR) e di Selvanizza (PR) verranno adeguati in base a quanto dettagliato nel Piano di Adeguamento (V. azione A6). L’azione sarà svolta dal PNATE con il supporto tecnico di GEN-TECH e FMNS (per quanto concerne la strumentazione multimediale) e la supervisione del PL.

Avanzamento Stato: Terminato - Avvio: 30-06-2015 Conclusione: 31-12-2015
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
C1 CronoprogrammaOOOOOOAAOOOOOOOOOOOO
AvanzamentoOOOOOOAAXXXXOOOOOOOO

Sono stati completati i lavori di adegumento degli impianti di Monchio delle Corti (luglio 2016) e di Corniglio (dicembre 2016). E' stato estromesso dal progetto il centro di Selvanizza a causa del cambio della proprietà.

In particolare, presso l’impianto di Corniglio è stata istallata una vasca aggiuntiva esterna con un allargamento dell’area dell’impianto. Sono stati inoltre adeguati gli impianti idrico e di scarico. In entrambi gli impianti sono state inoltre istallate telecamere di sorveglianza e sonde multiparametriche per il monitoraggio in remoto di alcuni parametri chimico-fisici delle acque. Al fine di garantire le prime attività di riproduzione, previste dall’azione C4 nella primavera-estate 2016, sono stati istallati e messi in funzione, dal personale GEN-TECH ed UNPR, sia gli embrionatori di uova (bottiglie di tipo “Zug”) che gli schiuditoi di artemia salina. Sono state inoltre allestite delle vasche provvisorie per l’allevamento dei barbi dotate di sistema di regolazione termica e movimentazione delle acque.

*** The rennovation of the Monchio delle Corti and Corniglio acquacolture plants were completed. Instead, the fish hatchery in Selvanizza (PR) is excluded from the project in May 2016. In particolar, specific tanks were installed and filled at Corniglio plant with an expansion of the external area of the plant. The arrangement of loading/unloading wells and drainage system of the hatchery were also carried out. In both plants video cameras and multiparameter probes were regularly installed for the remote monitoring of some chemical and physical parameters of waters in breeding and surveillance. In order to guarantee the first activities of spawning included in action C4, both egg hatching trough (“Zug” jars) and artemia salina hatching devices were installed and set at work by GEN-TECH and UNPR personnel. Moreover, specific tanks were outfitted with a water thermal regulating and handling system.


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]