mirror of https://github.com/ecmwf/eccodes.git
ECC-1695: GRIB2 definitions: Group files into sub-directories
This commit is contained in:
parent
3230077c67
commit
cbb4389334
|
@ -41,7 +41,7 @@ codetable[2] instrument "grib2/tables/local/ecmf/obstat.5.0.table";
|
||||||
|
|
||||||
codetable[2] dataStream "grib2/tables/local/ecmf/obstat.6.0.table";
|
codetable[2] dataStream "grib2/tables/local/ecmf/obstat.6.0.table";
|
||||||
|
|
||||||
# include "grib2/template.4.horizontal.def"
|
# include "grib2/templates/template.4.horizontal.def"
|
||||||
|
|
||||||
codetable[2] observationDiagnostic "grib2/tables/local/ecmf/obstat.9.0.table";
|
codetable[2] observationDiagnostic "grib2/tables/local/ecmf/obstat.9.0.table";
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
#
|
#
|
||||||
# This is deprecated and only included for backward compatibility, use template 4.33
|
# This is deprecated and only included for backward compatibility, use template 4.33
|
||||||
#
|
#
|
||||||
include "grib2/template.4.33.def"
|
include "grib2/templates/template.4.33.def"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
#
|
#
|
||||||
# This is deprecated and only included for backward compatibility, use template 4.34
|
# This is deprecated and only included for backward compatibility, use template 4.34
|
||||||
#
|
#
|
||||||
include "grib2/template.4.34.def"
|
include "grib2/templates/template.4.34.def"
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
# TEMPLATE 4.65533, Individual member for large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
# TEMPLATE 4.65533, Individual member for large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
include "grib2/templates/template.4.parameter.def"
|
||||||
include "grib2/template.4.generating_process.def"
|
include "grib2/templates/template.4.generating_process.def"
|
||||||
include "grib2/template.4.forecast_time.def"
|
include "grib2/templates/template.4.forecast_time.def"
|
||||||
include "grib2/template.4.point_in_time.def"
|
include "grib2/templates/template.4.point_in_time.def"
|
||||||
include "grib2/template.4.horizontal.def"
|
include "grib2/templates/template.4.horizontal.def"
|
||||||
include "grib2/template.4.leps.def"
|
include "grib2/templates/template.4.leps.def"
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
# TEMPLATE 4.65534, Individual member for large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
# TEMPLATE 4.65534, Individual member for large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
include "grib2/templates/template.4.parameter.def"
|
||||||
include "grib2/template.4.generating_process.def"
|
include "grib2/templates/template.4.generating_process.def"
|
||||||
include "grib2/template.4.forecast_time.def"
|
include "grib2/templates/template.4.forecast_time.def"
|
||||||
include "grib2/template.4.horizontal.def"
|
include "grib2/templates/template.4.horizontal.def"
|
||||||
include "grib2/template.4.leps.def"
|
include "grib2/templates/template.4.leps.def"
|
||||||
include "grib2/template.4.statistical.def"
|
include "grib2/templates/template.4.statistical.def"
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
# TEMPLATE 3.32769 - Rotate Latitude/Longitude (Arakawa Non-E Staggered grid)
|
# TEMPLATE 3.32769 - Rotate Latitude/Longitude (Arakawa Non-E Staggered grid)
|
||||||
# See https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_temp3-32769.shtml
|
# See https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_temp3-32769.shtml
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def";
|
include "grib2/templates/template.3.shape_of_the_earth.def";
|
||||||
include "grib2/template.3.grid.def";
|
include "grib2/templates/template.3.grid.def";
|
||||||
|
|
||||||
meta latitudeOfFirstGridPointInDegrees scale(La1,one,grib2divider,truncateDegrees) : dump;
|
meta latitudeOfFirstGridPointInDegrees scale(La1,one,grib2divider,truncateDegrees) : dump;
|
||||||
meta longitudeOfFirstGridPointInDegrees scale(Lo1,one,grib2divider,truncateDegrees) : dump;
|
meta longitudeOfFirstGridPointInDegrees scale(Lo1,one,grib2divider,truncateDegrees) : dump;
|
||||||
|
|
|
@ -115,7 +115,7 @@ alias calendarIdPresent = false;
|
||||||
if ( ((section1Length > 21) or setCalendarId > 0) and deleteCalendarId == 0) {
|
if ( ((section1Length > 21) or setCalendarId > 0) and deleteCalendarId == 0) {
|
||||||
alias calendarIdPresent = present;
|
alias calendarIdPresent = present;
|
||||||
codetable[2] calendarIdentificationTemplateNumber ('1.5.table',masterDir,localDir) : dump,string_type,no_fail;
|
codetable[2] calendarIdentificationTemplateNumber ('1.5.table',masterDir,localDir) : dump,string_type,no_fail;
|
||||||
template calendarIdentification "grib2/template.1.[calendarIdentificationTemplateNumber:l].def";
|
template calendarIdentification "grib2/templates/template.1.[calendarIdentificationTemplateNumber:l].def";
|
||||||
}
|
}
|
||||||
|
|
||||||
constant conceptsMasterDir="grib2" : hidden;
|
constant conceptsMasterDir="grib2" : hidden;
|
||||||
|
|
|
@ -38,7 +38,7 @@ alias isRotatedGrid = false;
|
||||||
if (gridDefinitionTemplateNumber >= 32768) {
|
if (gridDefinitionTemplateNumber >= 32768) {
|
||||||
template gridDefinitionSection "grib2/local/[centreForLocal]/template.3.[gridDefinitionTemplateNumber:l].def";
|
template gridDefinitionSection "grib2/local/[centreForLocal]/template.3.[gridDefinitionTemplateNumber:l].def";
|
||||||
} else {
|
} else {
|
||||||
template gridDefinitionSection "grib2/template.3.[gridDefinitionTemplateNumber:l].def";
|
template gridDefinitionSection "grib2/templates/template.3.[gridDefinitionTemplateNumber:l].def";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(PLPresent){
|
if(PLPresent){
|
||||||
|
|
|
@ -68,7 +68,7 @@ transient genVertHeightCoords = 0;
|
||||||
if (productDefinitionTemplateNumber >= 32768) {
|
if (productDefinitionTemplateNumber >= 32768) {
|
||||||
template productDefinition "grib2/local/[centreForLocal]/template.4.[productDefinitionTemplateNumber:l].def";
|
template productDefinition "grib2/local/[centreForLocal]/template.4.[productDefinitionTemplateNumber:l].def";
|
||||||
} else {
|
} else {
|
||||||
template productDefinition "grib2/template.4.[productDefinitionTemplateNumber:l].def";
|
template productDefinition "grib2/templates/template.4.[productDefinitionTemplateNumber:l].def";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (defined(marsStream) && defined(marsType)) {
|
if (defined(marsStream) && defined(marsType)) {
|
||||||
|
|
|
@ -51,7 +51,7 @@ concept packingType (unknown) {
|
||||||
"grid_run_length" = { dataRepresentationTemplateNumber = 200; }
|
"grid_run_length" = { dataRepresentationTemplateNumber = 200; }
|
||||||
} : dump;
|
} : dump;
|
||||||
|
|
||||||
template dataRepresentation "grib2/template.5.[dataRepresentationTemplateNumber:l].def";
|
template dataRepresentation "grib2/templates/template.5.[dataRepresentationTemplateNumber:l].def";
|
||||||
|
|
||||||
alias ls.packingType=packingType;
|
alias ls.packingType=packingType;
|
||||||
alias dataRepresentation=packingType;
|
alias dataRepresentation=packingType;
|
||||||
|
|
|
@ -13,7 +13,7 @@ unsigned[1] numberOfSection = 7:read_only;
|
||||||
# Template number given in octets 10-11 of Section 5
|
# Template number given in octets 10-11 of Section 5
|
||||||
position offsetBeforeData;
|
position offsetBeforeData;
|
||||||
#if (changed(dataRepresentationTemplateNumber)) {
|
#if (changed(dataRepresentationTemplateNumber)) {
|
||||||
template dataValues "grib2/template.7.[dataRepresentationTemplateNumber:l].def";
|
template dataValues "grib2/templates/template.7.[dataRepresentationTemplateNumber:l].def";
|
||||||
#}
|
#}
|
||||||
|
|
||||||
meta changeDecimalPrecision decimal_precision(bitsPerValue,decimalScaleFactor,changingPrecision,values) : edition_specific;
|
meta changeDecimalPrecision decimal_precision(bitsPerValue,decimalScaleFactor,changingPrecision,values) : edition_specific;
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 1.2, Calendar Definition and Paleontological Offset
|
|
||||||
|
|
||||||
include "grib2/template.1.calendar.def"
|
|
||||||
include "grib2/template.1.offset.def"
|
|
|
@ -1,7 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.1, Rotated Latitude/longitude (or equidistant cylindrical, or Plate Carree)
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.latlon.def"
|
|
||||||
include "grib2/template.3.rotation.def"
|
|
|
@ -1,7 +0,0 @@
|
||||||
# TEMPLATE 3.150 - The HEALPix grid
|
|
||||||
# See https://healpix.jpl.nasa.gov/pdf/intro.pdf
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.resolution_flags.def"
|
|
||||||
include "grib2/template.3.healpix.def"
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.2, Stretched Latitude/longitude (or equidistant cylindrical, or Plate Carree)
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.latlon.def"
|
|
||||||
include "grib2/template.3.stretching.def"
|
|
|
@ -1,9 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.3, Stretched and Rotated Latitude/longitude (or equidistant cylindrical, or Plate Carree)
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.latlon.def"
|
|
||||||
include "grib2/template.3.rotation.def"
|
|
||||||
include "grib2/template.3.stretching.def"
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.4, Variable resolution latitude/longitude
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.latlon_vares.def"
|
|
|
@ -1,6 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.40, Gaussian latitude/longitude
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.gaussian.def"
|
|
|
@ -1,7 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.41, Rotated Gaussian latitude/longitude
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.gaussian.def"
|
|
||||||
include "grib2/template.3.rotation.def"
|
|
|
@ -1,7 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.42, Stretched Gaussian latitude/longitude
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.gaussian.def"
|
|
||||||
include "grib2/template.3.stretching.def"
|
|
|
@ -1,8 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.43, Stretched and rotated Gaussian latitude/longitude
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.gaussian.def"
|
|
||||||
include "grib2/template.3.rotation.def"
|
|
||||||
include "grib2/template.3.stretching.def"
|
|
|
@ -1,7 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.5, Variable resolution rotated latitude/longitude
|
|
||||||
|
|
||||||
include "grib2/template.3.shape_of_the_earth.def"
|
|
||||||
include "grib2/template.3.latlon_vares.def"
|
|
||||||
include "grib2/template.3.rotation.def"
|
|
|
@ -1,6 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.51, Rotated spherical harmonic coefficients
|
|
||||||
|
|
||||||
include "grib2/template.3.spherical_harmonics.def"
|
|
||||||
include "grib2/template.3.rotation.def"
|
|
|
@ -1,6 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.52, Stretched spherical harmonic coefficients
|
|
||||||
|
|
||||||
include "grib2/template.3.spherical_harmonics.def"
|
|
||||||
include "grib2/template.3.stretching.def"
|
|
|
@ -1,7 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 3.53, Stretched and rotated spherical harmonic coefficients
|
|
||||||
|
|
||||||
include "grib2/template.3.spherical_harmonics.def"
|
|
||||||
include "grib2/template.3.rotation.def"
|
|
||||||
include "grib2/template.3.stretching.def"
|
|
|
@ -1,9 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.0, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.1, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,13 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.10, Percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
# This template was not validated at the time of publication and should be used with caution.
|
|
||||||
transient template_is_experimental = 1 : hidden;
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.percentile.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.100, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.wave.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
#include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.wave_spectra_list.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.101, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.wave.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
#include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.wave_spectra_formula.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.102, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.wave.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
#include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.wave_spectra_formula.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.103, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range.
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.wave_period_range.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.104, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range.
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.wave_period_range.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.105, Analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
include "grib2/template.4.referenceperiod.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.106, Individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.referenceperiod.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.107, Derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
include "grib2/template.4.derived.def"
|
|
||||||
include "grib2/template.4.referenceperiod.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.108, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical properties
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.optical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.109, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical properties
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.optical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.11, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.110 - Average, accumulation, and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for generic optical properties
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.optical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.111, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for generic optical properties
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.optical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.112, Probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
include "grib2/template.4.probability.def"
|
|
||||||
include "grib2/template.4.referenceperiod.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.113, Generalised tiles at a horizontal level or horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generalised_tile.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.114, Average, accumulation, and/or extreme values or other statistically processed values on generalised tiles at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generalised_tile.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.115, Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generalised_tile.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.leps.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.116, Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generalised_tile.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.leps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.117, Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.leps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.118, Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.leps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.119, Probability forecasts from large ensembles at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.probabilityLargeEnsemble.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.12, Derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.derived.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.120, Probability forecasts from large ensembles at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.probabilityLargeEnsemble.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.121, Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.probabilityLargeEnsemble.def"
|
|
||||||
include "grib2/template.4.focalStatistics.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.122, Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.probabilityLargeEnsemble.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
include "grib2/template.4.focalStatistics.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.123, Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
include "grib2/template.4.probabilityLargeEnsemble.def"
|
|
||||||
include "grib2/template.4.referenceperiod.def"
|
|
||||||
include "grib2/template.4.focalStatistics.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.124, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.radionuclides.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,13 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.125, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.radionuclides.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.126, Average, accumulation, and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.radionuclides.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,14 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.127, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.radionuclides.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.13, Derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.derived.def"
|
|
||||||
include "grib2/template.4.rectangular_cluster.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
include "grib2/template.4.eps_cluster.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.14, Derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.derived.def"
|
|
||||||
include "grib2/template.4.circular_cluster.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
||||||
include "grib2/template.4.eps_cluster.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.2, Derived forecast based on all ensemble members at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.derived.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.3, Derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.derived.def"
|
|
||||||
include "grib2/template.4.rectangular_cluster.def"
|
|
||||||
include "grib2/template.4.eps_cluster.def"
|
|
|
@ -1,9 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.32, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.satellite.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.33, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.satellite.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.34, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.satellite.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.4, Derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.derived.def"
|
|
||||||
include "grib2/template.4.circular_cluster.def"
|
|
||||||
include "grib2/template.4.eps_cluster.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.40, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.41, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.42, Average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.43, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.45, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.aerosol.def"
|
|
||||||
include "grib2/template.4.aerosol_size.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.46, Average, accumulation, and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.aerosol.def"
|
|
||||||
include "grib2/template.4.aerosol_size.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,14 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.47, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
# Note: This template is deprecated. Template 4.85 should be used instead.
|
|
||||||
transient template_is_deprecated = 1 : hidden;
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.aerosol.def"
|
|
||||||
include "grib2/template.4.aerosol_size.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.48, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.aerosol.def"
|
|
||||||
include "grib2/template.4.aerosol_size.def"
|
|
||||||
include "grib2/template.4.optical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,13 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.49, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.aerosol.def"
|
|
||||||
include "grib2/template.4.aerosol_size.def"
|
|
||||||
include "grib2/template.4.optical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.5, Probability forecasts at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.probability.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.50, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.aerosol.def"
|
|
||||||
include "grib2/template.4.aerosol_size.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.51, Categorical forecasts at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.categorical.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.53, Partitioned parameters at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.partition.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.54, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.partition.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.55, Spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.tile.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.57, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.distribution.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.58, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.distribution.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,13 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.59, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters
|
|
||||||
|
|
||||||
# Use this instead of template 4.56
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.tile.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.6, Percentile forecasts at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.percentile.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.60, Individual ensemble re-forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.reforecast.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.61, Individual ensemble re-forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.reforecast.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.63, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.tile.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.67, Average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.distribution.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.68, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.distribution.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.70, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.postproc.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.71, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.postproc.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,10 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.72, Average, accumulation, and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.postproc.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.73, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.postproc.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.76, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source/sink
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.77, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with a source/sink
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.78, Average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source/sink
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,12 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.79, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source/sink
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.chemical.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.eps.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,9 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.8, Average, accumulation, and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
||||||
include "grib2/template.4.statistical.def"
|
|
|
@ -1,13 +0,0 @@
|
||||||
# (C) Copyright 2005- ECMWF.
|
|
||||||
|
|
||||||
# TEMPLATE 4.80, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source/sink
|
|
||||||
|
|
||||||
include "grib2/template.4.parameter.def"
|
|
||||||
include "grib2/template.4.aerosol.def"
|
|
||||||
include "grib2/template.4.source.def"
|
|
||||||
include "grib2/template.4.aerosol_size.def"
|
|
||||||
include "grib2/template.4.optical.def"
|
|
||||||
include "grib2/template.4.generating_process.def"
|
|
||||||
include "grib2/template.4.forecast_time.def"
|
|
||||||
include "grib2/template.4.point_in_time.def"
|
|
||||||
include "grib2/template.4.horizontal.def"
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue