Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
f5eab292
Commit
f5eab292
authored
Jan 29, 2018
by
Uwe Schulzweida
Browse files
Set GRIB center=252, subcenter=1 for MPI-M.
parent
a43d49f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f5eab292
2018-0
2
-2
5
Uwe Schulzweida
2018-0
1
-2
9
Uwe Schulzweida
* Version 1.9.3 released
2018-01-29 Uwe Schulzweida
* Set GRIB center=252, subcenter=1 for MPI-M
2018-01-16 Uwe Schulzweida
* Skip unavailable coordinate variables (bug fix)
...
...
src/Makefile.in
View file @
f5eab292
...
...
@@ -955,8 +955,8 @@ distclean-generic:
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
@
echo
"it deletes files that may require special tools to rebuild."
@ENABLE_CDI_LIB_FALSE@uninstall-local
:
@ENABLE_CDI_LIB_FALSE@install-exec-local
:
@ENABLE_CDI_LIB_FALSE@uninstall-local
:
clean
:
clean-am
clean-am
:
clean-generic clean-libLTLIBRARIES clean-libtool
\
...
...
src/institution.c
View file @
f5eab292
...
...
@@ -9,7 +9,6 @@
#include "cdi.h"
#include "cdi_int.h"
#include "resource_handle.h"
#include "resource_handle.h"
#include "resource_unpack.h"
#include "namespace.h"
#include "serialize.h"
...
...
@@ -17,8 +16,9 @@
static
int
ECMWF
=
CDI_UNDEFID
,
MPIMET
=
CDI_UNDEFID
,
MCH
=
CDI_UNDEFID
;
DWD
=
CDI_UNDEFID
,
MPIMET
=
CDI_UNDEFID
,
MCH
=
CDI_UNDEFID
;
typedef
struct
{
...
...
@@ -63,18 +63,18 @@ void instituteDefaultEntries ( void )
{
cdiResH
resH
[]
=
{
ECMWF
=
institutDef
(
98
,
0
,
"ECMWF"
,
"European Centre for Medium-Range Weather Forecasts"
),
MPIMET
=
institutDef
(
98
,
232
,
"MPIMET"
,
"Max-Planck-Institute for Meteorology"
),
institutDef
(
98
,
255
,
"MPIMET"
,
"Max-Planck-Institute for Meteorology"
),
institutDef
(
98
,
232
,
"MPIMET"
,
"Max Planck Institute for Meteorology"
),
institutDef
(
78
,
0
,
"DWD"
,
"Deutscher Wetterdienst"
),
institutDef
(
78
,
255
,
"DWD"
,
"Deutscher Wetterdienst"
),
MPIMET
=
institutDef
(
252
,
1
,
"MPIMET"
,
"Max-Planck-Institute for Meteorology"
),
institutDef
(
98
,
255
,
"MPIMET"
,
"Max-Planck-Institute for Meteorology"
),
institutDef
(
98
,
232
,
"MPIMET"
,
"Max Planck Institute for Meteorology"
),
DWD
=
institutDef
(
78
,
255
,
"DWD"
,
"Deutscher Wetterdienst"
),
institutDef
(
78
,
0
,
"DWD"
,
"Deutscher Wetterdienst"
),
MCH
=
institutDef
(
215
,
255
,
"MCH"
,
"MeteoSwiss"
),
institutDef
(
7
,
0
,
"NCEP"
,
"National Centers for Environmental Prediction"
),
institutDef
(
7
,
1
,
"NCEP"
,
"National Centers for Environmental Prediction"
),
institutDef
(
60
,
0
,
"NCAR"
,
"National Center for Atmospheric Research"
),
institutDef
(
74
,
0
,
"METOFFICE"
,
"U.K. Met Office"
),
institutDef
(
97
,
0
,
"ESA"
,
"European Space Agency"
),
institutDef
(
99
,
0
,
"KNMI"
,
"Royal Netherlands Meteorological Institute"
),
institutDef
(
7
,
0
,
"NCEP"
,
"National Centers for Environmental Prediction"
),
institutDef
(
7
,
1
,
"NCEP"
,
"National Centers for Environmental Prediction"
),
institutDef
(
60
,
0
,
"NCAR"
,
"National Center for Atmospheric Research"
),
institutDef
(
74
,
0
,
"METOFFICE"
,
"U.K. Met Office"
),
institutDef
(
97
,
0
,
"ESA"
,
"European Space Agency"
),
institutDef
(
99
,
0
,
"KNMI"
,
"Royal Netherlands Meteorological Institute"
),
};
/* (void) institutDef( 0, 0, "IPSL", "IPSL (Institut Pierre Simon Laplace, Paris, France)"); */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment