PRINTSCRIPT; print $script_style; include "/var/www/html/core/partc"; $linkpage = <<< PRINTLINK gfdl homepage > people > cobweb homepage > people > v. balaji homepage > this page PRINTLINK; print $linkpage; // GFDL header include "/var/www/html/core/partd"; $titlepage = <<< TITLEPAGE FMS Model Components TITLEPAGE; print $titlepage; // GFDL header include_once( '/var/lib/php/counter.inc' ); error_reporting(E_ERROR); require_once('../magpierss/rss_fetch.inc'); require_once('../magpierss/rss_utils.inc'); include "/var/www/html/core/parte"; $pagecontent = <<< ENDCONTENT
|
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; 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"; |