Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ ! -d global-workflow.fd ]] ; then
rm -f ${logs_dir}/checkout-global-workflow.log
git clone https://github.com/NOAA-EMC/global-workflow.git global-workflow.fd >> ${logs_dir}/checkout-global-workflow.log 2>&1
cd global-workflow.fd
git checkout gefs_v12.3.18-0
git checkout gefs_v12.3.20-0
cd sorc
./checkout.sh
ERR=$?
Expand Down
2 changes: 1 addition & 1 deletion versions/run.ver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export gefs_ver=v12.3.18
export gefs_ver=v12.3.20

export gfs_ver=v16.3
export cfs_ver=v2.3
Expand Down