Skip to content

Commit

Permalink
Move source code to new repository
Browse files Browse the repository at this point in the history
Directories in sorc and util containing source code are removed.
These have been moved to a new repository, global-workflow-utils,
that will hold all code managed by the global team. A new checkout
entry has been added that clones that repository.

Some adjustments still need to be made before the programs can be
built.

Refs: #356
  • Loading branch information
WalterKolczynski-NOAA committed Dec 17, 2021
1 parent dd03ed0 commit eaabdb0
Show file tree
Hide file tree
Showing 154 changed files with 11 additions and 54,495 deletions.
11 changes: 11 additions & 0 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,15 @@ else
echo 'Skip. Directory verif-global.fd already exist.'
fi

echo global-workflow-utils checkout ...
if [[ ! -d global-workflow-utils.fd ]] ; then
rm -f ${topdir}/checkout-verif-global.log
git clone --recursive https://github.com/NOAA-EMC/global-workflow-utils.git global-workflow-utils.fd >> ${logdir}/checkout-global-workflow-utils.log 2>&1
cd global-workflow-utils.fd
# git checkout verif_global_v2.8.0
cd ${topdir}
else
echo 'Skip. Directory global-workflow-utils.fd already exist.'
fi

exit 0
3 changes: 0 additions & 3 deletions sorc/enkf_chgres_recenter.fd/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions sorc/enkf_chgres_recenter.fd/CMakeLists.txt

This file was deleted.

65 changes: 0 additions & 65 deletions sorc/enkf_chgres_recenter.fd/driver.f90

This file was deleted.

Loading

0 comments on commit eaabdb0

Please sign in to comment.