mirror of https://github.com/ecmwf/eccodes.git
ECC-602: Add parameters for Standardised Precipitation index (seasonal fc)
This commit is contained in:
parent
1f0a597912
commit
81ec3eb59d
|
@ -1,4 +1,7 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 SPI03 Standardised precipitation index valid for 3 months (dimensionless)
|
||||
2 2 SPI06 Standardised precipitation index valid for 6 months (dimensionless)
|
||||
3 3 SPI12 Standardised precipitation index valid for 12 months (dimensionless)
|
||||
129 129 Z Geopotential (m**2 s**-2)
|
||||
130 130 T Temperature (K)
|
||||
131 131 U U component of wind (m s**-1)
|
||||
|
|
|
@ -3674,6 +3674,21 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 3 months
|
||||
'spi03' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 6 months
|
||||
'spi06' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 12 months
|
||||
'spi12' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
}
|
||||
#100 metre U wind component anomaly
|
||||
'ua100' = {
|
||||
table2Version = 171 ;
|
||||
|
|
|
@ -3674,6 +3674,21 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 3 months
|
||||
'Standardised precipitation index valid for 3 months' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 6 months
|
||||
'Standardised precipitation index valid for 6 months' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 12 months
|
||||
'Standardised precipitation index valid for 12 months' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
}
|
||||
#100 metre U wind component anomaly
|
||||
'100 metre U wind component anomaly' = {
|
||||
table2Version = 171 ;
|
||||
|
|
|
@ -3674,6 +3674,21 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 3 months
|
||||
'170001' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 6 months
|
||||
'170002' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 12 months
|
||||
'170003' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
}
|
||||
#100 metre U wind component anomaly
|
||||
'171006' = {
|
||||
table2Version = 171 ;
|
||||
|
|
|
@ -3674,6 +3674,21 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 3 months
|
||||
'spi03' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 6 months
|
||||
'spi06' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 12 months
|
||||
'spi12' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
}
|
||||
#100 metre U wind component anomaly
|
||||
'100ua' = {
|
||||
table2Version = 171 ;
|
||||
|
|
|
@ -3674,6 +3674,21 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 3 months
|
||||
'dimensionless' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 6 months
|
||||
'dimensionless' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for 12 months
|
||||
'dimensionless' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
}
|
||||
#100 metre U wind component anomaly
|
||||
'm s**-1' = {
|
||||
table2Version = 171 ;
|
||||
|
|
Loading…
Reference in New Issue