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
0c62fa18
Commit
0c62fa18
authored
1 year ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
68f6ec4a
No related branches found
No related tags found
1 merge request
!83
M214003/develop
Pipeline
#60639
failed
1 year ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cdf_write.c
+4
-4
4 additions, 4 deletions
src/cdf_write.c
with
4 additions
and
4 deletions
src/cdf_write.c
+
4
−
4
View file @
0c62fa18
...
@@ -981,7 +981,7 @@ cdfDefVar(stream_t *streamptr, int varID)
...
@@ -981,7 +981,7 @@ cdfDefVar(stream_t *streamptr, int varID)
cdfGenVarname
(
fileID
,
name
,
pnum
,
pcat
,
&
pdis
,
&
code
);
cdfGenVarname
(
fileID
,
name
,
pnum
,
pcat
,
&
pdis
,
&
code
);
int
dtype
=
vlistInqVarDatatype
(
vlistID
,
varID
);
int
dtype
=
vlistInqVarDatatype
(
vlistID
,
varID
);
const
nc_type
xtype
=
cdfDefDatatype
(
dtype
,
streamptr
);
nc_type
xtype
=
cdfDefDatatype
(
dtype
,
streamptr
);
if
(
streamptr
->
ncmode
==
2
)
if
(
streamptr
->
ncmode
==
2
)
{
{
...
@@ -1364,7 +1364,7 @@ cdfDefineStartAndCount(stream_t *streamptr, int varID, int xid, int yid, int zid
...
@@ -1364,7 +1364,7 @@ cdfDefineStartAndCount(stream_t *streamptr, int varID, int xid, int yid, int zid
int
vlistID
=
streamptr
->
vlistID
;
int
vlistID
=
streamptr
->
vlistID
;
int
fileID
=
streamptr
->
fileID
;
int
fileID
=
streamptr
->
fileID
;
const
long
ntsteps
=
streamptr
->
ntsteps
;
long
ntsteps
=
streamptr
->
ntsteps
;
if
(
CDI_Debug
)
Message
(
"ntsteps = %ld"
,
ntsteps
);
if
(
CDI_Debug
)
Message
(
"ntsteps = %ld"
,
ntsteps
);
int
timetype
=
vlistInqVarTimetype
(
vlistID
,
varID
);
int
timetype
=
vlistInqVarTimetype
(
vlistID
,
varID
);
...
@@ -1457,7 +1457,7 @@ cdfDefineStartAndCountChunk(stream_t *streamptr, const int rect[][2], int varID,
...
@@ -1457,7 +1457,7 @@ cdfDefineStartAndCountChunk(stream_t *streamptr, const int rect[][2], int varID,
int
vlistID
=
streamptr
->
vlistID
;
int
vlistID
=
streamptr
->
vlistID
;
int
fileID
=
streamptr
->
fileID
;
int
fileID
=
streamptr
->
fileID
;
const
long
ntsteps
=
streamptr
->
ntsteps
;
long
ntsteps
=
streamptr
->
ntsteps
;
if
(
CDI_Debug
)
Message
(
"ntsteps = %ld"
,
ntsteps
);
if
(
CDI_Debug
)
Message
(
"ntsteps = %ld"
,
ntsteps
);
int
timetype
=
vlistInqVarTimetype
(
vlistID
,
varID
);
int
timetype
=
vlistInqVarTimetype
(
vlistID
,
varID
);
...
@@ -1554,7 +1554,7 @@ cdfDefineStartAndCountSlice(stream_t *streamptr, int varID, int levelID, int dim
...
@@ -1554,7 +1554,7 @@ cdfDefineStartAndCountSlice(stream_t *streamptr, int varID, int levelID, int dim
int
vlistID
=
streamptr
->
vlistID
;
int
vlistID
=
streamptr
->
vlistID
;
int
fileID
=
streamptr
->
fileID
;
int
fileID
=
streamptr
->
fileID
;
const
long
ntsteps
=
streamptr
->
ntsteps
;
long
ntsteps
=
streamptr
->
ntsteps
;
if
(
CDI_Debug
)
Message
(
"ntsteps = %ld"
,
ntsteps
);
if
(
CDI_Debug
)
Message
(
"ntsteps = %ld"
,
ntsteps
);
int
timetype
=
vlistInqVarTimetype
(
vlistID
,
varID
);
int
timetype
=
vlistInqVarTimetype
(
vlistID
,
varID
);
...
...
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