2022-02-22 17:07:41 +00:00
|
|
|
# author: Sebastien Villaume (SMHI)
|
2013-07-29 13:58:41 +00:00
|
|
|
# created: 6 Oct 2011
|
2014-02-21 18:45:39 +00:00
|
|
|
# modified: 13 Sep 2013
|
2013-07-29 13:58:41 +00:00
|
|
|
#
|
|
|
|
#########################
|
2014-02-21 18:45:39 +00:00
|
|
|
constant conceptsMasterMarsDir="mars" : hidden;
|
|
|
|
constant conceptsLocalMarsDirAll="mars/[centre:s]" : hidden;
|
2013-07-24 16:34:00 +00:00
|
|
|
|
2022-02-22 17:07:41 +00:00
|
|
|
# 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;
|
2013-07-24 16:34:00 +00:00
|
|
|
|
2022-02-22 17:07:41 +00:00
|
|
|
# local section 82
|
2014-02-21 18:45:39 +00:00
|
|
|
### nothing needed here...
|
|
|
|
|
2022-02-22 17:07:41 +00:00
|
|
|
# Local section 83
|
2014-02-21 18:45:39 +00:00
|
|
|
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;
|
2013-07-24 16:34:00 +00:00
|
|
|
|
2024-06-22 12:41:31 +00:00
|
|
|
concept matchAerosolPacking (unknown,"aerosolPackingConcept.def",conceptsLocalMarsDirAll,conceptsMasterMarsDir);
|
2023-08-06 12:57:28 +00:00
|
|
|
alias mars.aerosolpacking = matchAerosolPacking;
|
2014-02-21 18:45:39 +00:00
|
|
|
}
|