1# Copyright 2005-2018 ECMWF.
2#
3# This software is licensed under the terms of the Apache Licence Version 2.0
4# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5#
6# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
7# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
8#
9
10codetable[1] marsClass   "mars/class.table" = "od"   : dump, string_type, lowercase;
11codetable[1] marsType   "mars/type.table" = "an"     : dump, string_type, lowercase;
12codetable[2] marsStream "mars/stream.table" = "oper" : dump, string_type, lowercase ;
13ksec1expver[4] experimentVersionNumber = "0001" : dump;
14
15#alias typeOfProcessedData=marsType;
16alias ls.dataType = marsType;
17
18alias mars.class  = marsClass;
19alias mars.type   = marsType;
20alias mars.stream = marsStream;
21alias mars.expver = experimentVersionNumber;
22
23alias mars.domain  =  globalDomain; # For now...
24
25