Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
0ab2963a
Commit
0ab2963a
authored
Jan 10, 2020
by
Uwe Schulzweida
Browse files
NetCDF: addes support for non global Gaussian grids.
parent
2db5cbf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0ab2963a
2020-01-10 Uwe Schulzweida
* NetCDF: addes support for non global Gaussian grids
2019-11-20 Uwe Schulzweida
* Replaced gridInqXstdname()/gridInqYstdname() by cdiInqKeyString() with CDI_KEY_STDNAME
...
...
src/stream_cdf_i.c
View file @
0ab2963a
...
...
@@ -2447,6 +2447,11 @@ bool cdf_read_coordinates(struct cdfLazyGrid *restrict lazyGrid, ncvar_t *ncvar,
if
(
ncvar
->
cellarea
!=
CDI_UNDEFID
)
cdf_load_cellarea
(
size
,
ncvar
,
&
grid
->
area
,
&
lazyGrid
->
cellAreaGet
);
if
(
gridtype
==
GRID_GAUSSIAN
)
{
if
(
ncvar
->
numLPE
>
0
)
grid
->
np
=
ncvar
->
numLPE
;
}
break
;
}
case
GRID_GAUSSIAN_REDUCED
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment