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
ca97baa4
Commit
ca97baa4
authored
Sep 25, 2015
by
Uwe Schulzweida
Browse files
Docu update
parent
3d642e8f
Changes
5
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ca97baa4
...
...
@@ -9,6 +9,8 @@ Version 1.7.0 (28 October 2015):
* distgrid: added support for curvilinear grids
* collgrid: added support for curvilinear grids
New operators:
* remapycon: First order conservative remapping (new implementation of remapcon)
* genycon: Generate 1st order conservative remap weights (new implementation of gencon)
* setmisstonn: Set missing value to nearest neightbor
* ap2pl: Interpolate 3D variables on hybrid sigma height coordinates to pressure levels
* vertstd1: Vertical standard deviation [Divisor is (n-1)]
...
...
OPERATORS
View file @
ca97baa4
...
...
@@ -460,7 +460,7 @@ Operator catalog:
Remapcon2 gencon2 Generate 2nd order conservative remap weights
Remaplaf remaplaf Largest area fraction remapping
Remaplaf genlaf Generate largest area fraction remap weights
Remap remap
SCRIP g
rid remapping
Remap remap
G
rid remapping
Remapeta remapeta Remap vertical hybrid level
Vertint ml2pl Model to pressure level interpolation
Vertint ml2hl Model to height level interpolation
...
...
doc/cdo_refcard.pdf
View file @
ca97baa4
No preview for this file type
doc/tex/mod/Remap
View file @
ca97baa4
@BeginModule
@NewPage
@Name = Remap
@Title =
SCRIP g
rid remapping
@Title =
G
rid remapping
@Section = Interpolation
@Class = Interpolation
@Arguments = ifile ofile
...
...
@@ -10,15 +10,15 @@
@BeginOperator_remap
@Title =
SCRIP g
rid remapping
@Title =
G
rid remapping
@Parameter = grid weights
@BeginDescription
This operator remaps all input fields to a new horizontal grid. The remap type and
the interpolation weights of one input grid are read from a netCDF file. More weights
are computed if the input fields are on different grids. The netCDF file with the
weights should follow the @ref{SCRIP} convention. Normally these weights come from
a previous call to
module @mod{GENWEIGHTS}
or were created by the original SCRIP package.
weights should follow the @ref{SCRIP} convention. Normally these weights come from
a previous call to
one of the genXXX operators (e.g. @mod{genbil})
or were created by the original SCRIP package.
@EndDescription
@EndOperator
...
...
@@ -50,12 +50,6 @@ Remap search radius in degree, default 180 degree.
@EndEnvironment
@BeginNote
For this module the author has converted the original Fortran 90 SCRIP software to
ANSI C99. If there are any problems send a bug report to CDO and not to SCRIP!
@EndNote
@BeginExample
Say @file{ifile} contains fields on a quadrilateral curvilinear grid.
To remap all fields bilinear to a Gaussian N32 grid use:
...
...
src/operator_help.h
View file @
ca97baa4
...
...
@@ -3675,7 +3675,7 @@ static const char *RemaplafHelp[] = {
static
const
char
*
RemapHelp
[]
=
{
"NAME"
,
" remap -
SCRIP g
rid remapping"
,
" remap -
G
rid remapping"
,
""
,
"SYNOPSIS"
,
" remap,grid,weights ifile ofile"
,
...
...
@@ -3684,8 +3684,8 @@ static const char *RemapHelp[] = {
" This operator remaps all input fields to a new horizontal grid. The remap type and "
,
" the interpolation weights of one input grid are read from a netCDF file. More weights "
,
" are computed if the input fields are on different grids. The netCDF file with the "
,
" weights should follow the SCRIP convention. Normally these weights come from
"
,
" a previous call to
module GENWEIGHTS
or were created by the original SCRIP package."
,
" weights should follow the SCRIP convention. Normally these weights come from"
,
" a previous call to
one of the genXXX operators (e.g. genbil)
or were created by the original SCRIP package."
,
""
,
"PARAMETER"
,
" grid STRING Target grid description file or name"
,
...
...
@@ -3707,10 +3707,6 @@ static const char *RemapHelp[] = {
" of this variable is 0.0."
,
" CDO_REMAP_RADIUS "
,
" Remap search radius in degree, default 180 degree."
,
""
,
"NOTE"
,
" For this module the author has converted the original Fortran 90 SCRIP software to"
,
" ANSI C99. If there are any problems send a bug report to CDO and not to SCRIP!"
,
NULL
};
...
...
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