Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
bc590a12
Commit
bc590a12
authored
Apr 04, 2014
by
Uwe Schulzweida
Browse files
test/Genweights.test.in: added test for genycon
parent
89effe14
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Genweights.test.in
View file @
bc590a12
#! @SHELL@
echo 1..2
0
# Number of tests to be executed.
echo 1..2
6
# Number of tests to be executed.
#
test -n "$CDO" || CDO=cdo
test -n "$DATAPATH" || DATAPATH=./data
...
...
@@ -18,8 +18,8 @@ for GRIDTYPE in "regular" "curvilinear" "unstructured"; do
if [ "$GRIDTYPE" != "regular" ]; then SETGRID="-setgridtype,$GRIDTYPE"; fi
for GRID in $GRIDS; do
# remaplaf: sort could give different results"
RMODS="bil bic nn con"
if [ "$GRIDTYPE" = "unstructured" ]; then RMODS="nn con"; fi
RMODS="bil bic nn con
ycon
"
if [ "$GRIDTYPE" = "unstructured" ]; then RMODS="nn con
ycon
"; fi
for RMOD in $RMODS; do
RSTAT=0
OFILE=${GRID}_${RMOD}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment