mirror of https://github.com/ecmwf/eccodes.git
Cleanup
This commit is contained in:
parent
c588d7b989
commit
073e2a8190
|
@ -1,17 +1,14 @@
|
||||||
#########################
|
#########################
|
||||||
#
|
|
||||||
# author: Sebastien Villaume (SMHI)
|
# author: Sebastien Villaume (SMHI)
|
||||||
# created: 6 Oct 2011
|
# created: 6 Oct 2011
|
||||||
# modified: 13 Sep 2013
|
# modified: 13 Sep 2013
|
||||||
#
|
#
|
||||||
#########################
|
#########################
|
||||||
|
|
||||||
constant conceptsMasterMarsDir="mars" : hidden;
|
constant conceptsMasterMarsDir="mars" : hidden;
|
||||||
constant conceptsLocalMarsDirAll="mars/[centre:s]" : hidden;
|
constant conceptsLocalMarsDirAll="mars/[centre:s]" : hidden;
|
||||||
|
|
||||||
# Base MARS keywors
|
# Base MARS keywors
|
||||||
##########################
|
##########################
|
||||||
|
|
||||||
alias mars.class = marsClass;
|
alias mars.class = marsClass;
|
||||||
alias mars.type = marsType;
|
alias mars.type = marsType;
|
||||||
alias mars.stream = marsStream;
|
alias mars.stream = marsStream;
|
||||||
|
@ -21,7 +18,6 @@ alias mars.domain = globalDomain;
|
||||||
|
|
||||||
# local section 82
|
# local section 82
|
||||||
#########################
|
#########################
|
||||||
|
|
||||||
### nothing needed here...
|
### nothing needed here...
|
||||||
|
|
||||||
# Local section 83
|
# Local section 83
|
||||||
|
|
Loading…
Reference in New Issue