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
ab4b4ac7
Commit
ab4b4ac7
authored
2 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
mo_cdi.f90: update.
parent
1b9e724e
No related branches found
No related tags found
No related merge requests found
Pipeline
#19314
failed
1 month ago
Stage: external
Changes
3
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/cdi_read_f2003.f90
+1
-1
1 addition, 1 deletion
examples/cdi_read_f2003.f90
examples/cdi_write_f2003.f90
+2
-2
2 additions, 2 deletions
examples/cdi_write_f2003.f90
src/mo_cdi.f90
+102
-93
102 additions, 93 deletions
src/mo_cdi.f90
with
105 additions
and
96 deletions
examples/cdi_read_f2003.f90
+
1
−
1
View file @
ab4b4ac7
...
...
@@ -4,7 +4,7 @@ PROGRAM CDIREADF2003
IMPLICIT
NONE
INTEGER
(
c_size_t
)
::
gsize
,
nmiss
INTEGER
::
gsize
,
nmiss
INTEGER
::
nlevel
,
nvars
,
code
INTEGER
::
vdate
,
vtime
,
status
,
ilev
INTEGER
::
streamID
,
varID
,
gridID
,
zaxisID
...
...
This diff is collapsed.
Click to expand it.
examples/cdi_write_f2003.f90
+
2
−
2
View file @
ab4b4ac7
...
...
@@ -6,7 +6,7 @@
IMPLICIT
NONE
INTEGER
::
nlev
,
nts
INTEGER
(
c_size_t
)
::
nlon
,
nlat
,
nmiss
INTEGER
::
nlon
,
nlat
,
nmiss
PARAMETER
(
nlon
=
12
)
! Number of longitudes
PARAMETER
(
nlat
=
6
)
! Number of latitudes
PARAMETER
(
nlev
=
5
)
! Number of levels
...
...
@@ -72,7 +72,7 @@
! Loop over the number of time steps
DO
tsID
=
0
,
nts
-1
! Set the verification date to 1985-01-01 + tsID
CALL
taxisDefVdate
(
taxisID
,
INT
(
19850101
+
tsID
,
8
)
)
CALL
taxisDefVdate
(
taxisID
,
19850101
+
tsID
)
! Set the verification time to 12:00:00
CALL
taxisDefVtime
(
taxisID
,
120000
)
! Define the time step
...
...
This diff is collapsed.
Click to expand it.
src/mo_cdi.f90
+
102
−
93
View file @
ab4b4ac7
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