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
55d1f467
Commit
55d1f467
authored
Oct 18, 2019
by
Oliver Heidmann
Browse files
fixed Remapgrid tests
parent
eaf99f65
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Remapgrid.test.in
View file @
55d1f467
...
...
@@ -104,47 +104,48 @@ REFDATAPATH=$CDOTESTDATA/$REMAPGRIDDIR
#
if [ -d "$CDOTESTDATA/$REMAPGRIDDIR" ]; then
#
for REMAP in dis nn con scon laf; do
STATS="remapdis remapnn remapbil remapbic remapcon remapcon2 remapscon remaplaf"
for REMAP in remapdis remapnn remapcon remapscon remaplaf; do
remapfunc $REMAP file:R2B4.nc global_2
done
#
for REMAP in
dis nn bil bic con con2 scon laf
; do
for REMAP in
$STATS
; do
remapfunc $REMAP global_0.5 global_2
done
#
for REMAP in
dis nn bil bic con con2 scon laf
; do
for REMAP in
$STATS
; do
remapfunc $REMAP global_2 global_2
done
#
for REMAP in
dis nn bil bic con con2 scon laf
; do
for REMAP in
$STATS
; do
remapfunc $REMAP global_2 global_0.5
done
#
for REMAP in
dis nn bil bic con con2 scon laf
; do
for REMAP in
$STATS
; do
remapfunc $REMAP global_2 file:R2B6.nc
done
#
for REMAP in
dis nn bil bic con con2 scon laf
; do
for REMAP in
$STATS
; do
remapfunc $REMAP global_1 file:R2B6.nc
done
#
for REMAP in
dis nn con scon
laf; do
for REMAP in
remapdis remapnn remapcon remapscon remap
laf; do
remapfunc $REMAP file:R2B6.nc global_1
done
#
for REMAP in
dis nn con
laf; do
for REMAP in
remapdis remapnn remapcon remap
laf; do
remapfunc $REMAP file:R2B6.nc file:R2B6.nc
done
#
for REMAP in
dis nn con
laf; do
for REMAP in
remapdis remapnn remapcon remap
laf; do
remapfunc $REMAP file:R2B4.nc file:R2B6.nc
done
#
for REMAP in
dis nn con
laf; do
for REMAP in
remapdis remapnn remapcon remap
laf; do
remapfunc $REMAP file:R2B6.nc file:R2B4.nc
done
#
for REMAP in
dis nn bil bic con con2 scon laf
; do
for REMAP in
$STATS
; do
remapfunc $REMAP file:TP10s.nc global_2
done
#
...
...
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