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;
|
2023-08-03 14:15:26 +00:00
|
|
|
|
2023-11-22 10:51:00 +00:00
|
|
|
constant isGridded = false;
|