mirror of https://github.com/ecmwf/eccodes.git
Clean up comments etc
This commit is contained in:
parent
5c51da7e28
commit
182cd34ec5
|
@ -1,13 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# Definition 11, Supplementary data used by the analysis
|
||||
# Local definition 11: Supplementary data used by the analysis
|
||||
|
||||
unsigned[2] yearOfAnalysis = year : dump;
|
||||
unsigned[1] monthOfAnalysis = month : dump;
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
|
||||
# Definition 14, Brightness temperature
|
||||
# Local definition 14: Brightness temperature
|
||||
|
||||
unsigned[4] channelNumber : dump ;
|
||||
alias mars.channel = channelNumber;
|
||||
|
|
|
@ -1,18 +1,9 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
# Local definition 15: Seasonal forecast data
|
||||
|
||||
|
||||
unsigned[2] systemNumber : dump ;
|
||||
unsigned[2] methodNumber : dump ;
|
||||
unsigned[2] systemNumber : dump;
|
||||
unsigned[2] methodNumber : dump;
|
||||
alias system=systemNumber;
|
||||
alias method=methodNumber;
|
||||
|
||||
alias local.systemNumber=systemNumber;
|
||||
alias local.methodNumber=methodNumber;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
# Local definition 16: Seasonal forecast monthly mean data
|
||||
|
||||
unsigned[2] systemNumber : dump ;
|
||||
unsigned[2] methodNumber : dump ;
|
||||
unsigned[2] systemNumber : dump;
|
||||
unsigned[2] methodNumber : dump;
|
||||
|
||||
alias local.systemNumber=systemNumber;
|
||||
alias local.methodNumber=methodNumber;
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
# Local definition 18: Multianalysis ensemble data
|
||||
|
||||
codetable[1] dataOrigin "common/c-1.table" : dump;
|
||||
alias mars.origin=dataOrigin;
|
||||
|
@ -22,5 +15,3 @@ consensus list(consensusCount)
|
|||
alias local.dataOrigin=dataOrigin;
|
||||
alias local.modelIdentifier=modelIdentifier;
|
||||
alias local.consensusCount=consensusCount;
|
||||
|
||||
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# GRIB2 Local Definition 192: Multiple ECMWF local definitions
|
||||
# Local definition 192: Multiple ECMWF local definitions
|
||||
|
||||
unsigned[1] numberOfLocalDefinitions = 2 : dump;
|
||||
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
# Local definition 20: 4D variational increments
|
||||
|
||||
unsigned[1] iterationNumber : dump;
|
||||
alias number=iterationNumber;
|
||||
|
@ -17,4 +10,3 @@ alias iteration = iterationNumber;
|
|||
|
||||
alias local.iterationNumber =iterationNumber;
|
||||
alias local.totalNumberOfIterations=totalNumberOfIterations;
|
||||
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# Definition 21 - Sensitive area predictions
|
||||
# Local definition 21: Sensitive area predictions
|
||||
|
||||
unsigned[2] forecastOrSingularVectorNumber : dump;
|
||||
|
||||
|
@ -39,4 +30,3 @@ unsigned[1] shapeOfVerificationArea : dump;
|
|||
|
||||
# concept sensitiveAreaDomain(unknown,"sensitive_area_domain.def",conceptsMasterDir,conceptsLocalDir);
|
||||
alias mars.domain = marsDomain;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
# Local definition 24: Satellite Channel Data
|
||||
|
||||
unsigned[2] channelNumber : dump, can_be_missing;
|
||||
alias mars.channel = channelNumber;
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
# Local definition 25: 4DVar model errors
|
||||
|
||||
unsigned[1] componentIndex : dump;
|
||||
alias mars.number=componentIndex;
|
||||
|
@ -16,4 +9,3 @@ unsigned[1] modelErrorType : dump;
|
|||
alias local.componentIndex=componentIndex;
|
||||
alias local.numberOfComponents=numberOfComponents;
|
||||
alias local.modelErrorType=modelErrorType;
|
||||
|
||||
|
|
|
@ -1,18 +1,9 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
unsigned[4] referenceDate : dump ;
|
||||
unsigned[4] climateDateFrom : dump;
|
||||
unsigned[4] climateDateTo : dump ;
|
||||
|
||||
alias local.referenceDate= referenceDate ;
|
||||
alias local.climateDateFrom= climateDateFrom ;
|
||||
alias local.climateDateTo= climateDateTo ;
|
||||
# Local definition 26: MARS labelling or ensemble forecast data (with hindcast support)
|
||||
|
||||
unsigned[4] referenceDate : dump;
|
||||
unsigned[4] climateDateFrom : dump;
|
||||
unsigned[4] climateDateTo : dump;
|
||||
|
||||
alias local.referenceDate= referenceDate;
|
||||
alias local.climateDateFrom= climateDateFrom;
|
||||
alias local.climateDateTo= climateDateTo;
|
||||
|
|
|
@ -1,16 +1,7 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
# Definition 28 - COSMO local area EPS
|
||||
# Local Definition 28 - COSMO local area EPS
|
||||
|
||||
unsigned[4] baseDateEPS : dump;
|
||||
unsigned[2] baseTimeEPS : dump;
|
||||
unsigned[1] numberOfRepresentativeMember : dump;
|
||||
unsigned[1] numberOfMembersInCluster : dump;
|
||||
unsigned[1] totalInitialConditions : dump;
|
||||
|
||||
|
|
|
@ -1,28 +1,20 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
# Local definition 30: Forecasting Systems with Variable Resolution
|
||||
|
||||
unsigned[1] oceanAtmosphereCoupling : dump;
|
||||
|
||||
unsigned[4] legBaseDate : dump ;
|
||||
unsigned[2] legBaseTime : dump ;
|
||||
unsigned[1] legNumber : dump ;
|
||||
unsigned[4] referenceDate : dump ;
|
||||
unsigned[4] climateDateFrom : dump ;
|
||||
unsigned[4] climateDateTo : dump;
|
||||
unsigned[4] legBaseDate : dump;
|
||||
unsigned[2] legBaseTime : dump;
|
||||
unsigned[1] legNumber : dump;
|
||||
unsigned[4] referenceDate : dump;
|
||||
unsigned[4] climateDateFrom : dump;
|
||||
unsigned[4] climateDateTo : dump;
|
||||
|
||||
alias local.oceanAtmosphereCoupling=oceanAtmosphereCoupling;
|
||||
alias local.legBaseDate=legBaseDate ;
|
||||
alias local.legBaseTime=legBaseTime ;
|
||||
alias local.legNumber=legNumber ;
|
||||
alias local.referenceDate=referenceDate ;
|
||||
alias local.climateDateFrom=climateDateFrom ;
|
||||
alias local.legBaseDate=legBaseDate;
|
||||
alias local.legBaseTime=legBaseTime;
|
||||
alias local.legNumber=legNumber;
|
||||
alias local.referenceDate=referenceDate;
|
||||
alias local.climateDateFrom=climateDateFrom;
|
||||
alias local.climateDateTo=climateDateTo;
|
||||
|
||||
alias mars._leg_number = legNumber;
|
||||
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# Definition 300 - Multi-dimensional parameters
|
||||
# Local definition 300: Multi-dimensional parameters
|
||||
|
||||
codetable[1] dimensionType "grib2/dimensionType.table"=0;
|
||||
|
||||
|
@ -19,4 +10,3 @@ alias dimension=dimensionNumber;
|
|||
unsigned[2] totalNumberOfdimensions;
|
||||
|
||||
alias extraDimensionPresent=one;
|
||||
|
||||
|
|
|
@ -1,17 +1,7 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# Definition 36 - MARS labelling for long window 4Dvar system (inspired by local def 1)
|
||||
# Local definition 36: MARS labelling for long window 4Dvar system (inspired by local def 1)
|
||||
|
||||
# Hours
|
||||
unsigned[2] offsetToEndOf4DvarWindow : dump;
|
||||
unsigned[2] lengthOf4DvarWindow : dump;
|
||||
|
||||
alias anoffset=offsetToEndOf4DvarWindow;
|
||||
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# Definition 38 - 4D variational increments for long window 4Dvar system (inspired by local def 20)
|
||||
# Local definition 38: 4D variational increments for long window 4Dvar system (inspired by local def 20)
|
||||
|
||||
unsigned[1] iterationNumber : dump;
|
||||
alias number=iterationNumber;
|
||||
|
@ -25,4 +16,3 @@ unsigned[2] offsetToEndOf4DvarWindow : dump;
|
|||
unsigned[2] lengthOf4DvarWindow : dump;
|
||||
|
||||
alias anoffset=offsetToEndOf4DvarWindow;
|
||||
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
# Copyright 2005-2018 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# Definition 39 - 4DVar model errors for long window 4Dvar system (inspired by local def 25)
|
||||
# Local definition 39: 4DVar model errors for long window 4Dvar system (inspired by local def 25)
|
||||
|
||||
unsigned[1] componentIndex : dump;
|
||||
alias mars.number=componentIndex;
|
||||
|
@ -23,4 +14,3 @@ alias local.modelErrorType=modelErrorType;
|
|||
unsigned[2] offsetToEndOf4DvarWindow : dump;
|
||||
unsigned[2] lengthOf4DvarWindow : dump;
|
||||
alias anoffset=offsetToEndOf4DvarWindow;
|
||||
|
||||
|
|
Loading…
Reference in New Issue