Skip to content
GitLab
Menu
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
eb783e90
Commit
eb783e90
authored
Oct 17, 2015
by
Uwe Schulzweida
Browse files
test/Remap.test: set ABSLIMDIS=0.2
parent
916f536a
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
eb783e90
...
...
@@ -3,6 +3,10 @@
* using CDI library version 1.7.0
* Version 1.7.0 released
2015-10-17 Uwe Schulzweida
* diff: set checkrel=TRUE
2015-10-11 Uwe Schulzweida
* removed obsolate option -p
...
...
test/Genweights.test.in
View file @
eb783e90
...
...
@@ -9,6 +9,7 @@ test -n "$CDO" || CDO=cdo
test -n "$DATAPATH" || DATAPATH=./data
#
ABSLIMMAX=0.001
ABSLIMDIS=0.2
ABSLIMYCON=0.25
CDOOUT=cout
CDOERR=cerr
...
...
@@ -28,6 +29,7 @@ for GRIDTYPE in "regular" "curvilinear" "unstructured"; do
if [ "$USER" = "m214003" ]; then RMODS="dis nn $RMODS"; fi
for RMOD in $RMODS; do
ABSLIM=$ABSLIMMAX
if [ $RMOD = dis ]; then ABSLIM=$ABSLIMDIS; fi
if [ $RMOD = ycon ]; then ABSLIM=$ABSLIMYCON; fi
RSTAT=0
OFILE=${GRID}_${RMOD}
...
...
test/Remap.test.in
View file @
eb783e90
...
...
@@ -9,6 +9,7 @@ test -n "$CDO" || CDO=cdo
test -n "$DATAPATH" || DATAPATH=./data
#
ABSLIMMAX=0.001
ABSLIMDIS=0.2
ABSLIMYCON=0.25
CDOOUT=cout
CDOERR=cerr
...
...
@@ -28,6 +29,7 @@ for GRIDTYPE in "regular" "curvilinear" "unstructured"; do
if [ "$USER" = "m214003" ]; then RMODS="dis nn $RMODS"; fi
for RMOD in $RMODS; do
ABSLIM=$ABSLIMMAX
if [ $RMOD = dis ]; then ABSLIM=$ABSLIMDIS; fi
if [ $RMOD = ycon ]; then ABSLIM=$ABSLIMYCON; fi
RSTAT=0
OFILE=${GRID}_${RMOD}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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