diff --git a/.gitmodules b/.gitmodules index 68252c3bc..035f2dc87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3734b85a4..74d9a57ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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