Skip to content
Snippets Groups Projects
Commit 4feab587 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

test_Remap.sh: removed test for remaplaf (sort could give different results)

parent 87d8b79f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ for GRIDTYPE in " " "-setgridtype,curvilinear" "-setgridtype,unstructured"; do
for GRID in $GRIDS; do
# remaplaf: sort could give different results"
RMODS="bil bic nn con"
if [ "$GRIDTYPE" == "-setgridtype,unstructured" ]; then RMODS="nn con laf"; fi
if [ "$GRIDTYPE" == "-setgridtype,unstructured" ]; then RMODS="nn con"; fi
for RMOD in $RMODS; do
OFILE=${GRID}_${RMOD}
RFILE=$DATAPATH/${OFILE}_ref
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment