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 c890143 commit 778f9c3Copy full SHA for 778f9c3
.github/scripts/run_tests.sh
@@ -116,6 +116,9 @@ fi
116
if [ "${TESTDIR}" == "EXAMPLES/global_small" ]; then
117
sed -i "s:^RECORD_LENGTH_IN_MINUTES .*:RECORD_LENGTH_IN_MINUTES = 0.1:" DATA/Par_file
118
fi
119
+if [ "${TESTDIR}" == "EXAMPLES/regional_Berkeley" ]; then
120
+ sed -i "s:^RECORD_LENGTH_IN_MINUTES .*:RECORD_LENGTH_IN_MINUTES = 4.0:" DATA/Par_file # needs increase due to source time function
121
+fi
122
123
# debug
124
if [ "${DEBUG}" == "true" ]; then
0 commit comments