We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc37b4 commit 4fae647Copy full SHA for 4fae647
kgo_updates/meto_update_kgo.sh
@@ -90,7 +90,9 @@ new_kgo_dir=${new_kgo_dir:-"vn${version_number}_t${ticket_number}"}
90
# Check in the working_copy rose-stem for .rc or .cylc files
91
# Need this for the variables file extension
92
# Can't use Cylc version as .rc can be used in compatibility mode
93
-if [ -f "${wc_path}/rose-stem/suite.rc" ]; then
+# Temporary Update post UM switched to flow.cylc, but still variables.rc
94
+# This section can be removed once UM is just using .cylc at vn14.0
95
+if [ -f "${wc_path}/rose-stem/family-common.rc" ]; then
96
variables_extension=".rc"
97
elif [ -f "${wc_path}/rose-stem/suite.cylc" ] || [ -f "${wc_path}/rose-stem/flow.cylc" ]; then
98
variables_extension=".cylc"
0 commit comments