Difference between revisions of "Creating GEOS-Chem run directories"
(→Downloading the GEOS-Chem unit tester) |
(→Downloading the GEOS-Chem unit tester) |
||
Line 5: | Line 5: | ||
== Downloading the GEOS-Chem unit tester == | == Downloading the GEOS-Chem unit tester == | ||
− | + | First, make sure that your system [[Debugging_with_the_GEOS-Chem_unit_tester#Requirements|has these software packages installed]]. (Most of these come standard with your Unix-based operating system.) | |
− | + | ||
+ | Next, clone the GEOS-Chem unit tester package with the command: | ||
+ | |||
+ | git clone -b v10-01-public git://git.as.harvard.edu/bmy/GEOS-Chem-UnitTest UT | ||
+ | |||
+ | This will create a copy of the GEOS-Chem Unit Tester package in a directory named <tt>UT</tt> for short. | ||
+ | |||
+ | The option | ||
+ | |||
+ | -b v10-01-public | ||
+ | |||
+ | specifies which branch of the GEOS-Chem Unit Tester that you would like to download. A new branch is created for each internal version of GEOS-Chem (i.e. the states of the code for which we run 1-month benchmark simulations). Most likely, you will want to download the '''v10-01-public''' branch of the GEOS-Chem Unit Tester, which corresponds to the public release of [[GEOS-Chem v10-01]]. | ||
--[[User:Bmy|Bob Y.]] 13:36, 19 March 2015 (EDT) | --[[User:Bmy|Bob Y.]] 13:36, 19 March 2015 (EDT) | ||
== Editing the CopyRunDirs.input file == | == Editing the CopyRunDirs.input file == |
Revision as of 17:47, 19 March 2015
NOTE: Page under construction
You can use the GEOS-Chem Unit Tester package to generate fresh copies of run directories for your GEOS-Chem simulations. On this page we
Downloading the GEOS-Chem unit tester
First, make sure that your system has these software packages installed. (Most of these come standard with your Unix-based operating system.)
Next, clone the GEOS-Chem unit tester package with the command:
git clone -b v10-01-public git://git.as.harvard.edu/bmy/GEOS-Chem-UnitTest UT
This will create a copy of the GEOS-Chem Unit Tester package in a directory named UT for short.
The option
-b v10-01-public
specifies which branch of the GEOS-Chem Unit Tester that you would like to download. A new branch is created for each internal version of GEOS-Chem (i.e. the states of the code for which we run 1-month benchmark simulations). Most likely, you will want to download the v10-01-public branch of the GEOS-Chem Unit Tester, which corresponds to the public release of GEOS-Chem v10-01.
--Bob Y. 13:36, 19 March 2015 (EDT)