index.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <meta name="viewport" content="width=640" />
  7. <link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
  8. <link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
  9. <link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
  10. <script type="text/javascript" src="javascripts/modernizr.js"></script>
  11. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  12. <script type="text/javascript" src="javascripts/headsmart.min.js"></script>
  13. <script type="text/javascript">
  14. $(document).ready(function () {
  15. $('#main_content').headsmart()
  16. })
  17. </script>
  18. <title>PLASIM by Edilbert</title>
  19. </head>
  20. <body>
  21. <a id="forkme_banner" href="https://github.com/Edilbert/PLASIM">View on GitHub</a>
  22. <div class="shell">
  23. <header>
  24. <span class="ribbon-outer">
  25. <span class="ribbon-inner">
  26. <h1>PLASIM</h1>
  27. <h2>The Circulation Models Planet Simulator (PlaSim) and PUMA</h2>
  28. </span>
  29. <span class="left-tail"></span>
  30. <span class="right-tail"></span>
  31. </span>
  32. </header>
  33. <section id="downloads">
  34. <span class="inner">
  35. <a href="https://github.com/Edilbert/PLASIM/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/Edilbert/PLASIM/tarball/master" class="tgz"><em>download</em> .TGZ</a>
  36. </span>
  37. </section>
  38. <span class="banner-fix"></span>
  39. <section id="main_content">
  40. <h3>
  41. <a name="plasim-emt" class="anchor" href="#plasim-emt"><span class="octicon octicon-link"></span></a>A Climate Model for Earth & Mars</h3>
  42. <hr><ul>
  43. <li>Free - All components are open source </li>
  44. <li>Interactive - Graphical two-way user interface</li>
  45. <li>Modular - Problem oriented model configuration </li>
  46. <li>Parallel - Runs on parallel machines and clusters </li>
  47. <li>Scalable - Wide range of resolutions starting at T21 L5 </li>
  48. <li>Portable - Hardware independent code</li>
  49. <li>Structured - Clear and rich commented source code (Fortran 90) </li>
  50. <li>Compatible - supports MPI, GRIB, NetCDF </li>
  51. <li>Documented - Extensive Users's Guide and Reference Manual </li>
  52. <li>Fast - Simulate 500 years per day on a 4 core CPU</li>
  53. <li>Postprocessing -The "burner" postprocessor </li>
  54. </ul><h3>
  55. <a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
  56. <p>Frank Lunkeit - Edilbert Kirk - Thomas Frisius - Klaus Fraedrich - Valerio Lucarini</p>
  57. <h3>
  58. <a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
  59. <p><a href="http://www.mi.uni-hamburg.de/Forum.5807.0.html">Planet Simulator Forum</a></p>
  60. </section>
  61. <footer>
  62. <span class="ribbon-outer">
  63. <span class="ribbon-inner">
  64. <p>this project by <a href="https://github.com/Edilbert">Edilbert</a> can be found on <a href="https://github.com/Edilbert/PLASIM">GitHub</a></p>
  65. </span>
  66. <span class="left-tail"></span>
  67. <span class="right-tail"></span>
  68. </span>
  69. <p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
  70. <span class="octocat"></span>
  71. </footer>
  72. </div>
  73. </body>
  74. </html>