eccodes-data-grib2
Version:
GRIB2 format data for eccodes-lib
103 lines (83 loc) • 2.01 kB
Plain Text
# Copyright 2005-2018 ECMWF.
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
#
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
#
# Tigge
constant marsClass = 'ti';
constant marsModel = 'glob';
alias is_tigge = one;
alias tigge_short_name=shortName;
alias short_name=shortName;
alias parameter=paramId;
alias tigge_name=name;
alias parameter.paramId=paramId;
alias parameter.shortName=shortName;
alias parameter.units=units;
alias parameter.name=name;
if(levtype is "sfc")
{
unalias mars.levelist;
}
alias mars.expver = marsExpver;
alias mars.class = marsClass;
alias mars.param = paramId;
alias mars.model = marsModel;
alias mars.origin = centre;
# Tigge-LAM rules
# productionStatusOfProcessedData == 4
if (section2Used == 1) {
constant marsLamModel = 'lam';
alias mars.model = marsLamModel; # model redefined. It is not 'glob'
alias mars.origin = tiggeSuiteID; # origin is the suiteName for Tigge-LAM
unalias mars.domain; # No mars domain needed
}
concept marsType {
fc = {
typeOfProcessedData = 2;
}
"9" = {
typeOfProcessedData = 2;
}
cf = {
typeOfProcessedData = 3;
}
"10" = {
typeOfProcessedData = 3;
}
pf = {
typeOfProcessedData = 4;
}
"11" = {
typeOfProcessedData = 4;
}
"default" = {
dummyc = 0;
}
}
# See GRIB-205 re no_copy
concept marsStream {
oper = {
typeOfProcessedData = 0;
}
oper = {
typeOfProcessedData = 2;
}
enfo = {
typeOfProcessedData = 3;
}
enfo = {
typeOfProcessedData = 4;
}
enfo = {
typeOfProcessedData = 8;
}
"default" = {
dummyc = 0;
}
} : no_copy;
alias mars.stream = marsStream;
alias mars.type = marsType;