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
720da445
Commit
720da445
authored
Aug 03, 2016
by
Uwe Schulzweida
Browse files
gridarea: added support for CDI_PROJ_RLL.
parent
4d73be68
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Gridcell.c
View file @
720da445
...
...
@@ -45,7 +45,9 @@ void grid_cell_area(int gridID, double *array)
if
(
gridtype
==
GRID_LONLAT
||
gridtype
==
GRID_GAUSSIAN
||
gridtype
==
GRID_LAEA
||
projtype
==
CDI_PROJ_LAEA
||
gridtype
==
GRID_LAEA
||
projtype
==
CDI_PROJ_RLL
||
projtype
==
CDI_PROJ_LAEA
||
gridtype
==
GRID_LCC
||
gridtype
==
GRID_GME
||
gridtype
==
GRID_CURVILINEAR
||
...
...
src/grid.c
View file @
720da445
...
...
@@ -1779,6 +1779,7 @@ int gridWeights(int gridID, double *grid_wgts)
gridtype
==
GRID_LCC
||
gridtype
==
GRID_LCC2
||
gridtype
==
GRID_LAEA
||
projtype
==
CDI_PROJ_RLL
||
projtype
==
CDI_PROJ_LAEA
||
gridtype
==
GRID_SINUSOIDAL
||
gridtype
==
GRID_GME
||
...
...
src/grid_area.c
View file @
720da445
...
...
@@ -299,6 +299,7 @@ int gridGenArea(int gridID, double* area)
gridtype
!=
GRID_LCC
&&
gridtype
!=
GRID_LCC2
&&
gridtype
!=
GRID_LAEA
&&
projtype
!=
CDI_PROJ_RLL
&&
projtype
!=
CDI_PROJ_LAEA
&&
gridtype
!=
GRID_SINUSOIDAL
&&
gridtype
!=
GRID_GME
&&
...
...
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