geoschem / GCClassic

This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition.
https://geos-chem.readthedocs.io
Other
16 stars 36 forks source link

Now use short submodule names in .gitmodules #52

Closed yantosca closed 8 months ago

yantosca commented 8 months ago

Name and Institution (Required)

Name: Bob Yantosca Institution: Harvard + GCST

Confirm you have reviewed the following documentation

Describe the update

This is a minor update that fixes some incorrect submodule names in the .gitmodules file. We have changed:

[submodule "src/GEOS-Chem"]
[submodule "src/HEMCO"]
[submodule "docs/source/geos-chem-shared-docs"]
[submodule "src/GEOS-Chem/Cloud-J"]

to

[submodule "GEOS-Chem"]
[submodule "HEMCO"]
[submodule "geos-chem-shared-docs"]
[submodule "Cloud-J"]

Expected changes

This is a zero-diff update.

Related Github Issue(s)

NOTE: This PR should be merged immediately after: