eccodes/definitions/grib2/template.3.spherical_harmon...

30 lines
870 B
Modula-2
Raw Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
constant sphericalHarmonics=1;
# constant dataRepresentationType = 50;
2024-01-16 12:40:17 +00:00
# Pentagonal resolution parameter
unsigned[4] J : dump;
alias pentagonalResolutionParameterJ=J;
2013-03-25 12:04:10 +00:00
alias geography.J=J;
2024-01-16 12:40:17 +00:00
# Pentagonal resolution parameter
unsigned[4] K : dump;
2013-03-25 12:04:10 +00:00
alias pentagonalResolutionParameterK=K;
alias geography.K=K;
2024-01-16 12:40:17 +00:00
# Pentagonal resolution parameter
unsigned[4] M : dump;
alias pentagonalResolutionParameterM = M;
2013-03-25 12:04:10 +00:00
alias geography.M=M;
2023-08-16 14:03:40 +00:00
# Representation type indicating the method used to define the norm
2024-01-16 12:40:17 +00:00
codetable[1] spectralType ('3.6.table',masterDir,localDir) = 1 : no_copy;
2013-03-25 12:04:10 +00:00
alias spectralDataRepresentationType=spectralType;
2023-08-16 14:03:40 +00:00
# Representation mode indicating the order of the coefficients
2013-03-25 12:04:10 +00:00
codetable[1] spectralMode ('3.7.table',masterDir,localDir) = 1 : no_copy;
alias spectralDataRepresentationMode=spectralMode;
constant isGridded = false;