Skip to content

Commit 4ddd6b0

Browse files
committed
Merge branch 'hotfix/2.44.2'
2 parents 9304702 + 9484aad commit 4ddd6b0

34 files changed

+721
-56
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.44.1
1+
2.44.2

definitions/grib2/chemFormula.def

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,18 @@
534534
'H2O' = {
535535
constituentType = 1 ;
536536
}
537+
#Rain water
538+
'H2Orain' = {
539+
constituentType = 62034 ;
540+
}
541+
#Cloud water
542+
'H2Ocloud' = {
543+
constituentType = 62035 ;
544+
}
545+
#Gaseous molecules
546+
'gasmol' = {
547+
constituentType = 60035 ;
548+
}
537549
#Methane
538550
'CH4' = {
539551
constituentType = 2 ;

definitions/grib2/chemId.def

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,18 @@
534534
'359' = {
535535
constituentType = 1 ;
536536
}
537+
#Rain water
538+
'360' = {
539+
constituentType = 62034 ;
540+
}
541+
#Cloud water
542+
'361' = {
543+
constituentType = 62035 ;
544+
}
545+
#Gaseous molecules
546+
'400' = {
547+
constituentType = 60035 ;
548+
}
537549
#Methane
538550
'404' = {
539551
constituentType = 2 ;

definitions/grib2/chemName.def

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,18 @@
534534
'Water vapour' = {
535535
constituentType = 1 ;
536536
}
537+
#Rain water
538+
'Rain water' = {
539+
constituentType = 62034 ;
540+
}
541+
#Cloud water
542+
'Cloud water' = {
543+
constituentType = 62035 ;
544+
}
545+
#Gaseous molecules
546+
'Gaseous molecules' = {
547+
constituentType = 60035 ;
548+
}
537549
#Methane
538550
'Methane' = {
539551
constituentType = 2 ;

definitions/grib2/chemShortName.def

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,18 @@
534534
'H2O' = {
535535
constituentType = 1 ;
536536
}
537+
#Rain water
538+
'H2Orain' = {
539+
constituentType = 62034 ;
540+
}
541+
#Cloud water
542+
'H2Ocloud' = {
543+
constituentType = 62035 ;
544+
}
545+
#Gaseous molecules
546+
'gasmol' = {
547+
constituentType = 60035 ;
548+
}
537549
#Methane
538550
'CH4' = {
539551
constituentType = 2 ;

definitions/grib2/grib2LocalSectionNumber.98.table

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
41 41 The Flood Awareness System
2424
42 42 Lead Centre for Wave Forecast Verification
2525
43 43 EERIE project MARS labelling
26+
45 45 Model error fourier coefficients
2627
60 60 Ocean data analysis date and analysis time
2728
192 192 Multiple ECMWF local definitions
2829
300 300 Multi-dimensional parameters (deprecated)

definitions/grib2/local.98.45.def

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Local definition 45: Model error fourier coefficients
2+
3+
unsigned[1] fourierCoefficientIndex : dump;
4+
unsigned[1] numberOfFourierCoefficients : dump;
5+
unsigned[1] modelErrorType : dump;
6+
7+
# Hours
8+
unsigned[2] offsetToEndOf4DvarWindow : dump;
9+
unsigned[2] lengthOf4DvarWindow : dump;
10+
11+
alias anoffset=offsetToEndOf4DvarWindow;
12+
13+
# Add some padding just in case we want more keys in the future
14+
pad padding_loc45(32);

definitions/grib2/localConcepts/ecmf/MTG2SwitchConcept.def

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=161; marsClass=36;}
3636
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=109; marsClass=36;}
3737
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=209; marsClass=36;}
38+
# GG
39+
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=161; marsClass=44;}
40+
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=109; marsClass=44;}
41+
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=209; marsClass=44;}
3842
# AI
3943
0 = {tablesVersion=34; productionStatusOfProcessedData=0; marsClass=51;}
4044
0 = {tablesVersion=35; productionStatusOfProcessedData=0; marsClass=51;}

definitions/grib2/localConcepts/ecmf/modelNameConcept.def

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
'aifs-compo-ens-crps' = {
2929
backgroundProcess = 9;
3030
}
31+
'unknown' = {
32+
true =defined(typeOfPostProcessing);
33+
}

definitions/grib2/name.chemsplit.def

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19764,6 +19764,27 @@
1976419764
parameterCategory = 20 ;
1976519765
parameterNumber = 113 ;
1976619766
}
19767+
#Potential of hydrogen
19768+
'Potential of hydrogen' = {
19769+
discipline = 0 ;
19770+
parameterCategory = 20 ;
19771+
parameterNumber = 18 ;
19772+
}
19773+
#Stratospheric aerosol optical thickness
19774+
'Stratospheric aerosol optical thickness' = {
19775+
discipline = 0 ;
19776+
parameterCategory = 20 ;
19777+
parameterNumber = 102 ;
19778+
typeOfFirstFixedSurface = 7 ;
19779+
typeOfSecondFixedSurface = 36 ;
19780+
}
19781+
#Emission mass flux from lightning
19782+
'Emission mass flux from lightning' = {
19783+
discipline = 0 ;
19784+
parameterCategory = 20 ;
19785+
parameterNumber = 77 ;
19786+
sourceSinkChemicalPhysicalProcess = 2 ;
19787+
}
1976719788
#Pressure tendency
1976819789
'Pressure tendency' = {
1976919790
discipline = 0 ;

0 commit comments

Comments
 (0)