mirror of https://github.com/ecmwf/eccodes.git
ECC-602: Changed name of SPI parameters (See DGOV-90)
This commit is contained in:
parent
05c16a0b4e
commit
abc8d69783
|
@ -1,7 +1,7 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 SPI03 Standardised precipitation index valid for the last 3 months (dimensionless)
|
||||
2 2 SPI06 Standardised precipitation index valid for the last 6 months (dimensionless)
|
||||
3 3 SPI12 Standardised precipitation index valid for the last 12 months (dimensionless)
|
||||
1 1 SPI03 Standardised precipitation index valid in the last 3 months (dimensionless)
|
||||
2 2 SPI06 Standardised precipitation index valid in the last 6 months (dimensionless)
|
||||
3 3 SPI12 Standardised precipitation index valid in the last 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,17 +3674,17 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 3 months
|
||||
#Standardised precipitation index valid in the last 3 months
|
||||
'spi03' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 6 months
|
||||
#Standardised precipitation index valid in the last 6 months
|
||||
'spi06' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 12 months
|
||||
#Standardised precipitation index valid in the last 12 months
|
||||
'spi12' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
|
|
|
@ -3674,18 +3674,18 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 3 months
|
||||
'Standardised precipitation index valid for the last 3 months' = {
|
||||
#Standardised precipitation index valid in the last 3 months
|
||||
'Standardised precipitation index valid in the last 3 months' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 6 months
|
||||
'Standardised precipitation index valid for the last 6 months' = {
|
||||
#Standardised precipitation index valid in the last 6 months
|
||||
'Standardised precipitation index valid in the last 6 months' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 12 months
|
||||
'Standardised precipitation index valid for the last 12 months' = {
|
||||
#Standardised precipitation index valid in the last 12 months
|
||||
'Standardised precipitation index valid in the last 12 months' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
}
|
||||
|
|
|
@ -3674,17 +3674,17 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 3 months
|
||||
#Standardised precipitation index valid in the last 3 months
|
||||
'170001' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 6 months
|
||||
#Standardised precipitation index valid in the last 6 months
|
||||
'170002' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 12 months
|
||||
#Standardised precipitation index valid in the last 12 months
|
||||
'170003' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
|
|
|
@ -3674,17 +3674,17 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 3 months
|
||||
#Standardised precipitation index valid in the last 3 months
|
||||
'spi03' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 6 months
|
||||
#Standardised precipitation index valid in the last 6 months
|
||||
'spi06' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 12 months
|
||||
#Standardised precipitation index valid in the last 12 months
|
||||
'spi12' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
|
|
|
@ -3674,17 +3674,17 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 141 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 3 months
|
||||
#Standardised precipitation index valid in the last 3 months
|
||||
'dimensionless' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 1 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 6 months
|
||||
#Standardised precipitation index valid in the last 6 months
|
||||
'dimensionless' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 2 ;
|
||||
}
|
||||
#Standardised precipitation index valid for the last 12 months
|
||||
#Standardised precipitation index valid in the last 12 months
|
||||
'dimensionless' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 3 ;
|
||||
|
|
Loading…
Reference in New Issue