Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
> git checkout cesm2.2-asdbranch
> ./manage_externals/checkout_externals

You now have:

Code Block
languagebash
ChangeLog           cime_config         describe_version  Externals_cime.cfg  README.rst
ChangeLog_template  CODE_OF_CONDUCT.md  doc               LICENSE.txt
cime                components          Externals.cfg     manage_externals

with the new directories cime and components. The tools directory has been moved to within cime.

Code Block
languagetext
> cd components/clm
> git fetch origin
> git checkout release-cesm2.2.0/hist_opt

...