eccodes/definitions/grib1/mars_labeling.82.def

34 lines
1023 B
Modula-2
Raw Normal View History

#########################
2022-02-22 17:07:41 +00:00
# author: Sebastien Villaume (SMHI)
# created: 6 Oct 2011
# modified: 13 Sep 2013
#
#########################
constant conceptsMasterMarsDir="mars" : hidden;
constant conceptsLocalMarsDirAll="mars/[centre:s]" : hidden;
2022-02-22 17:07:41 +00:00
# Base MARS keywors
##########################
2022-02-22 17:07:41 +00:00
alias mars.class = marsClass;
alias mars.type = marsType;
alias mars.stream = marsStream;
alias mars.model = marsModel;
alias mars.expver = experimentVersionNumber;
alias mars.domain = globalDomain;
2022-02-22 17:07:41 +00:00
# local section 82
#########################
### nothing needed here...
2022-02-22 17:07:41 +00:00
# Local section 83
#########################
if ( localDefinitionNumber == 83 ) {
2022-02-22 17:07:41 +00:00
alias mars.sort = matchSort;
alias mars.timerepres = matchTimeRepres;
alias mars.landtype = matchLandType;
alias mars.aerosolbinnumber = matchAerosolBinNumber;
concept_nofail matchAerosolPacking (unknown,"aerosolPackingConcept.def",conceptsLocalMarsDirAll,conceptsMasterMarsDir);
2023-08-06 12:57:28 +00:00
alias mars.aerosolpacking = matchAerosolPacking;
}