Skip to content

Commit

Permalink
- updated sorc/fv3gfs_ccpp.fd to 18Dec20 gsl/develop branch, 57a8258
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhender committed Dec 30, 2020
1 parent 326b4e7 commit 21c6295
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
24 changes: 7 additions & 17 deletions INFO
Original file line number Diff line number Diff line change
@@ -1,33 +1,23 @@
02 Nov 2020
- reservations shut off
30 Dec 2020
- update to 13Dec gsl/develop branch, 57a8258, for sorc/fv3gfs_ccpp.fd
effective 00Z 31 Dec 2020
30 Nov 2020
- change n_sponge=23 for L64 runs, effective 00Z 01 Dec 2020
24 Aug 2020
- corrected labeling of nta_ulwf plots
20 Aug 2020
- changed nsponge=42 for L128
effective 08/21/20 00Z run
19 Aug 2020
- update to new NCL graphic routines
* NOAA logo
* new domains
17 Aug 2020
- updated to 13aug gsd/develop branch, eff83ae, for sorc/fv3gfs_ccpp.fd
f61416fef691d9ba39a40df1ce72aa574f54c390 FMS (2019.01.03)
e904618219aee0de8a1962c13fa51c13b1eaa452 FV3 (heads/gsd/develop)
e8896bc0f582c7c825eaa198cbbb83c206a29d43 atmos_cubed_sphere (heads/gsd/develop)
0b84becf3ca7f541b37fc9cf8d11a45aa2b14407 ccpp/framework (ccpp_transition_to_vlab_master_20190705-205-g0b84bec)
ae9e0e293ae5e450de4dcb94f62cde7c7f29c161 ccpp/physics (ccpp_transition_to_vlab_master_20190705-685-gae9e0e2)
fd578b9c981b18d24c0729f6d8ec42df51e661e9 NEMS (heads/develop)
19f3126c832b26ae4c5b27bca6c1dcc676755602 WW3 (6.07.1-36-g19f3126c)
a8e2cc1c84a1e6a7deb9eef152edec2992b1a859 stochastic_physics (ufs-v1.0.0-52-ga8e2cc1)
effective 08/18/20 00Z run in realtime (backfilled to 08/01/20 00Z using this version)
18 Aug 2020
- updated to 13Aug gsd/develop branch, for sorc/fv3gfs_ccpp.fd
15 Jul 2020
- updated to 08Jul gsd/develop branch, 04b3ad2, for sorc/fv3gfs_ccpp.fd + GF modifications
08 Jul 2020
- updated to 29Jun gsd/develop branch, 27a8a07, for sorc/fv3gfs_ccpp.fd
01 July 2020
- merge 23Jun20 portorion branch, ed6b279, into gsd-ccpp-jet
- additional updates for running on jet
- reservations enabled
17 June 2020
- created new branch, gsd-ccpp-jet, from 15Jun20 port2orion branch, ed6b279
- using 09Jun gsd/develop branch for sorc/fv3gfs_ccpp.fd
5 changes: 3 additions & 2 deletions sorc/build_fv3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ FV3=$( pwd -P )/FV3
cd tests/
#JKH./compile.sh "$FV3" "$target" "WW3=Y 32BIT=Y" 1
#JKHmv -f fv3_1.exe ../NEMS/exe/global_fv3gfs.x
./compile.sh "$FV3" "$target" "CCPP=Y 32BIT=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GSD_noah,FV3_GFS_v16beta,FV3_GSD_v0"
mv -f fv3.exe ../NEMS/exe/global_fv3gfs_ccpp.x
#JKH./compile.sh "$FV3" "$target" "CCPP=Y 32BIT=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GSD_noah,FV3_GFS_v16beta,FV3_GSD_v0,FV3_GSD_noah_gfdlmp" 2 NO NO
./compile.sh "$target" "CCPP=Y 32BIT=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GSD_noah,FV3_GFS_v16beta,FV3_GSD_v0,FV3_GSD_noah_gfdlmp" 2 NO NO
mv -f fv3_2.exe ../NEMS/exe/global_fv3gfs_ccpp.x
11 changes: 4 additions & 7 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ echo $topdir
echo fv3gfs_ccpp checkout ...
if [[ ! -d fv3gfs_ccpp.fd ]] ; then
rm -f ${topdir}/checkout-fv3gfs_ccpp.log
git clone --recursive -b gsd/develop https://github.com/NOAA-GSD/ufs-weather-model ufs-weather-model_13aug_eff83ae >> ${topdir}/checkout-fv3gfs_ccpp.log 2>&1
cd ufs-weather-model_13aug_eff83ae
git checkout eff83ae37d98c66534366ba3c8d773b9522a5c62
git clone --recursive -b gsd/develop https://github.com/NOAA-GSD/ufs-weather-model ufs-weather-model_18dec_57a8258 >> ${topdir}/checkout-fv3gfs_ccpp.log 2>&1
cd ufs-weather-model_18dec_57a8258
git checkout 57a825847f51e18705faf5216e93c4ddbb1307a7
git submodule sync
git submodule update --init --recursive
cd ${topdir}
ln -fs ufs-weather-model_13aug_eff83ae fv3gfs_ccpp.fd
ln -fs ufs-weather-model_08jul_04b3ad2 fv3gfs_ccpp.fd
ln -fs fv3gfs_ccpp.fd fv3gfs.fd
rsync -ax fv3gfs.fd_jkh/ fv3gfs.fd/ ## copy over changes not in FV3 repository
else
echo 'Skip. Directory fv3gfs_ccpp.fd already exists.'
fi
Expand Down Expand Up @@ -65,7 +64,6 @@ if [[ ! -d ufs_utils.fd ]] ; then
cd ufs_utils.fd
#git checkout release/ops-gfsv16
git checkout feature/orion
rsync -ax ufs_utils.fd_jkh/ ufs_utils.fd/ ## copy over changes not in UFS_UTILS repository
cd ${topdir}
else
echo 'Skip. Directory ufs_utils.fd already exists.'
Expand All @@ -77,7 +75,6 @@ if [[ ! -d gfs_post.fd ]] ; then
git clone https://github.com/NOAA-EMC/EMC_post.git gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1
cd gfs_post.fd
git checkout upp_gfsv16_release.v1.0.9
rsync -ax gfs_post.fd_jkh/ gfs_post.fd/ ## copy over changes not in EMC_post repository
cd ${topdir}
else
echo 'Skip. Directory gfs_post.fd already exists.'
Expand Down

0 comments on commit 21c6295

Please sign in to comment.