@@ -35,7 +35,7 @@ is managing. For example, if you cloned CLM with:
3535
3636 $ git clone
[email protected] /ncar/clm clm-dev
3737
38- Then the root of the source tree is /path/to/cesm -dev. If you obtained
38+ Then the root of the source tree is /path/to/clm -dev. If you obtained
3939CLM via an svn checkout of CESM and you need to checkout the CLM
4040externals, then the root of the source tree for CLM is:
4141
@@ -52,15 +52,16 @@ The root of the source tree will be referred to as ${SRC_ROOT} below.
5252 $ ./checkout_cesm/checkout_externals.py
5353
5454 * To update all required components to the current values in the
55- model description file, re-run $(prog)s :
55+ model description file, re-run checkout_externals.py :
5656
5757 $ cd ${SRC_ROOT}
5858 $ ./checkout_cesm/checkout_externals.py
5959
6060 If there are *any* modifications to *any* working copy according
61- to the git or svn 'status' command, $(prog)s will not update any
62- repositories in the model. Modifications include: modified files,
63- added files, removed files, missing files or untracked files,
61+ to the git or svn 'status' command, checkout_externals.py
62+ will not update any repositories in the model. Modifications
63+ include: modified files, added files, removed files, missing
64+ files or untracked files,
6465
6566 * Checkout all required components from a user specified model
6667 description file:
@@ -114,15 +115,15 @@ The root of the source tree will be referred to as ${SRC_ROOT} below.
114115
115116 * required (boolean) : whether the component is a required checkout
116117
117- * path (string) : component path *relative* to where checkout_externals.py
118- is called.
118+ * local_path (string) : component path *relative* to where
119+ checkout_externals.py is called.
119120
120121 * protoctol (string) : version control protocol that is used to
121122 manage the component. Valid values are 'git', 'svn',
122123 'externals_only'.
123124
124125 Note: 'externals_only' will only process the externals model
125- description file without trying to manage a repositor for the
126+ description file without trying to manage a repository for the
126127 component. This is used for retreiving externals for standalone
127128 components like cam and clm.
128129
@@ -137,7 +138,7 @@ The root of the source tree will be referred to as ${SRC_ROOT} below.
137138
138139 * externals (string) : relative path to the external model
139140 description file that should also be used. It is *relative* to the
140- component path . For example, the CESM model description will load
141- clm. CLM has additional externals that must be downloaded to be
142- complete. Those additional externals are managed from the clm
141+ component local_path . For example, the CESM model description will
142+ load clm. CLM has additional externals that must be downloaded to
143+ be complete. Those additional externals are managed from the clm
143144 source root by the file pointed to by 'externals'.
0 commit comments