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
4d8ad27a
Commit
4d8ad27a
authored
2 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Fortran interface update.
parent
747f0cc3
No related branches found
Branches containing commit
Tags
cdi-2.1.0
Tags containing commit
No related merge requests found
Pipeline
#22777
failed
2 weeks ago
Stage: external
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/cdi.inc
+3
-1
3 additions, 1 deletion
src/cdi.inc
src/grid.h
+2
-2
2 additions, 2 deletions
src/grid.h
src/mo_cdi.f90
+1
-0
1 addition, 0 deletions
src/mo_cdi.f90
with
6 additions
and
3 deletions
src/cdi.inc
+
3
−
1
View file @
4d8ad27a
...
...
@@ -4,7 +4,7 @@
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
Septem
ber
2022
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
Octo
ber
2022
!
!
...
...
@@ -293,6 +293,8 @@
PARAMETER
(
CDI_PROJ_SINU
=
24
)
INTEGER
CDI_PROJ_STERE
PARAMETER
(
CDI_PROJ_STERE
=
25
)
INTEGER
CDI_PROJ_HEALPIX
PARAMETER
(
CDI_PROJ_HEALPIX
=
26
)
!
!
ZAXIS
types
!
...
...
This diff is collapsed.
Click to expand it.
src/grid.h
+
2
−
2
View file @
4d8ad27a
...
...
@@ -148,8 +148,8 @@ struct addIfNewRes cdiVlistAddGridIfNew(int vlistID, grid_t *grid, int mode);
int
gridVerifyProjParamsLCC
(
struct
CDI_GridProjParams
*
gpp
);
int
gridVerifyProjParamsSTERE
(
struct
CDI_GridProjParams
*
gpp
);
bool
isGaussianLatitudes
(
S
ize
Type
nlats
,
const
double
*
latitudes
);
void
gaussianLatitudes
(
S
ize
Type
nlats
,
double
*
latitudes
,
double
*
weights
);
bool
isGaussianLatitudes
(
s
ize
_t
nlats
,
const
double
*
latitudes
);
void
gaussianLatitudes
(
s
ize
_t
nlats
,
double
*
latitudes
,
double
*
weights
);
#endif
/*
...
...
This diff is collapsed.
Click to expand it.
src/mo_cdi.f90
+
1
−
0
View file @
4d8ad27a
...
...
@@ -147,6 +147,7 @@ module mo_cdi
integer
(
c_int
),
public
,
parameter
::
CDI_PROJ_LAEA
=
23
integer
(
c_int
),
public
,
parameter
::
CDI_PROJ_SINU
=
24
integer
(
c_int
),
public
,
parameter
::
CDI_PROJ_STERE
=
25
integer
(
c_int
),
public
,
parameter
::
CDI_PROJ_HEALPIX
=
26
integer
(
c_int
),
public
,
parameter
::
ZAXIS_SURFACE
=
0
integer
(
c_int
),
public
,
parameter
::
ZAXIS_GENERIC
=
1
integer
(
c_int
),
public
,
parameter
::
ZAXIS_HYBRID
=
2
...
...
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