<?php 

// ################# TO USE THIS TEMPLATE, COPY IT TO YOUR ~/internal_html DIRECTORY, RENAME IT, AND EDIT IT.          ##############
// ################# WHEN EDITING SKIP TO EACH LINE WITH the pound sign ( and follow the directions, when finished save. ##############  
// include_once( '/var/lib/php/counter.inc' );

include "../main/parta";
// 2) ############################## CHANGE 'gfdl' TO YOUR OWN TITLE TWO LINES BELOW ################# --> 
$title = <<< TEMPLATE
GFDL CM4.0 climate model source code
TEMPLATE;
echo $title; include "../main/partb";
$content = <<< TEMPLATE

<!--  ############## ADD ANY metatag, script OR stylesheet info (with the correct html tags) HERE, ############## --> 
TEMPLATE;
print $content; include "../main/partc";
$content = <<< TEMPLATE
<!- 3) ############## CHANGE THE LINE BELOW TO ALTER THE GUIDING PATH OF LINKS  ########## --> 
<a href="http://www.gfdl.noaa.gov">gfdl's home page</a>  &gt <a href="//www.gfdl.noaa.gov/gfdl_products_and_services.htm">products and services</a> &gt <a href="http://data1.gfdl.noaa.gov">data portal</a> &gt 
CM4 data pointers 

<!-- ################## --> 

TEMPLATE;
print $content; include "../main/partd";
$content = <<< TEMPLATE

<!-- 4) ############## CHANGE THE LINE BELOW THIS ONE TO ALTER THE HEADLINE/NAME OF THE PAGE  ########## --> 
Welcome to the CM4.0 Documentation papers Data and Code support site. 
<!-- ################## --> 
TEMPLATE;
print $content; include "../main/parte";
$content = <<< TEMPLATE

<!-- 5) ########### ADD YOUR CONTENT BELOW  ########## --> 
<!-- ############## REMEMBER TO WARN READERS ABOUT LINKS OFFSITE ########## --> 

<br>
This site documents a set of pointers to support the data,code aspect for the CM4 documentation papers.
<br>
<br>
<li><b>Cite paper(s) as: <a href="https://doi.org/10.1029/2019MS001829">https://doi.org/10.1029/2019MS001829</a> </b></li>
<br><br>

<li><b>Cite data as: </b></li>Guo, Huan et al, <a href="https://doi.org/10.22033/ESGF/CMIP6.1402">https://doi.org/10.22033/ESGF/CMIP6.1402</a>
<br>
<br>
<li><b>Cite code as:</b></li>Held, Isaac et al, <a href="https://doi.org/10.5281/zenodo.3339397">https://doi.org/10.5281/zenodo.3339397</a>
<br>Note: Input datasets can be found here: <a href="ftp://nomads.gfdl.noaa.gov/users/Isaac.Held/CM4Documentation/GFDL-CM4.0/inputData">Link to Input data</a>
<br>
Reference to analysis scripts used in CM4 Documentation papers can be found <a href="https://github.com/NOAA-GFDL/CM4/tree/master/analysis">here</a>
<br><br>
<br><br>
<b>Please direct questions and comments to </b> 
<A HREF="mailto:gfdl.climate.model.info&#64noaa.gov">gfdl.climate.model.info at noaa dot gov</A>


<br><br><br><br><br><br><br><br>
<hr>



<!-- ################# --> 
TEMPLATE;
print $content; // include "../main/partf"; 
print "last modified: ". date( "F d Y.", getlastmod() ); //print "<br>this page visited: ".getCount(). " times "; include "html/nomads/forms/main/partg";
?>


