Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update.

Some of the subdirectories in the ACME E3SM code contain code that was brought in from another repository.  List them all.

Terms

  • external any subdirectory in ACME E3SM whose entire content is from another repository
  • upstream master  the repository everyone is sending their changes to.  Only one so that everyone pulling from the same source is working with all the same changes.   The source of an external.

Methods for including externals

  • submodule  a link that points to another git repository.  See Sharing External Code using Git Submodules . Submodules require an extra step after cloning to get the code.
  • recursive submodule:   a submodule that is inside another submodule.  
  • subtree a set of files and commits from another git repo, brought in to your repo so that it looks like original content.  See Sharing External Code using Git Subtree.  Subtrees are included in ACME when you "git clone".monorepo adding multiple projects, related or not, in the same repo.  Code is included when you clone ACME 
  • monorepo the entire repo is added once (usally with subtree) and developed within E3SM.  Might maintain a separate build/test system.
  • buildtime  the repo is checked out to the $CIME_OUTPUT_ROOT/$CASE/bld when compiling a case for the first time.  Code does not exist in ACME E3SM repo.

Rules for adding externals

  1. Group leads must approve adding a new external.  The group needing the external can decide on the method of inclusion.  A POC for the upstream master must be identified and the SE IG group leads notified.
  2. The upstream master for the external must be build-able and testable on its own.
  3. For submodules, the linked repo must be readable by all ACME E3SM developers.  If the upstream master can not be made readable, a fork must be maintained in ACMEE3SM-Climate Project github and ACME E3SM then links to that fork.

Development in externals

In general, there are several ways to develop with external code in ACME

  • strict 1-way:  all development is merged to the upstream master first and flows down to ACMEE3SM.  No exceptions.
  • mostly 1-way:  prefer strict 1-way but some exceptions can be made for emergency fixes
  • 2-way:  developers can make changes in ACME E3SM or the upstream master.  POC keeps them in sync.

More specific instructions for externals are below.  NOTE:  a commit should never mix external and non-external code.

Table of Externals currently in ACME

forked to https://github.com/ACME-Climate/fates
NameSubdirectory in ACMEexternal methodupstream masterdevelopment methodPOCNotes
CIMEcimesubtreehttps://github.com/ESMCI/cime

2-way


MCTcime/externals/MCTsubtreehttps://github.com/MCSclimate/MCT

mostly 1-way

usually brought in with CIME
PIOcime/externals/pio*subtreehttps://github.com/NCAR/ParallelIO

mostly 1-way

usually brought in with CIME
MPAS-OceanSCORPIOcomponents/mpas-o/model

externals/scorpio

externals/scorpio_classic

submodulehttps://github.com/MPAS-Dev/MPAS forked to https://github.com/ACME-Climate/MPAS /E3SM-Project/scorpiostrict 1-wayJayesh KrishnaE3SM uses this and ignores cime/externals/pio
Kokkosexternals/kokkossubmodulegit@github.com:E3SM-Project/kokkos.git branch e3sm/kokkosstrict 1-wayMark PetersenJames Foucar
MPAS-Land IceSource

components/mpasli/modelmpas-source

submodule

https://github.com/MPAS-Dev/MPAS

forked tohttps://github.com/ACME-Climate/MPAS

-Model

strict 1-wayMPAS-Ocean, Seaice and land ice all use code from here.
RRTMGPcomponents/cam/src/physics/rrtmgp/externalsubmodulegit@github.com:RobertPincus/rte-rrtmgp.git branch developstrict 1-wayMatt HoffmanMPAS-Sea IceBen Hillman
COSP2components/mpas-cice/model/cam/src/physics/cosp2/externalsubmodulehttps

git@github.com:CFMIP/

/github.com/MPAS-Dev/MPAS forked to

COSPv2.0.git branch CESM_v2.1.4

strict 1-way

MPP

components/clm/src/external_models/mpp

submodulehttps://github.com/ACMEMPP-ClimateLSM/MPASMPP branch cicealm/developstrict 1-wayAdrian TurnerGautam Bisht
FATES

components/clm/src/external_models/fates

submodule

https://github.com/NGEET/fates

strict 1-way
MPPSBETrcomponents/clm/src/external_models/mppsbetrsubmodulehttps://githubgit@github.com/ACME-Climate/mpp branch alm/develop:BeTR-biogeochemistry-modeling/sbetr.gitstrict 1-wayGautam Bisht
CVMixNAbuildtimecomponents/mpas-source/src/core_ocean/cvmixrescursive submodulehttps://github.com/CVMix/CVMix-srcstrict 1-way?After case.build, can be found in$EXEROOT/ocn/sourceJon Wolfeused to be not in-source and fetched at build time.
ocean BGCcomponents/mpas-source/src/core_ocean/.cvmix_allocean BGCNAbuildtimerecursive submodulehttps://github.com/ACMEE3SM-ClimateProject/Ocean-BGCstrict 1-way?After case.build, can be found in

$EXEROOT/ocn/source/core_ocean/.BGC_all

 

...

Jon Wolfeused to be not in-source and fetched at build time.


 Externals planned for E3SM

submodule
NameSubdirectory in ACMEexternal methodupstream masterdevelopment methodPOCNotes
CICE column physicsTBDTBD?

?

?sBeTR for land model

components/clm/src/external_models/sbetr

https://github.com/ACME-Climate/sbetr


strict 1-wayGautam BishtGCAMTBDsubmodule?https://github.com/JGCRI/gcam-corestrict 1-wayKatherine Calvin (Unlicensed)


Specific external development instructions

CIME:

Code location:  ACME E3SM/cime

Any code development in ACMEE3SM/cime/config/acme can be committed directly to ACME E3SM through the normal PR process.

Code development in other parts of CIME should be committed first with a PR in https://github.com/ESMCI/cime.  It will be then brought to ACME E3SM by a subtree merge as in Maintaining the CIME subtree in ACME.ACME staff can report any bugs in CIME at https://github.com/ACME-Climate/ACME/issues.  SE/CPL staff may open a companion report at 

Report issues about the Case Control System, driver or coupler directly to  https://github.com/ESMCI/cime/issues.  ACME cime bugs which have been fixed in ESMCI and are waiting a subtree merge will have the github label "Fixed in ESMCI" attached to them.

...

.   config file issues can be reported to E3SM gitub.