Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
cb9c1c63
Commit
cb9c1c63
authored
Jan 15, 2018
by
Uwe Schulzweida
Browse files
Correct smooth refdata (bug fix).
parent
8b92f5db
Changes
4
Hide whitespace changes
Inline
Side-by-side
test/data/gen_refdata.sh
View file @
cb9c1c63
...
...
@@ -5,6 +5,17 @@ CDO=cdo
FORMAT
=
"-f srv -b F32"
########################################################################
#
# smooth
#
IFILE
=
t21_geosp_tsurf_sea.grb
#
OFILE
=
smooth
$CDO
$FORMAT
smooth,radius
=
5deg
$IFILE
${
OFILE
}
1_ref
$CDO
$FORMAT
smooth,radius
=
5deg,maxpoints
=
3
$IFILE
${
OFILE
}
2_ref
$CDO
$FORMAT
smooth,radius
=
5deg,nsmooth
=
9
$IFILE
${
OFILE
}
3_ref
exit
########################################################################
#
# Remap regional grid
#
RMODS
=
"bil bic dis nn con con2 ycon laf"
...
...
@@ -75,17 +86,6 @@ $CDO $FORMAT setmisstodis $IFILE setmisstodis_ref
exit
########################################################################
#
# smooth
#
IFILE
=
t21_geosp_tsurf_sea.grb
#
OFILE
=
smooth
$CDO
$FORMAT
smooth,radius
=
5deg
$IFILE
${
OFILE
}
1_ref
$CDO
$FORMAT
smooth,radius
=
5deg,maxpoints
=
3
$IFILE
${
OFILE
}
2_ref
$CDO
$FORMAT
smooth,radius
=
5deg,nsmooth
=
9
$IFILE
${
OFILE
}
3_ref
exit
########################################################################
#
# Remap regional grid
#
GRID
=
spain.grid
...
...
test/data/smooth1_ref
View file @
cb9c1c63
No preview for this file type
test/data/smooth2_ref
View file @
cb9c1c63
No preview for this file type
test/data/smooth3_ref
View file @
cb9c1c63
No preview for this file type
Write
Preview
Markdown
is supported
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