@@ -32,6 +32,7 @@ fmspath=${ACCESS_OM_DIR}/src/mom/exec/nci/${mom_type}/fms_${mom_type}.x
32
32
cice1path=${ACCESS_OM_DIR} /src/cice5/build_auscom_360x300_24p/cice_auscom_360x300_24p.exe
33
33
cice025path=${ACCESS_OM_DIR} /src/cice5/build_auscom_1440x1080_480p/cice_auscom_1440x1080_480p.exe
34
34
cice010path=${ACCESS_OM_DIR} /src/cice5/build_auscom_3600x2700_722p/cice_auscom_3600x2700_722p.exe
35
+ cice010path_18x15=${ACCESS_OM_DIR} /src/cice5/build_auscom_18x15.3600x2700_1682p/cice_auscom_18x15.3600x2700_1682p.exe
35
36
mppnccombinepath=${ACCESS_OM_DIR} /src/mom/bin/mppnccombine.nci
36
37
37
38
config1ryfpath=${ACCESS_OM_DIR} /control/1deg_jra55_ryf/config.yaml
@@ -60,34 +61,47 @@ yatmhashexe="${yatmbn%.*}"_${yatmhash}."${yatmpath##*.}"
60
61
echo " cp -n ${yatmpath} ${bindir} /${yatmhashexe} "
61
62
cp -n ${yatmpath} ${bindir} /${yatmhashexe}
62
63
chmod o+x ${bindir} /${yatmhashexe} || true
64
+ chgrp ik11 ${bindir} /${yatmhashexe} || true
63
65
64
66
fmsbn=$( basename " ${fmspath} " )
65
67
fmshashexe=" ${fmsbn% .* } " _${fmshash} ." ${fmspath##* .} "
66
68
echo " cp -n ${fmspath} ${bindir} /${fmshashexe} "
67
69
cp -n ${fmspath} ${bindir} /${fmshashexe}
68
70
chmod o+x ${bindir} /${fmshashexe} || true
71
+ chgrp ik11 ${bindir} /${fmshashexe} || true
69
72
70
73
cice1bn=$( basename " ${cice1path} " )
71
74
cice1hashexe=" ${cice1bn% .* } " _${cicehash} ." ${cice1path##* .} "
72
75
echo " cp -n ${cice1path} ${bindir} /${cice1hashexe} "
73
76
cp -n ${cice1path} ${bindir} /${cice1hashexe}
74
77
chmod o+x ${bindir} /${cice1hashexe} || true
78
+ chgrp ik11 ${bindir} /${cice1hashexe} || true
75
79
76
80
cice025bn=$( basename " ${cice025path} " )
77
81
cice025hashexe=" ${cice025bn% .* } " _${cicehash} ." ${cice025path##* .} "
78
82
echo " cp -n ${cice025path} ${bindir} /${cice025hashexe} "
79
83
cp -n ${cice025path} ${bindir} /${cice025hashexe}
80
84
chmod o+x ${bindir} /${cice025hashexe} || true
85
+ chgrp ik11 ${bindir} /${cice025hashexe} || true
81
86
82
87
cice010bn=$( basename " ${cice010path} " )
83
88
cice010hashexe=" ${cice010bn% .* } " _${cicehash} ." ${cice010path##* .} "
84
89
echo " cp -n ${cice010path} ${bindir} /${cice010hashexe} "
85
90
cp -n ${cice010path} ${bindir} /${cice010hashexe}
86
91
chmod o+x ${bindir} /${cice010hashexe} || true
92
+ chgrp ik11 ${bindir} /${cice010hashexe} || true
93
+
94
+ cice010bn_18x15=$( basename " ${cice010path_18x15} " )
95
+ cice010hashexe_18x15=" ${cice010bn_18x15% .* } " _${cicehash} ." ${cice010path_18x15##* .} "
96
+ echo " cp -n ${cice010path_18x15} ${bindir} /${cice010hashexe_18x15} "
97
+ cp -n ${cice010path_18x15} ${bindir} /${cice010hashexe_18x15}
98
+ chmod o+x ${bindir} /${cice010hashexe_18x15} || true
99
+ chgrp ik11 ${bindir} /${cice010hashexe_18x15} || true
87
100
88
101
echo " cp -n ${mppnccombinepath} ${bindir} /mppnccombine"
89
102
cp -n ${mppnccombinepath} ${bindir} /mppnccombine # no hash for mppnccombine
90
103
chmod o+x ${bindir} /mppnccombine || true # no hash for mppnccombine
104
+ chgrp ik11 ${bindir} /mppnccombine || true # no hash for mppnccombine
91
105
92
106
echo " Fixing exe in " ${config1ryfpath} " to match executable names..."
93
107
sed " s|exe:.*${yatmbn% .* } _.*|exe: ${bindir} /${yatmhashexe} |g" < ${config1ryfpath} > ${config1ryfpath} -tmp
0 commit comments