53 |
|
|
54 |
if test $tst_grp = 'a' ; then |
if test $tst_grp = 'a' ; then |
55 |
checkOut=2 |
checkOut=2 |
56 |
#tst_list='mpa adm mpi gfo+rs mth+rs' |
tst_list='mpa mpi mp2+rs mth' |
|
#tst_list="$tst_list oad" |
|
|
#tst_list='adm gfo+rs oad' |
|
|
tst_list='adm gfo+rs' |
|
57 |
else |
else |
58 |
checkOut=1 |
checkOut=1 |
59 |
tst_list='adm g77 gfo+rs ifc' |
tst_list='adm gfo+rs' |
60 |
|
#tst_list="$tst_list oad" |
61 |
if test "x$dInWeek" = xSun ; then tst_list="$tst_list tlm" ; fi |
if test "x$dInWeek" = xSun ; then tst_list="$tst_list tlm" ; fi |
62 |
fi |
fi |
63 |
echo " test: $outDir ; list='$tst_list'" |
echo " test: $outDir ; list='$tst_list'" |
199 |
if test $typ = 'mpi' ; then |
if test $typ = 'mpi' ; then |
200 |
addExp="offline_cheapaml atm_gray atm_strato" |
addExp="offline_cheapaml atm_gray atm_strato" |
201 |
fi |
fi |
202 |
if test $typ = 'gfo' -o $typ = 'ifc' -o $typ = 'mpa' ; then |
if test $typ = 'gfo' -o $typ = 'ifc' -o $typ = 'adm' ; then |
203 |
addExp="$addExp global_oce_biogeo_bling" |
addExp="$addExp global_oce_biogeo_bling" |
204 |
fi |
fi |
205 |
if test $typ = 'gfo' -o $typ = 'ifc' ; then |
if test $typ = 'gfo' -o $typ = 'ifc' ; then |
208 |
if test $typ = 'mpi' ; then |
if test $typ = 'mpi' ; then |
209 |
addExp="$addExp global_ocean.gm_k3d" |
addExp="$addExp global_ocean.gm_k3d" |
210 |
addExp="$addExp global_oce_cs32" |
addExp="$addExp global_oce_cs32" |
211 |
|
addExp="$addExp global_oce_llc90" |
212 |
fi |
fi |
213 |
#- check day and time: |
#- check day and time: |
214 |
curDay=`date +%d` ; curHour=`date +%H` |
curDay=`date +%d` ; curHour=`date +%H` |