Skip to content

Commit 8cf5ff8

Browse files
committed
Moved ufs_rts_scmreplay_ci tarball to be a release asset. File is smaller and location had to be updated
1 parent 4516c23 commit 8cf5ff8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_run_scm_ufs_replay.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
run: |
6262
if test ! -d "${dir_rt_cache}"; then
6363
mkdir -p ${dir_rt_cache} && cd ${dir_rt_cache}
64-
wget https://dtcenter.ucar.edu/ccpp/rt/ufs_rts_scmreplay_ci.tar
65-
tar -xvf ufs_rts_scmreplay_ci.tar
66-
ls ${dir_rt_cache}
64+
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.1/ufs_rts_scmreplay_ci.tar.gz
65+
tar -xvf ufs_rts_scmreplay_ci.tar.gz
66+
ls ${dir_rt_cache}/data_new
6767
fi
6868
6969
- name: Create UFS-replay case.
7070
run: |
7171
cd ${SCM_ROOT}/scm/etc/scripts/
72-
./UFS_forcing_ensemble_generator.py -d ${dir_rt_cache}/ --C_RES 192 -dt 360 -n control_c192 -lons 300 -lats 34 -sc
72+
./UFS_forcing_ensemble_generator.py -d ${dir_rt_cache}/data_new --C_RES 192 -dt 360 -n control_c192 -lons 97 -lats 34 -sc
7373
7474
#######################################################################################
7575
# Done

0 commit comments

Comments
 (0)