README 800 B

12345678910111213141516171819202122
  1. Directories containing example programs showing
  2. the use of MCT.
  3. simple/ - Multiple single-source file examples showing how to set
  4. up MCTWorld, GSMaps and send/recv data in various two-component
  5. coupled configurations (sequential and concurrent). Require
  6. no input data.
  7. climate_concur1/ - A small program demonstrating MCT features
  8. in a configuration which mimics part of a concurrently executing
  9. climate model. Uses real climate model numerical grids. Requires
  10. the MCT/data directory.
  11. climate_sequen1/ - A small program demonstrating MCT features
  12. in a configuration which mimics part of a sequentially executing
  13. climate model. Uses real climate model numerical grids. Requires
  14. the MCT/data directory
  15. More examples will be available in future releases.