Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
2f18df4b
Commit
2f18df4b
authored
Dec 22, 2015
by
Uwe Schulzweida
Browse files
lambert.patch from Thomas Jahns
parent
75a432a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
2f18df4b
...
...
@@ -1802,7 +1802,7 @@ void cgribexDefGrid(int *isec1, int *isec2, double *fsec2, int *isec4, int gridI
ISEC2_Lambert_dx
=
(
int
)
lround
(
xincm
);
ISEC2_Lambert_dy
=
(
int
)
lround
(
yincm
);
ISEC2_Lambert_LatSP
=
0
;
ISEC2_Lambert_L
at
SP
=
0
;
ISEC2_Lambert_L
on
SP
=
0
;
ISEC2_Lambert_ProjFlag
=
projflag
;
ISEC2_ScanFlag
=
scanflag
;
...
...
src/stream_gribapi.c
View file @
2f18df4b
...
...
@@ -2085,10 +2085,7 @@ void gribapiDefGrid(int editionNumber, grib_handle *gh, int gridID, int comptype
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"projectionCenterFlag"
,
projflag
),
0
);
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"scanningMode"
,
scanflag
),
0
);
}
/*
ISEC2_Lambert_LatSP = 0;
ISEC2_Lambert_LatSP = 0;
*/
break
;
}
case
GRID_SPECTRAL
:
...
...
Write
Preview
Markdown
is supported
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