mirror of https://github.com/ecmwf/eccodes.git
Definitions: clean up
This commit is contained in:
parent
df142158c0
commit
0d718cec3d
|
@ -1,6 +1,6 @@
|
|||
#########################
|
||||
#
|
||||
# author: Sebastien Villaume <Sebastien.Villaume@smhi.se>
|
||||
# author: Sebastien Villaume (SMHI)
|
||||
# created: 6 Oct 2011
|
||||
# modified: 13 Sep 2013
|
||||
#
|
||||
|
@ -9,42 +9,29 @@
|
|||
constant conceptsMasterMarsDir="mars" : hidden;
|
||||
constant conceptsLocalMarsDirAll="mars/[centre:s]" : hidden;
|
||||
|
||||
##########################
|
||||
# #
|
||||
# Base MARS keywors #
|
||||
# #
|
||||
# Base MARS keywors
|
||||
##########################
|
||||
|
||||
alias mars.class = marsClass;
|
||||
alias mars.type = marsType;
|
||||
alias mars.stream = marsStream;
|
||||
alias mars.model = marsModel;
|
||||
alias mars.expver = experimentVersionNumber;
|
||||
alias mars.domain = globalDomain;
|
||||
alias mars.class = marsClass;
|
||||
alias mars.type = marsType;
|
||||
alias mars.stream = marsStream;
|
||||
alias mars.model = marsModel;
|
||||
alias mars.expver = experimentVersionNumber;
|
||||
alias mars.domain = globalDomain;
|
||||
|
||||
#########################
|
||||
# #
|
||||
# local section 82 #
|
||||
# #
|
||||
# local section 82
|
||||
#########################
|
||||
|
||||
### nothing needed here...
|
||||
|
||||
# Local section 83
|
||||
#########################
|
||||
# #
|
||||
# local section 83 #
|
||||
# #
|
||||
#########################
|
||||
|
||||
if ( localDefinitionNumber == 83 ) {
|
||||
|
||||
alias mars.sort = matchSort;
|
||||
alias mars.timerepres = matchTimeRepres;
|
||||
alias mars.landtype = matchLandType;
|
||||
alias mars.aerosolbinnumber = matchAerosolBinNumber;
|
||||
alias mars.sort = matchSort;
|
||||
alias mars.timerepres = matchTimeRepres;
|
||||
alias mars.landtype = matchLandType;
|
||||
alias mars.aerosolbinnumber = matchAerosolBinNumber;
|
||||
|
||||
concept_nofail matchAerosolPacking (unknown,"aerosolPackingConcept.def",conceptsLocalMarsDirAll,conceptsMasterMarsDir);
|
||||
alias mars.aerosolpacking = matchAerosolPacking;
|
||||
|
||||
alias mars.aerosolpacking = matchAerosolPacking;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue