Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
aba655a3
Commit
aba655a3
authored
2 weeks ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
enable-hirlam-extensions failed since release 2.5.1 (bug fix)
parent
29485a63
No related branches found
Branches containing commit
No related tags found
1 merge request
!146
enable-hirlam-extensions failed since release 2.5.1 (bug fix)
Pipeline
#99866
canceled
2 weeks ago
Stage: basic
Stage: levante
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
src/grb_write.c
+2
-2
2 additions, 2 deletions
src/grb_write.c
with
6 additions
and
2 deletions
ChangeLog
+
4
−
0
View file @
aba655a3
2025-03-14 Uwe Schulzweida
* enable-hirlam-extensions failed since release 2.5.1 (bug fix)
2025-03-05 Uwe Schulzweida
* Version 2.5.1 released
...
...
This diff is collapsed.
Click to expand it.
src/grb_write.c
+
2
−
2
View file @
aba655a3
...
...
@@ -316,8 +316,8 @@ grbCopyField(stream_t *streamptr2, stream_t *streamptr1)
size_t
numMissVals
=
0
;
int
vlistID
=
streamptr1
->
vlistID
;
int
varID
=
rec
ord
->
varID
;
int
levelID
=
rec
ord
->
levelID
;
int
varID
=
rec
info
->
varID
;
int
levelID
=
rec
info
->
levelID
;
int
gridID
=
vlistInqVarGrid
(
vlistID
,
varID
);
size_t
gridsize
=
gridInqSize
(
gridID
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment