Fortuna 2.4 User's Guide: Difference between revisions
Line 17: | Line 17: | ||
The source code will then incorporate the tag's modifications. | The source code will then incorporate the tag's modifications. | ||
Once the checkout from the repository is completed, you are ready to compile. <code>cd</code> to the <code>src</code> directory at the top of the source code directory tree and from a <code>csh</code> shell run <code>source g5_modules</code>. This will load the appropriate modules and create the necessary environment for compiling and running. It is tailored to the individual systems that GEOS-5 usually runs on, so it probably won't work elsewhere. After that you can run <code>make install</code>, which will create the necessary executables in the directory ''ARCH''/bin, where ''ARCH'' is the local architecture (most often <code>Linux</code>). | Once the checkout from the repository is completed, you are ready to compile. <code>cd</code> to the <code>src</code> directory at the top of the source code directory tree and from a <code>csh</code> shell run <code>source g5_modules</code>. This will load the appropriate modules and create the necessary environment for compiling and running. It is tailored to the individual systems that GEOS-5 usually runs on, so it probably won't work elsewhere. After that you can run <code>make install</code>, which will create the necessary executables in the directory <code>''ARCH''/bin</code>, where ''ARCH'' is the local architecture (most often <code>Linux</code>). | ||
== Setting up a Global Model Run == | == Setting up a Global Model Run == |