Tagging


Select Area and Year(s) of interest "; echo "
All Areas
All Areas ENS
NENS
SENS
CFA-23
CFA-24
CFA-4X
NENS-GULF
CFA-23-zoom
CFA-24-zoom
ENS
Holes
"; echo"
Pre-2004
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
You can select mulitple years. For 4X inquiries, the year seleced should be the latest year in the two years that span that season. (e.g. for results regarding the 2010/2011 season select 2011 as the year.)
"; echo"
Click on the Captures button to view movement data or click on the Releases button to view release positions for the above.

"; echo"
"; echo""; $RLinuxCmd = "/home3/enssnowc/local/R3/lib64/R/bin/R"; $runscript = "/home3/enssnowc/public_html/R/tag/init.r"; $runsampscript = "/home3/enssnowc/public_html/R/tag/initsamp.r"; $runstats = "/home3/enssnowc/public_html/R/tag/initstats.r"; if(isset($_GET['samp'])) { if(isset($_GET['N'])) { $N = $_GET['N']; $Y = $_GET['Y']; $Y = implode(",", $Y); exec("$RLinuxCmd --slave --no-save --no-restore --no-environ --silent --args < $runsampscript $N $Y > sampresult 2>&1"); echo("

  To view chart, enable pop-ups on this page or click Here
"); echo" "; } } if(isset($_GET['move'])) { if(isset($_GET['N'])) { $N = $_GET['N']; $Y = $_GET['Y']; $Y = implode(",", $Y); exec("$RLinuxCmd --slave --no-save --no-restore --no-environ --silent --args < $runscript $N $Y > moveresult 2>&1"); echo("
  To view chart, enable pop-ups on this page or click Here
"); echo" "; } } if(isset($_GET['N'])) { if(isset($_GET['Y'])) { $N = $_GET['N']; $Y = $_GET['Y']; $Y = implode(",", $Y); exec("$RLinuxCmd --slave --no-save --no-restore --no-environ --silent --args < $runstats $N $Y > statresult 2>&1"); echo("
  "); $f = fopen("/home3/enssnowc/public_html/R/tag/stats.txt", "r"); while(!feof($f)) { echo fgets($f); } fclose($f); echo("
"); } } ?>