eccodes/definitions/grib2/template.3.bf.def

32 lines
1.1 KiB
Modula-2
Raw Normal View History

2016-09-30 12:03:29 +00:00
label "BiFourier coefficients";
constant biFourierCoefficients=1;
2019-05-15 14:32:41 +00:00
codetable[1] spectralType ('3.6.table',masterDir,localDir) = 2 : no_copy;
2016-09-30 12:03:29 +00:00
alias spectralDataRepresentationType=spectralType;
unsigned[4] biFourierResolutionParameterN : dump;
unsigned[4] biFourierResolutionParameterM : dump;
codetable[1] biFourierTruncationType ('3.25.table',masterDir,localDir) : dump;
2016-09-30 12:03:29 +00:00
# Lx - Full domain length in X-direction. Size in metres of the domain along x-axis
2016-09-30 07:53:04 +00:00
unsigned[8] Lx;
2019-05-15 12:58:16 +00:00
alias geography.LxInMetres = Lx;
# Lux - Useful domain length in X-direction. Size in metres of model forecast subdomain along x-axis
2016-09-30 07:53:04 +00:00
unsigned[8] Lux;
2019-05-15 12:58:16 +00:00
alias geography.LuxInMetres=Lux;
# Lcx - Coupling domain width in X-direction. Width in metres of coupling area within forecast domain along x-axis
2016-09-30 07:53:04 +00:00
unsigned[8] Lcx;
2019-05-15 12:58:16 +00:00
alias geography.LcxInMetres=Lcx;
2016-09-30 07:53:04 +00:00
# Ly - Full domain length in Y-direction
unsigned[8] Ly;
2019-05-15 12:58:16 +00:00
alias geography.LyInMetres=Ly;
2016-09-30 07:53:04 +00:00
# Luy - Useful domain length in Y-direction
unsigned[8] Luy;
2019-05-15 12:58:16 +00:00
alias geography.LuyInMetres=Luy;
2016-09-30 07:53:04 +00:00
# Lcy - Coupling domain width in Y-direction
unsigned[8] Lcy;
2019-05-15 12:58:16 +00:00
alias geography.LcyInMetres=Lcy;