initial commit

This commit is contained in:
Robert Osinski 2024-10-11 13:16:23 +00:00
parent 464ee10d76
commit d6a2d7df0d
9 changed files with 53 additions and 1 deletions

View File

@ -0,0 +1,11 @@
# (C) Copyright 2005- ECMWF.
# TEMPLATE 4.32768, Random pattern
include "grib2/templates/template.4.parameter.def"
include "grib2/templates/template.4.generating_process.def"
include "grib2/templates/template.4.forecast_time.def"
include "grib2/templates/template.4.point_in_time.def"
include "grib2/local/ecmf/template.4.randomPatterns.def"
include "grib2/templates/template.4.horizontal.def"
include "grib2/templates/template.4.eps.def"

View File

@ -0,0 +1,8 @@
# Random patterns - SKEB / SPPT / SPP
unsigned[2] randomPatternNumber : dump;
unsigned[2] totalNumberOfRandomPattern : dump;
unsigned[4] scaledValueOfSpatialScale : dump;
unsigned[1] scaleFactorOfSpatialScale : dump;
unsigned[4] scaledValueOfTemporalScale : dump;
unsigned[1] scaleFactorOfTemporalScale : dump;

View File

@ -14015,6 +14015,13 @@
parameterNumber = 212 ;
typeOfFirstFixedSurface = 254 ;
}
#Stochastic Parameter Perturbation (SPP)
'Stochastic Parameter Perturbation (SPP)' = {
localTablesVersion = 1 ;
discipline = 254 ;
parameterCategory = 254 ;
parameterNumber = 215 ;
}
#Surface roughness length for heat
'Surface roughness length for heat' = {
localTablesVersion = 1 ;

View File

@ -14015,6 +14015,13 @@
parameterNumber = 212 ;
typeOfFirstFixedSurface = 254 ;
}
#Stochastic Parameter Perturbation (SPP)
'213000' = {
localTablesVersion = 1 ;
discipline = 254 ;
parameterCategory = 254 ;
parameterNumber = 215 ;
}
#Surface roughness length for heat
'260651' = {
localTablesVersion = 1 ;

View File

@ -14015,6 +14015,13 @@
parameterNumber = 212 ;
typeOfFirstFixedSurface = 254 ;
}
#Stochastic Parameter Perturbation (SPP)
'spp' = {
localTablesVersion = 1 ;
discipline = 254 ;
parameterCategory = 254 ;
parameterNumber = 215 ;
}
#Surface roughness length for heat
'srlh' = {
localTablesVersion = 1 ;

View File

@ -14015,6 +14015,13 @@
parameterNumber = 212 ;
typeOfFirstFixedSurface = 254 ;
}
#Stochastic Parameter Perturbation (SPP)
'dimensionless' = {
localTablesVersion = 1 ;
discipline = 254 ;
parameterCategory = 254 ;
parameterNumber = 215 ;
}
#Surface roughness length for heat
'm' = {
localTablesVersion = 1 ;

View File

@ -78,3 +78,5 @@
'sol' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=187;}
'sfc' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=185;}
# Do we want this also for the covariances ? Probably !
'al' = {typeOfFirstFixedSurface=254;}

View File

@ -61,7 +61,7 @@ codetable[2] productDefinitionTemplateNumber('4.0.table',masterDir,localDir) : d
if (section2Used == 1) {
when (new()) {
set_nofail productDefinitionTemplateNumber=productDefinitionTemplateNumberInternal;
}
}
}
transient genVertHeightCoords = 0;

View File

@ -20,3 +20,6 @@
210 210 Covariance between 2-metre relative humidity and temperature of snow layer 2 [% K]
211 211 Covariance between 2-metre temperature and temperature of snow layer 3 [K K]
212 212 Covariance between 2-metre relative humidity and temperature of snow layer 3 [% K]
213 213 Stochastic kinetic energy backscatter (SKEB)
214 214 Stochastically Perturbed Parametrization Tendencies (SPPT)
215 215 Stochastic Parameter Perturbation (SPP)