eccodes/definitions/grib2/template.4.circular_cluster...

46 lines
1.6 KiB
Modula-2
Raw Permalink Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Cluster identifier
2013-03-25 12:04:10 +00:00
unsigned[1] clusterIdentifier : dump;
alias number=clusterIdentifier;
2023-08-16 14:03:40 +00:00
# Number of cluster to which the high resolution control belongs
unsigned[1] numberOfClusterHighResolution : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Number of cluster to which the low resolution control belongs
unsigned[1] numberOfClusterLowResolution : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Total number of clusters
unsigned[1] totalNumberOfClusters : dump;
2013-03-25 12:04:10 +00:00
alias totalNumber=totalNumberOfClusters;
2023-08-16 14:03:40 +00:00
# Clustering method
2013-03-25 12:04:10 +00:00
codetable[1] clusteringMethod ('4.8.table',masterDir,localDir) : dump;
2023-08-16 14:03:40 +00:00
# Latitude of central point in cluster domain
unsigned[4] latitudeOfCentralPointInClusterDomain : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Longitude of central point in cluster domain
unsigned[4] longitudeOfCentralPointInClusterDomain : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Radius of cluster domain
2013-03-25 12:04:10 +00:00
unsigned[4] radiusOfClusterDomain : dump ;
2023-08-16 14:03:40 +00:00
# NC - Number of forecasts in the cluster
unsigned[1] numberOfForecastsInTheCluster : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
alias NC = numberOfForecastsInTheCluster;
# Scale factor of standard deviation in the cluster
2013-03-25 12:04:10 +00:00
unsigned[1] scaleFactorOfStandardDeviation : edition_specific ;
alias scaleFactorOfStandardDeviationInTheCluster=scaleFactorOfStandardDeviation;
2023-08-16 14:03:40 +00:00
# Scaled value of standard deviation in the cluster
2013-03-25 12:04:10 +00:00
unsigned[4] scaledValueOfStandardDeviation : dump ;
alias scaledValueOfStandardDeviationInTheCluster=scaledValueOfStandardDeviation;
2023-08-16 14:03:40 +00:00
# Scale factor of distance of the cluster from ensemble mean
unsigned[1] scaleFactorOfDistanceFromEnsembleMean : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Scaled value of distance of the cluster from ensemble mean
unsigned[4] scaledValueOfDistanceFromEnsembleMean : dump;