|
We list here the set of FMS generic components, and the available choices for each of these roles. CouplerSurface boundary layerAtmospheric dynamicsAtmospheric physicsAtmospheric chemistryOceanOcean biogeochemistryLand hydrologyRiversLand carbonSea iceShared infrastructureParallel infrastructureDiagnostic I/ORestart I/O |
ENDCONTENT;
print $pagecontent;
$subj = 'FMS';
$url = 'http://www.gfdl.noaa.gov/~vb/weblogs/journal2009.rdf';
$rss = fetch_rss($url);
if( $rss ) {
echo "\n";
foreach ($rss->items as $item) {
$href = $item['link'];
$title = $item['title'];
if ( preg_match( "/\b$subj\b/i", $title ) ) {
echo "\n";
}
}
}
$url = 'http://www.gfdl.noaa.gov/~vb/weblogs/journal2008.rdf';
$rss = fetch_rss($url);
if( $rss ) {
echo "\n";
foreach ($rss->items as $item) {
$href = $item['link'];
$title = $item['title'];
if ( preg_match( "/\b$subj\b/i", $title ) ) {
echo "\n";
}
}
}
$url = 'http://www.gfdl.noaa.gov/~vb/weblogs/journal2007.rdf';
$rss = fetch_rss($url);
if( $rss ) {
echo "\n";
foreach ($rss->items as $item) {
$href = $item['link'];
$title = $item['title'];
if ( preg_match( "/\b$subj\b/i", $title ) ) {
echo "\n";
}
}
}
$pagecontent = <<
![]() ![]() ENDCONTENT; print $pagecontent; print "last modified: ". date( "d F Y", getlastmod() ); print " this page visited: ".getCount(). " times "; include "/var/www/html/core/partf"; include "/var/www/html/core/partg"; |