1030&&$gmtHourMin<2230)?'12':'00'; $dateTime = ($gmtHourMin>=2230?$tomorrow:$gmDate).$fileHour; $fctype = 'probability'; // Default Precipitation Forecast: 'probability' or 'percentiles' $measure = ($fctype=='probability'?($duration=='06'?'001':'025'):'50'); $iframeWidth = 656; // Width of forecast images $imageWidth = ($iframeWidth-($iframeWidth*.045)); // Adjust image width to iframe width $iframeHeight = ($iframeWidth*.75); // Computed IFrame Height $bgndColor = 'silver'; // Set HAniS Background Color Here $btnColor = 'darkslategray'; // Set Button Color here $btnTextColor = 'white'; // Set Button Text Color here $pauseSeconds = 2; // Pause on last image, in seconds $animRate = 10; // Frame Rate of animation: 5 is glacial, 10 is slow, 15 is leisurely, 20 is good, and 50 is fast - set with integer $smoothingOn = true; // Enable image smoothing - new in HAniS 2.5 } if (isset($_POST['datetime'])) { $dateTime = $_POST['datetime']; } if (isset($_POST['fctype'])) { $fctype = $_POST['fctype']; } if (isset($_POST['duration'])) { $duration = $_POST['duration']; } if (isset($_POST['measure'])) { $measure = $_POST['measure']; } if (isset($_POST['iframeWidth'])) { $iframeWidth = $_POST['iframeWidth']; } if (isset($_POST['imageWidth'])) { $imageWidth = $_POST['imageWidth']; } if (isset($_POST['iframeHeight'])) { $iframeHeight = $_POST['iframeHeight']; } if (isset($_POST['bgndColor'])) { $bgndColor = $_POST['bgndColor']; } if (isset($_POST['btnColor'])) { $btnColor = $_POST['btnColor']; } if (isset($_POST['btnTextColor'])) { $btnTextColor = $_POST['btnTextColor']; } if (isset($_POST['animRate'])) { $animRate = $_POST['animRate']; } if (isset($_POST['pauseSeconds'])) { $pauseSeconds = $_POST['pauseSeconds']; } if (isset($_POST['smoothingOn'])) { $smoothingOn = $_POST['smoothingOn']; } $probNumbs24 = array('001', '010', '025', '050', '075', '100', '150', '200', '250', '300'); // Precip - Duration 24 hrs. $probNumbs48 = array('025', '050', '100', '150', '200', '250', '300', '400', '500', '600'); // Precip - Duration more than 24 hrs. $percentNumbs = array('05', '10', '25', '50', '75', '90', '95'); if ($fctype == 'probability') { $fctypeText = 'Probabilities'; } else { $fctypeText = 'Percentile'; } if ($fctype=='probability') { $theProbArray = $duration=='6'?$probNumbs24:$probNumbs48; } else { $theProbArray = $percentNumbs; } /* Debug Code * for ($i=0; $i'; } /* End Debug Code */ ?>
 
NWS - Weather Prediction Center

Quantitative Precipitation Forecast - (PQPF)
Three Day Animated Loops Showing '?> of Precipitation
Select Duration:   Select Forecast Type:   Select  

Precipitation Forecast: 1)?'es ':' '):'th ').$fctypeText?> Forecast


 
The above images are produced by the NWS Weather Prediction Center and updated about every 12 hours.
New maps are available here at 1030 Zulu and 2230 Zulu. Current Time is Zulu.
Animation by HAniS ©2014- by Tom Whittaker -- Script by SE Lincoln Weather