mirror of https://github.com/ecmwf/eccodes.git
ECC-583: Two new parameters: Water Vapour Flux and Water Vapour Flux Index
This commit is contained in:
parent
070ef75e39
commit
f2c93789f1
|
@ -1,5 +1,6 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
44 capesi CAPESI Convective available potential energy shear index (-1 to 1)
|
||||
44 44 CAPESI Convective available potential energy shear index (-1 to 1)
|
||||
45 45 WVFI Water vapour flux index (dimensionless)
|
||||
49 49 10GP 10 metre wind gust index (-1 to 1)
|
||||
59 capei CAPEI Convective available potential energy index (-1 to 1)
|
||||
144 144 sfi Snowfall index (-1 to 1)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
45 45 WVF Water vapour flux (kg m**-1 s**-1)
|
||||
51 51 - Surface geopotential (m**2 s**-2)
|
||||
52 52 SP Surface pressure (Pa)
|
||||
53 53 - Vertical integral of mass of atmosphere (kg m**-2)
|
||||
|
|
|
@ -3319,6 +3319,11 @@
|
|||
table2Version = 132 ;
|
||||
indicatorOfParameter = 44 ;
|
||||
}
|
||||
#Water vapour flux index
|
||||
'wvfi' = {
|
||||
table2Version = 132 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Convective available potential energy index
|
||||
'capei' = {
|
||||
table2Version = 132 ;
|
||||
|
@ -3489,6 +3494,11 @@
|
|||
table2Version = 151 ;
|
||||
indicatorOfParameter = 193 ;
|
||||
}
|
||||
#Water vapour flux
|
||||
'wvf' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
'p79.162' = {
|
||||
table2Version = 162 ;
|
||||
|
|
|
@ -3319,6 +3319,11 @@
|
|||
table2Version = 132 ;
|
||||
indicatorOfParameter = 44 ;
|
||||
}
|
||||
#Water vapour flux index
|
||||
'Water vapour flux index' = {
|
||||
table2Version = 132 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Convective available potential energy index
|
||||
'Convective available potential energy index' = {
|
||||
table2Version = 132 ;
|
||||
|
@ -3489,6 +3494,11 @@
|
|||
table2Version = 151 ;
|
||||
indicatorOfParameter = 193 ;
|
||||
}
|
||||
#Water vapour flux
|
||||
'Water vapour flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
'Vertical integral of divergence of cloud liquid water flux' = {
|
||||
table2Version = 162 ;
|
||||
|
|
|
@ -3319,6 +3319,11 @@
|
|||
table2Version = 132 ;
|
||||
indicatorOfParameter = 44 ;
|
||||
}
|
||||
#Water vapour flux index
|
||||
'132045' = {
|
||||
table2Version = 132 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Convective available potential energy index
|
||||
'132059' = {
|
||||
table2Version = 132 ;
|
||||
|
@ -3489,6 +3494,11 @@
|
|||
table2Version = 151 ;
|
||||
indicatorOfParameter = 193 ;
|
||||
}
|
||||
#Water vapour flux
|
||||
'162045' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
'162079' = {
|
||||
table2Version = 162 ;
|
||||
|
|
|
@ -3319,6 +3319,11 @@
|
|||
table2Version = 132 ;
|
||||
indicatorOfParameter = 44 ;
|
||||
}
|
||||
#Water vapour flux index
|
||||
'wvfi' = {
|
||||
table2Version = 132 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Convective available potential energy index
|
||||
'capei' = {
|
||||
table2Version = 132 ;
|
||||
|
@ -3489,6 +3494,11 @@
|
|||
table2Version = 151 ;
|
||||
indicatorOfParameter = 193 ;
|
||||
}
|
||||
#Water vapour flux
|
||||
'wvf' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
'vilwd' = {
|
||||
table2Version = 162 ;
|
||||
|
|
|
@ -3319,6 +3319,11 @@
|
|||
table2Version = 132 ;
|
||||
indicatorOfParameter = 44 ;
|
||||
}
|
||||
#Water vapour flux index
|
||||
'dimensionless' = {
|
||||
table2Version = 132 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Convective available potential energy index
|
||||
'(-1 to 1)' = {
|
||||
table2Version = 132 ;
|
||||
|
@ -3489,6 +3494,11 @@
|
|||
table2Version = 151 ;
|
||||
indicatorOfParameter = 193 ;
|
||||
}
|
||||
#Water vapour flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
|
|
Loading…
Reference in New Issue