README 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. CF Standard Names
  2. =================
  3. Introduction
  4. ------------
  5. CF conventions describe format (names, attributes) of data files
  6. used for climate modelling.
  7. Homepage:
  8. cf-pcmdi.llnl.gov
  9. Document with convention description:
  10. Home > Documents > CF Conventions > 1.4
  11. Standard name table
  12. -------------------
  13. Downloaded xml table from:
  14. http://cf-pcmdi.llnl.gov/documents/cf-standard-names/standard-name-table/12/cf-standard-name-table.xml
  15. Renamed to:
  16. cf-standard-name-table-v12.xml
  17. HTML documentation about the table:
  18. home > documents > cf standard names > about the cf standard name table
  19. HTML guidelines about construnction of names:
  20. home > documents > cf standard names > guidelines for construction ...
  21. Fortran module
  22. --------------
  23. A Fortran module is availale to read the xml table:
  24. src/standard_name_table.f90
  25. This module is created with the 'xmlf' program,
  26. with as input the definition file:
  27. src/standard_name_table.xml
  28. To (re)create the module, go to the 'src' directory and try:
  29. make standard_name_table.f90
  30. To (re)create and run a test program for the module, use:
  31. make standard_name_table-test.x
  32. ./standard_name_table-test.x