CF Standard Names
=================
Introduction
------------
CF conventions describe format (names, attributes) of data files
used for climate modelling.
Homepage:
cf-pcmdi.llnl.gov
Document with convention description:
Home > Documents > CF Conventions > 1.4
Standard name table
-------------------
Downloaded xml table from:
http://cf-pcmdi.llnl.gov/documents/cf-standard-names/standard-name-table/12/cf-standard-name-table.xml
Renamed to:
cf-standard-name-table-v12.xml
HTML documentation about the table:
home > documents > cf standard names > about the cf standard name table
HTML guidelines about construnction of names:
home > documents > cf standard names > guidelines for construction ...
Fortran module
--------------
A Fortran module is availale to read the xml table:
src/standard_name_table.f90
This module is created with the 'xmlf' program,
with as input the definition file:
src/standard_name_table.xml
To (re)create the module, go to the 'src' directory and try:
make standard_name_table.f90
To (re)create and run a test program for the module, use:
make standard_name_table-test.x
./standard_name_table-test.x