# TNET Services, Inc. # # Copyright: (c) 1992-2007 Copyright TNET Services, Inc. ############################################################################ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA ############################################################################ # This document uses Tab 4 Settings ############################################################################ /*------------------------ Version 20180910 ----------------------------*/ $viewSource = false; if (isset($_REQUEST['sce']) && strtolower($_REQUEST['sce']) == 'view' ) { //--self downloader -- $filenameReal = __FILE__; $download_size = filesize($filenameReal); header('Pragma: public'); header('Cache-Control: private'); header('Cache-Control: no-cache, must-revalidate'); header("Content-type: text/plain"); header("Accept-Ranges: bytes"); header("Content-Length: $download_size"); header('Connection: close'); readfile($filenameReal); exit; } $standAlone = false; // false if we run in the template environment ############################################################################ if ( $standAlone ) { ?> '.$TITLE.''; date_default_timezone_set("America/Chicago"); } ########################################################################### ############################## Settings ################################## $useOnClick = false; // Use onclick instead of onmouseover to display a chart $wideWidth = 800; // Widescreen map width desired on page. Set from 656 to 800 (native width) $narrowWidth = 656; // Narrow map width $divWidth = (isset($_SESSION['CSSwidescreen'])&&$_SESSION['CSSwidescreen']==1 ? $wideWidth : $narrowWidth); $divWidth = $standAlone?$wideWidth:$divWidth; $checkFileTimes = false; // Check the map creation times, tre or false ########################### End of Settings ############################### ?>

Product Discontinued As Of Dec 17, 2019!


Experimental Model Output Statistics on 2.5km Grids (GMOS)

'; } ############################################################################ # End of Page ############################################################################ ?>