mirror of https://github.com/ecmwf/eccodes.git
add type of statistical processing for mean to s2s ocean parameter to account for wrong usage of instanteous params
This commit is contained in:
parent
ea89ebd266
commit
584a19e8e4
|
@ -9,6 +9,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface height
|
#Sea surface height
|
||||||
'zos' = {
|
'zos' = {
|
||||||
|
@ -19,28 +20,31 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Depth of 20C isotherm
|
#Depth of 20C isotherm
|
||||||
't20d' = {
|
't20d' = {
|
||||||
discipline = 10 ;
|
discipline = 10 ;
|
||||||
parameterCategory = 4 ;
|
parameterCategory = 4 ;
|
||||||
parameterNumber = 14 ;
|
parameterNumber = 14 ;
|
||||||
typeOfSecondFixedSurface = 255 ;
|
|
||||||
typeOfFirstFixedSurface = 20 ;
|
typeOfFirstFixedSurface = 20 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 29315 ;
|
scaledValueOfFirstFixedSurface = 29315 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Average salinity in the upper 300m
|
#Average salinity in the upper 300m
|
||||||
'sav300' = {
|
'sav300' = {
|
||||||
discipline = 10 ;
|
discipline = 10 ;
|
||||||
parameterCategory = 4 ;
|
parameterCategory = 4 ;
|
||||||
parameterNumber = 21 ;
|
parameterNumber = 21 ;
|
||||||
typeOfSecondFixedSurface = 160 ;
|
|
||||||
typeOfFirstFixedSurface = 160 ;
|
typeOfFirstFixedSurface = 160 ;
|
||||||
|
typeOfSecondFixedSurface = 160 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface practical salinity
|
#Sea surface practical salinity
|
||||||
'sos' = {
|
'sos' = {
|
||||||
|
@ -51,16 +55,18 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
||||||
'mlotst010' = {
|
'mlotst010' = {
|
||||||
discipline = 10 ;
|
discipline = 10 ;
|
||||||
parameterCategory = 4 ;
|
parameterCategory = 4 ;
|
||||||
parameterNumber = 14 ;
|
parameterNumber = 14 ;
|
||||||
|
typeOfFirstFixedSurface = 169 ;
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 1 ;
|
scaledValueOfFirstFixedSurface = 1 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
typeOfFirstFixedSurface = 169 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea-ice thickness
|
#Sea-ice thickness
|
||||||
'sithick' = {
|
'sithick' = {
|
||||||
|
@ -71,5 +77,6 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface height
|
#Sea surface height
|
||||||
'Sea surface height' = {
|
'Sea surface height' = {
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Depth of 20C isotherm
|
#Depth of 20C isotherm
|
||||||
'Depth of 20C isotherm' = {
|
'Depth of 20C isotherm' = {
|
||||||
|
@ -45,6 +47,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 29315 ;
|
scaledValueOfFirstFixedSurface = 29315 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Average salinity in the upper 300m
|
#Average salinity in the upper 300m
|
||||||
'Average salinity in the upper 300m' = {
|
'Average salinity in the upper 300m' = {
|
||||||
|
@ -57,6 +60,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface practical salinity
|
#Sea surface practical salinity
|
||||||
'Sea surface practical salinity' = {
|
'Sea surface practical salinity' = {
|
||||||
|
@ -67,6 +71,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
||||||
'Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3' = {
|
'Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3' = {
|
||||||
|
@ -77,6 +82,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 1 ;
|
scaledValueOfFirstFixedSurface = 1 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea-ice thickness
|
#Sea-ice thickness
|
||||||
'Sea-ice thickness' = {
|
'Sea-ice thickness' = {
|
||||||
|
@ -87,4 +93,5 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface height
|
#Sea surface height
|
||||||
'151145' = {
|
'151145' = {
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Depth of 20C isotherm
|
#Depth of 20C isotherm
|
||||||
'151163' = {
|
'151163' = {
|
||||||
|
@ -45,6 +47,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 29315 ;
|
scaledValueOfFirstFixedSurface = 29315 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Average salinity in the upper 300m
|
#Average salinity in the upper 300m
|
||||||
'151175' = {
|
'151175' = {
|
||||||
|
@ -57,6 +60,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface practical salinity
|
#Sea surface practical salinity
|
||||||
'151219' = {
|
'151219' = {
|
||||||
|
@ -67,6 +71,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
||||||
'151225' = {
|
'151225' = {
|
||||||
|
@ -77,6 +82,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 1 ;
|
scaledValueOfFirstFixedSurface = 1 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea-ice thickness
|
#Sea-ice thickness
|
||||||
'174098' = {
|
'174098' = {
|
||||||
|
@ -87,4 +93,5 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface height
|
#Sea surface height
|
||||||
'zos' = {
|
'zos' = {
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Depth of 20C isotherm
|
#Depth of 20C isotherm
|
||||||
't20d' = {
|
't20d' = {
|
||||||
|
@ -45,6 +47,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 29315 ;
|
scaledValueOfFirstFixedSurface = 29315 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Average salinity in the upper 300m
|
#Average salinity in the upper 300m
|
||||||
'sav300' = {
|
'sav300' = {
|
||||||
|
@ -57,6 +60,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface practical salinity
|
#Sea surface practical salinity
|
||||||
'sos' = {
|
'sos' = {
|
||||||
|
@ -67,6 +71,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
||||||
'mlotst010' = {
|
'mlotst010' = {
|
||||||
|
@ -77,6 +82,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 1 ;
|
scaledValueOfFirstFixedSurface = 1 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea-ice thickness
|
#Sea-ice thickness
|
||||||
'sithick' = {
|
'sithick' = {
|
||||||
|
@ -87,4 +93,5 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface height
|
#Sea surface height
|
||||||
'm' = {
|
'm' = {
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Depth of 20C isotherm
|
#Depth of 20C isotherm
|
||||||
'm' = {
|
'm' = {
|
||||||
|
@ -45,6 +47,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 29315 ;
|
scaledValueOfFirstFixedSurface = 29315 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Average salinity in the upper 300m
|
#Average salinity in the upper 300m
|
||||||
'psu' = {
|
'psu' = {
|
||||||
|
@ -57,6 +60,7 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
scaledValueOfSecondFixedSurface = 300 ;
|
scaledValueOfSecondFixedSurface = 300 ;
|
||||||
scaleFactorOfSecondFixedSurface = 0 ;
|
scaleFactorOfSecondFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea surface practical salinity
|
#Sea surface practical salinity
|
||||||
'psu' = {
|
'psu' = {
|
||||||
|
@ -67,6 +71,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
#Ocean mixed layer thickness defined by sigma theta 0.01 kg/m3
|
||||||
'm' = {
|
'm' = {
|
||||||
|
@ -77,6 +82,7 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 1 ;
|
scaledValueOfFirstFixedSurface = 1 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Sea-ice thickness
|
#Sea-ice thickness
|
||||||
'm' = {
|
'm' = {
|
||||||
|
@ -87,4 +93,5 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
scaledValueOfFirstFixedSurface = 0 ;
|
scaledValueOfFirstFixedSurface = 0 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue