VIMS Buoy";
//print "$curUJD, $span, $var
\n";
//printf(" %d %d %s", $curUJD*3600*24, $span*3600*24, $var);
// $curUJD = (float)$rvar_JD_U;
$endISO= date('Y-m-d H:i:s O', $curUJD *3600*24.0);
$startISO = date('Y-m-d H:i:s O',($curUJD-$span)*3600*24.0);
$priorUJD = $curUJD-$span;
$nextUJD = $curUJD+$span;
$priorUJDhalf = $curUJD-$span/2;
$nextUJDhalf = $curUJD+$span/2;
$biggerspan = $span*2;
$smallerspan = $span/2;
// matlab's datenum(1970,1,1) = 719529 # = days from 0000-1-1 to 1970-1-1
print <<
Other Times: |
Prior $span |
$smallerspan |
Expand to $biggerspan days |
Default (last 28 days of wind_spd) |
Shrink to $smallerspan days |
$smallerspan |
next $span |
Other Variables: |
Wind_dir |
Wind_spd |
Wind_std |
Wind_dir_std |
Watertemp |
Salinity |
D_O |
depth |
pH |
Turbidity |
Chlorophyll |
Fluoresence |
Batteryvolt |
Other Forms: Numeric Data: | Tabular Data |
OpeNDAP: (latest month)
(other months) | FTP
(latest month)
(other months) |
Other Stations: | VIMS Node |
Notes
EOT;
?>