Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
fa8ab208
Commit
fa8ab208
authored
6 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Docu update.
parent
6f6804f9
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
NEWS
+15
-0
15 additions, 0 deletions
NEWS
doc/tex/grid.tex
+1
-0
1 addition, 0 deletions
doc/tex/grid.tex
test/bm_Remapycon.sh
+4
-3
4 additions, 3 deletions
test/bm_Remapycon.sh
with
21 additions
and
4 deletions
ChangeLog
+
1
−
1
View file @
fa8ab208
...
...
@@ -35,7 +35,7 @@
2018-06-04 Uwe Schulzweida
* gridfile: added extension ":
X
" to select grid number
X
from grid file
* gridfile: added extension ":
N
" to select grid number
N
from grid file
2018-05-18 Uwe Schulzweida
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
15
−
0
View file @
fa8ab208
...
...
@@ -3,6 +3,21 @@ CDO NEWS
Improvement
Version 1.9.5 (9 May 2018):
New features:
* Changed type of date from 32 to 64-bit integer to support years > 214748
* expr: added support for zon<STAT> functions
* expr: added function sellevelrange() and sellevidxrange()
* expr: added support for constants
* gridfile: added extension ":N" to select grid number N from data file
New operators:
* dhour<stat> - Multi-day hourly statistics
Fixed bugs:
* seldate: segmentation fault (bug introduce in 1.9.4)
* silent option produces newlines [Bug #8538]
* remapnn/remapdis: wrong result with regular 2D source grids if nlat > nlon [Bug #8498]
Version 1.9.4 (9 May 2018):
New features:
...
...
This diff is collapsed.
Click to expand it.
doc/tex/grid.tex
+
1
−
0
View file @
fa8ab208
...
...
@@ -86,6 +86,7 @@ You can use the grid description from an other datafile.
The format of the datafile and the grid of the data field must be supported by
{
\CDO
}
.
Use the operator '
\htmlref
{
sinfo
}{
sinfo
}
' to get short informations about your variables and the grids.
If there are more then one grid in the datafile the grid description of the first variable will be used.
Add the extension :N to the name of the datafile to select grid number N.
\subsubsection
{
SCRIP grids
}
...
...
This diff is collapsed.
Click to expand it.
test/bm_Remapycon.sh
+
4
−
3
View file @
fa8ab208
...
...
@@ -11,7 +11,8 @@ for N in 3 4 5 6 7 8 9; do
IFILE
=
topor2b
$N
$CDO
-f
nc topo,icor2b
$N
$IFILE
OFILE
=
${
IFILE
}
ycon
time
$CDO
-P
8
--cellsearchmethod
spherepart remapycon,global_0.2
$IFILE
${
OFILE
}
time
$CDO
-P
1 remapycon,global_0.2
$IFILE
${
OFILE
}
#time $CDO -P 8 --cellsearchmethod spherepart remapycon,global_0.2 $IFILE ${OFILE}
done
#
# CDO version 1.9.5rc2
...
...
@@ -21,8 +22,8 @@ done
#3 spherepart
#4 spherepart 8 cores
# 3 4 5 6 7 8 9 10
#1 24 34 71 194
874 x6680
#2 5 6 11 28 1
2
6
2005 6660
#1 24 34 71 194
723 10245
#2 5 6 11 28 1
0
6
1104 5595
#3 28 30 33 41 59 110 262
#4 5 5 6 7 11 23 68
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment