Skip to content

Commit

Permalink
Merge PR #394 (Now use short submodule names in .gitmodules)
Browse files Browse the repository at this point in the history
This merge brings PR #394 (Now use short submodule names in gitmodules,
by @yantosca) the GEOS-Chem "no-diff-to-benchmark" development stream.

This update edits the .gitmodules file so as to remove the path from
the submodule names.  Paths are declared with the "path = /path/to/submod"
specification.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Mar 18, 2024
2 parents 9100a1d + 7896445 commit cbba841
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
[submodule "src/MAPL"]
[submodule "MAPL"]
path = src/MAPL
url = https://github.com/geoschem/MAPL
[submodule "src/GMAO_Shared"]
[submodule "GMAO_Shared"]
path = src/GMAO_Shared
url = https://github.com/geoschem/GMAO_Shared
[submodule "ESMA_cmake"]
path = ESMA_cmake
url = https://github.com/geoschem/ESMA_cmake
[submodule "src/gFTL-shared"]
[submodule "gFTL-shared"]
path = src/gFTL-shared
url = https://github.com/geoschem/gFTL-shared.git
[submodule "src/FMS"]
[submodule "FMS"]
path = src/FMS
url = https://github.com/geoschem/FMS.git
[submodule "src/GCHP_GridComp/FVdycoreCubed_GridComp"]
[submodule "FVdycoreCubed_GridComp"]
path = src/GCHP_GridComp/FVdycoreCubed_GridComp
url = https://github.com/geoschem/FVdycoreCubed_GridComp.git
[submodule "src/GCHP_GridComp/GEOSChem_GridComp/geos-chem"]
[submodule "geos-chem"]
path = src/GCHP_GridComp/GEOSChem_GridComp/geos-chem
url = https://github.com/geoschem/geos-chem.git
[submodule "src/GCHP_GridComp/HEMCO_GridComp/HEMCO"]
[submodule "HEMCO"]
path = src/GCHP_GridComp/HEMCO_GridComp/HEMCO
url = https://github.com/geoschem/HEMCO.git
[submodule "src/yaFyaml"]
[submodule "yaFyaml"]
path = src/yaFyaml
url = https://github.com/geoschem/yaFyaml.git
[submodule "src/pFlogger"]
[submodule "pFlogger"]
path = src/pFlogger
url = https://github.com/geoschem/pFlogger.git
[submodule "docs/geos-chem-shared-docs"]
[submodule "geos-chem-shared-docs"]
path = docs/source/geos-chem-shared-docs
url = https://github.com/geoschem/geos-chem-shared-docs.git
[submodule "src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J"]
[submodule "Cloud-J"]
path = src/GCHP_GridComp/Cloud-J
url = https://github.com/geoschem/Cloud-J
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Now print container name being read by ExtData when `CAP.EXTDATA` is set to `DEBUG` in `logging.yml`

### Changed
- Now use short names for submodules (i.e. without the path) in `.gitmodules`

### Fixed
- Fixed bug where SPHU used to construct PLE for advection was vertically inverted if using raw GMAO meteorology files

Expand Down

0 comments on commit cbba841

Please sign in to comment.