We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13d0ac commit 2007a33Copy full SHA for 2007a33
1 file changed
sorc/link_workflow_gcafs.sh
@@ -126,9 +126,9 @@ for dir in aer \
126
ugwd \
127
verif; do
128
if [[ -d "${dir}" ]]; then
129
- #if [[ "${RUN_ENVIR}" == "nco" ]]; then
130
- # chmod -R 755 "${dir}"
131
- #fi
+ if [[ "${RUN_ENVIR}" == "nco" ]]; then
+ chmod -R 755 "${dir}"
+ fi
132
rm -rf "${dir}"
133
fi
134
fix_ver="${dir}_ver"
@@ -190,7 +190,7 @@ fi
190
${LINK_OR_COPY} "${HOMEglobal}/sorc/ufs_model.fd/tests/atparse.bash" .
191
192
# Link UPP modulefiles for module loading
193
-if [[ "${RUN_ENVIR}" == "nco" ]]; then
+if [[ "${RUN_ENVIR}" == "emc" ]]; then
194
cd "${HOMEglobal}/modulefiles" || exit 1
195
if [[ -d "${HOMEglobal}/sorc/ufs_model.fd/UFSATM/upp/modulefiles" ]]; then
196
if [[ -d "upp" ]]; then
0 commit comments