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,10 +9,7 @@
|
|||
constant conceptsMasterMarsDir="mars" : hidden;
|
||||
constant conceptsLocalMarsDirAll="mars/[centre:s]" : hidden;
|
||||
|
||||
##########################
|
||||
# #
|
||||
# Base MARS keywors #
|
||||
# #
|
||||
# Base MARS keywors
|
||||
##########################
|
||||
|
||||
alias mars.class = marsClass;
|
||||
|
@ -22,22 +19,14 @@ 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;
|
||||
|
@ -45,6 +34,4 @@ if ( localDefinitionNumber == 83 ) {
|
|||
|
||||
concept_nofail matchAerosolPacking (unknown,"aerosolPackingConcept.def",conceptsLocalMarsDirAll,conceptsMasterMarsDir);
|
||||
alias mars.aerosolpacking = matchAerosolPacking;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue