mirror of https://github.com/ecmwf/eccodes.git
Remove the transients is_efas and is_uerra
This commit is contained in:
parent
1421ef900b
commit
e13118ef9c
|
@ -18,7 +18,6 @@ constant grib2divider = 1000000;
|
|||
alias extraDimensionPresent=zero;
|
||||
alias is_tigge = zero;
|
||||
alias is_s2s = zero;
|
||||
#transient is_efas = 0;
|
||||
transient angleSubdivisions=grib2divider; # micro degrees
|
||||
|
||||
meta gts_header gts_header() : no_copy,hidden,read_only;
|
||||
|
|
|
@ -38,8 +38,6 @@ unsigned[2] anoffsetLast = missing(): dump, can_be_missing;
|
|||
unsigned[2] anoffsetFrequency = missing(): dump, can_be_missing;
|
||||
|
||||
# Boolean
|
||||
#remove is_efas;
|
||||
#transient is_efas = 1;
|
||||
transient lsdate_bug = 1: hidden; # See ECC-707
|
||||
|
||||
# Note: the key typeOfPostProcessing is in the PDTNs 70, 71, 72 and 73
|
||||
|
|
|
@ -116,14 +116,6 @@ if ( ((section1Length > 21) or setCalendarId > 0) and deleteCalendarId == 0) {
|
|||
template calendarIdentification "grib2/template.1.[calendarIdentificationTemplateNumber:l].def";
|
||||
}
|
||||
|
||||
#concept is_uerra(zero) {
|
||||
# '1' = {productionStatusOfProcessedData=10;}
|
||||
# '1' = {productionStatusOfProcessedData=11;}
|
||||
# '1' = {productionStatusOfProcessedData=9;}
|
||||
# '1' = {productionStatusOfProcessedData=8;}
|
||||
# '0' = {dummy=1;}
|
||||
#}
|
||||
|
||||
constant conceptsMasterDir="grib2" : hidden;
|
||||
constant conceptsLocalDirAll="grib2/localConcepts/[centre:s]" : hidden;
|
||||
constant conceptsLocalDirECMF="grib2/localConcepts/ecmf" : hidden;
|
||||
|
|
Loading…
Reference in New Issue