ufs-community / ufs-srweather-app

UFS Short-Range Weather Application
Other
55 stars 116 forks source link

[develop] Replace manage_externals with Git submodules #1028

Open MichaelLueken opened 6 months ago

MichaelLueken commented 6 months ago

DESCRIPTION OF CHANGES:

As voted on in the first SRW App CM meeting in 2024, this PR replaces the current manage_externals with Git submodules. This PR will remain in draft form until we are ready to proceed with this update.

Type of change

TESTS CONDUCTED:

DEPENDENCIES:

None

DOCUMENTATION:

Documentation will be updated in this PR before it is opened.

ISSUE:

CHECKLIST

MichaelLueken commented 6 months ago

To clone the repository, you can use either:

git clone --recursive -b feature/git_submodules git@github.com:MichaelLueken/ufs-srweather-app.git

or, if you didn't use the --recursive option:

git clone -b feature/git_submodules git@github.com:MichaelLueken/ufs-srweather-app.git cd ufs-srweather-app git submodule update --init --recursive