mirror of https://github.com/ecmwf/eccodes.git
Clean up
This commit is contained in:
parent
c35a3595a5
commit
4b6dc8f099
|
@ -25,13 +25,11 @@ codetable[1] typeOfGeneratingProcess ('4.3.table',masterDir,localDir) : dump;
|
|||
unsigned[1] backgroundProcess = 255 : edition_specific;
|
||||
alias backgroundGeneratingProcessIdentifier=backgroundProcess;
|
||||
|
||||
|
||||
# Analysis or forecast generating processes identifier
|
||||
# (defined by originating centre)
|
||||
unsigned[1] generatingProcessIdentifier : dump;
|
||||
|
||||
# Hours of observational data cut-off after reference time
|
||||
# NOTE 1 NOT FOUND
|
||||
unsigned[2] hoursAfterDataCutoff =missing() : edition_specific,can_be_missing;
|
||||
alias hoursAfterReferenceTimeOfDataCutoff=hoursAfterDataCutoff;
|
||||
|
||||
|
@ -45,4 +43,3 @@ codetable[1] stepUnits 'stepUnits.table' = 1 : transient,dump,no_copy;
|
|||
|
||||
# Forecast time in units defined by octet 18 (GRIB-29: supports negative forecast time)
|
||||
signed[4] forecastTime : dump;
|
||||
|
||||
|
|
|
@ -27,18 +27,15 @@ codetable[2] partitionNumber ('4.[partitionTable].table',masterDir,localDir) : d
|
|||
# Type of generating process
|
||||
codetable[1] typeOfGeneratingProcess ('4.3.table',masterDir,localDir) : dump;
|
||||
|
||||
# Background generating process identifier
|
||||
# (defined by originating centre)
|
||||
# Background generating process identifier (defined by originating centre)
|
||||
unsigned[1] backgroundProcess = 255 : edition_specific;
|
||||
alias backgroundGeneratingProcessIdentifier=backgroundProcess;
|
||||
|
||||
|
||||
# Analysis or forecast generating processes identifier
|
||||
# (defined by originating centre)
|
||||
unsigned[1] generatingProcessIdentifier : dump;
|
||||
|
||||
# Hours of observational data cut-off after reference time
|
||||
# NOTE 1 NOT FOUND
|
||||
unsigned[2] hoursAfterDataCutoff =missing() : edition_specific,can_be_missing;
|
||||
alias hoursAfterReferenceTimeOfDataCutoff=hoursAfterDataCutoff;
|
||||
|
||||
|
@ -52,4 +49,3 @@ codetable[1] stepUnits 'stepUnits.table' = 1 : transient,dump,no_copy;
|
|||
|
||||
# Forecast time in units defined by octet 18 (GRIB-29: supports negative forecast time)
|
||||
signed[4] forecastTime : dump;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Copyright 2005-2015 ECMWF.
|
||||
# Copyright 2005-2016 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.
|
||||
|
|
Loading…
Reference in New Issue