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
9e637cfb
Commit
9e637cfb
authored
4 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Fortran interface update.
parent
b2675aa3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!7
Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/cdi.inc
+3
-7
3 additions, 7 deletions
src/cdi.inc
src/cdiFortran.c
+1
-6
1 addition, 6 deletions
src/cdiFortran.c
with
4 additions
and
13 deletions
src/cdi.inc
+
3
−
7
View file @
9e637cfb
...
...
@@ -4,7 +4,7 @@
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
June
2020
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
November
2020
!
INTEGER
CDI_MAX_NAME
...
...
@@ -306,6 +306,8 @@
PARAMETER
(
ZAXIS_REFERENCE
=
25
)
INTEGER
ZAXIS_CHAR
PARAMETER
(
ZAXIS_CHAR
=
26
)
INTEGER
ZAXIS_TROPOPAUSE
PARAMETER
(
ZAXIS_TROPOPAUSE
=
27
)
!
!
SUBTYPE
types
!
...
...
@@ -2615,9 +2617,3 @@
!
INTEGER
revision_version
)
EXTERNAL
gribapiLibraryVersion
!
gaussianLatitudes
!
(
DOUBLEPRECISION
latitudes
,
!
DOUBLEPRECISION
weights
,
!
INTEGER
nlat
)
EXTERNAL
gaussianLatitudes
This diff is collapsed.
Click to expand it.
src/cdiFortran.c
+
1
−
6
View file @
9e637cfb
/* Automatically generated by make_fint.c, don't edit! */
#ifdef HAVE_CONFIG_H
#
include "config.h"
#include
"config.h"
#endif
#ifndef CDI_H_
...
...
@@ -848,11 +848,6 @@ FCALLSCFUN3 (INT, subtypeInqTile, SUBTYPEINQTILE, subtypeinqtile, INT, INT, INT)
FCALLSCFUN4
(
INT
,
subtypeInqAttribute
,
SUBTYPEINQATTRIBUTE
,
subtypeinqattribute
,
INT
,
INT
,
STRING
,
PINT
)
FCALLSCFUN2
(
INT
,
vlistInqVarSubtype
,
VLISTINQVARSUBTYPE
,
vlistinqvarsubtype
,
INT
,
INT
)
FCALLSCSUB3
(
gribapiLibraryVersion
,
GRIBAPILIBRARYVERSION
,
gribapilibraryversion
,
PINT
,
PINT
,
PINT
)
static
void
gaussianLatitudes_fwrap
(
double
*
latitudes
,
double
*
weights
,
int
nlat
)
{
gaussianLatitudes
(
latitudes
,
weights
,
(
size_t
)
nlat
);
}
FCALLSCSUB3
(
gaussianLatitudes_fwrap
,
GAUSSIANLATITUDES
,
gaussianlatitudes
,
PDOUBLE
,
PDOUBLE
,
INT
)
#if defined __clang__
# pragma GCC diagnostic pop
...
...
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