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
cf4d1c2b
Commit
cf4d1c2b
authored
Jul 12, 2019
by
Uwe Schulzweida
Browse files
Renamed gridDefRowlon() to gridDefReducedPoints().
parent
a162449f
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cf4d1c2b
...
...
@@ -1366,7 +1366,7 @@
2012-09-10 Uwe Schulzweida
* unreduced: compute nlon and nvalues from r
owlon
[] (bug fix)
* unreduced: compute nlon and nvalues from r
educedPoints
[] (bug fix)
2012-09-05 Uwe Schulzweida
...
...
examples/pio/compareResourcesArray.c
View file @
cf4d1c2b
...
...
@@ -67,13 +67,13 @@ static int defineGrid()
/* gridDefLcc2 ( gridID, double earth_radius, double lon_0, */
/* double lat_0, double lat_1,double lat_2);*/
/* gridDefLaea ( gridID, double earth_radius, double lon_0, double lat_0); */
for
(
i
=
0
;
i
<
nlon
*
nlat
;
i
++
)
for
(
i
=
0
;
i
<
nlon
*
nlat
;
i
++
)
area_vec
[
i
]
=
0
.
1
*
i
;
gridDefArea
(
gridID
,
ap
);
for
(
i
=
0
;
i
<
nlon
*
nlat
;
i
++
)
for
(
i
=
0
;
i
<
nlon
*
nlat
;
i
++
)
mask_vec
[
i
]
=
i
;
gridDefR
owlon
(
gridID
,
nlon
*
nlat
,
mp
);
gridDefComplexPacking
(
gridID
,
1
);
gridDefR
educedPoints
(
gridID
,
nlon
*
nlat
,
mp
);
gridDefComplexPacking
(
gridID
,
1
);
return
gridID
;
}
...
...
tests/test_resource_copy.c
View file @
cf4d1c2b
...
...
@@ -72,7 +72,7 @@ static int defineGrid (void)
gridDefArea
(
gridID
,
ap
);
for
(
i
=
0
;
i
<
nlon
*
nlat
;
i
++
)
mask_vec
[
i
]
=
i
;
gridDefR
owlon
(
gridID
,
nlon
*
nlat
,
mp
);
gridDefR
educedPoints
(
gridID
,
nlon
*
nlat
,
mp
);
gridDefComplexPacking
(
gridID
,
1
);
{
unsigned
char
uuid
[
CDI_UUID_SIZE
];
...
...
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