-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #420 from uturuncoglu/feature/inline
CMEPS PR for CDEPS Inline implementation
- Loading branch information
Showing
20 changed files
with
1,360 additions
and
588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,18 +79,22 @@ jobs: | |
- name: checkout externals | ||
run: | | ||
pushd cesm | ||
./manage_externals/checkout_externals ccs_config cdeps cime share mct cpl7 parallelio | ||
./manage_externals/checkout_externals ccs_config cdeps share mct cpl7 parallelio | ||
cd ccs_config | ||
git checkout main | ||
cd ../cime | ||
git checkout master | ||
git checkout main | ||
cd ../ | ||
git clone https://github.com/ESMCI/cime | ||
cd cime | ||
if [[ ! -e "${PWD}/.gitmodules.bak" ]] | ||
then | ||
echo "Convering [email protected] to https://github.com urls in ${PWD}/.gitmodules" | ||
echo "Converting [email protected] to https://github.com urls in ${PWD}/.gitmodules" | ||
sed -i".bak" "s/[email protected]:/https:\/\/github.com\//g" "${PWD}/.gitmodules" | ||
fi | ||
git submodule update --init | ||
cd ../components/cdeps | ||
git checkout main | ||
- name: Cache ESMF | ||
id: cache-esmf | ||
uses: actions/cache@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.