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

Docu update.

parent 6f6804f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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:
......
......@@ -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}
......
......@@ -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 126 2005 6660
#1 24 34 71 194 723 10245
#2 5 6 11 28 106 1104 5595
#3 28 30 33 41 59 110 262
#4 5 5 6 7 11 23 68
......
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