2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2016-09-30 07:53:04 +00:00
|
|
|
|
2016-09-30 12:45:57 +00:00
|
|
|
# TEMPLATE 5.53, BiFourier coefficients data - complex packing
|
2023-03-24 17:03:42 +00:00
|
|
|
# Spectral data for limited area models - complex packing
|
2016-09-30 07:53:04 +00:00
|
|
|
|
2024-01-16 12:40:17 +00:00
|
|
|
include "grib2/template.5.packing.def"
|
2016-09-30 07:53:04 +00:00
|
|
|
|
|
|
|
transient computeLaplacianOperator=1 : hidden;
|
|
|
|
|
2019-05-13 13:30:08 +00:00
|
|
|
codetable[1] biFourierSubTruncationType ('5.25.table',masterDir,localDir) : dump;
|
|
|
|
codetable[1] biFourierPackingModeForAxes ('5.26.table',masterDir,localDir) = 0 : dump;
|
2016-09-30 07:53:04 +00:00
|
|
|
|
2023-11-26 18:05:43 +00:00
|
|
|
constant laplacianScalingFactorUnset = -2147483647;
|
2019-05-15 12:58:16 +00:00
|
|
|
signed[4] laplacianScalingFactor : edition_specific ; # units of 10^-6
|
2016-09-30 07:53:04 +00:00
|
|
|
|
2023-11-26 18:05:43 +00:00
|
|
|
meta data.laplacianOperator scale(laplacianScalingFactor,one,million,truncateLaplacian) ;
|
|
|
|
meta laplacianOperatorIsSet evaluate(laplacianScalingFactor != laplacianScalingFactorUnset && !computeLaplacianOperator);
|
2016-09-30 07:53:04 +00:00
|
|
|
|
2023-11-26 18:05:43 +00:00
|
|
|
unsigned[2] biFourierResolutionSubSetParameterN : dump; # NS
|
|
|
|
unsigned[2] biFourierResolutionSubSetParameterM : dump; # MS
|
2019-05-15 12:58:16 +00:00
|
|
|
unsigned[4] totalNumberOfValuesInUnpackedSubset = 0 : dump; # TS
|
2019-05-13 13:30:08 +00:00
|
|
|
|
2016-09-30 07:53:04 +00:00
|
|
|
# This is read_only until we support other values
|
|
|
|
codetable[1] unpackedSubsetPrecision ('5.7.table',masterDir,localDir) = 1 : dump;
|
|
|
|
|
|
|
|
alias precisionOfTheUnpackedSubset=unpackedSubsetPrecision;
|