mirror of https://github.com/ecmwf/eccodes.git
ECC-1880: GRIB2: Additions & modifications of instantaneous parameters for generalised time processing approach (part 2)
This commit is contained in:
parent
de8e34b00a
commit
a1679fff75
|
@ -13780,12 +13780,12 @@
|
|||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'vitoee' = {
|
||||
'vitee' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'vitoen' = {
|
||||
'viten' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 76 ;
|
||||
}
|
||||
|
@ -13825,7 +13825,7 @@
|
|||
indicatorOfParameter = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'vitoed' = {
|
||||
'vited' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 86 ;
|
||||
}
|
||||
|
|
|
@ -687,13 +687,13 @@
|
|||
parameterNumber = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'vitoee' = {
|
||||
'vitee' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'vitoen' = {
|
||||
'viten' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 76 ;
|
||||
|
@ -735,7 +735,7 @@
|
|||
parameterNumber = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'vitoed' = {
|
||||
'vited' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 86 ;
|
||||
|
|
|
@ -11306,6 +11306,38 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
'Vertical integral of eastward mass flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 36 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
'Vertical integral of northward mass flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 37 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
'Vertical integral of eastward kinetic energy flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 9 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
'Vertical integral of northward kinetic energy flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 10 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
'Vertical integral of eastward heat flux' = {
|
||||
discipline = 0 ;
|
||||
|
@ -11338,6 +11370,72 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
'Vertical integral of eastward geopotential flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 40 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
'Vertical integral of northward geopotential flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 41 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'Vertical integral of eastward total energy flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 11 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'Vertical integral of northward total energy flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 12 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
'Vertical integral of eastward ozone flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 78 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
'Vertical integral of northward ozone flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 79 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
'Vertical integral of divergence of mass flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 35 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
'Vertical integral of divergence of kinetic energy flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 16 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertically integrated moisture divergence flux
|
||||
'Vertically integrated moisture divergence flux' = {
|
||||
discipline = 0 ;
|
||||
|
@ -11346,6 +11444,31 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
'Vertical integral of divergence of geopotential flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 43 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'Vertical integral of divergence of total energy flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 17 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
'Vertical integral of divergence of ozone flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 80 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Time-integrated temperature tendency due to short-wave radiation
|
||||
'Time-integrated temperature tendency due to short-wave radiation' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -11306,6 +11306,38 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
'162065' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 36 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
'162066' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 37 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
'162067' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 9 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
'162068' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 10 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
'162069' = {
|
||||
discipline = 0 ;
|
||||
|
@ -11338,6 +11370,72 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
'162073' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 40 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
'162074' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 41 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'162075' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 11 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'162076' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 12 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
'162077' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 78 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
'162078' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 79 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
'162081' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 35 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
'162082' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 16 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertically integrated moisture divergence flux
|
||||
'162084' = {
|
||||
discipline = 0 ;
|
||||
|
@ -11346,6 +11444,31 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
'162085' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 43 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'162086' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 17 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
'162087' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 80 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Time-integrated temperature tendency due to short-wave radiation
|
||||
'162100' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -11306,6 +11306,38 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
'vimae' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 36 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
'viman' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 37 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
'vikee' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 9 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
'viken' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 10 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
'vithee' = {
|
||||
discipline = 0 ;
|
||||
|
@ -11338,6 +11370,72 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
'vige' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 40 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
'vign' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 41 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'vitee' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 11 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'viten' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 12 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
'vioze' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 78 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
'viozn' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 79 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
'vimad' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 35 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
'viked' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 16 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertically integrated moisture divergence flux
|
||||
'viwvd' = {
|
||||
discipline = 0 ;
|
||||
|
@ -11346,6 +11444,31 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
'vigd' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 43 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'vited' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 17 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
'viozd' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 80 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Time-integrated temperature tendency due to short-wave radiation
|
||||
'srta' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -11306,6 +11306,38 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
'kg m**-1 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 36 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
'kg m**-1 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 37 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
'W m**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 9 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
'W m**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 10 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
'W m**-1' = {
|
||||
discipline = 0 ;
|
||||
|
@ -11338,6 +11370,72 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
'W m**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 40 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
'W m**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 41 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'W m**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 11 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'W m**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 12 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
'kg m**-1 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 78 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
'kg m**-1 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 79 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 35 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
'W m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 16 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertically integrated moisture divergence flux
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 0 ;
|
||||
|
@ -11346,6 +11444,31 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
'W m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 43 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'W m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 21 ;
|
||||
parameterNumber = 17 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 80 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
}
|
||||
#Time-integrated temperature tendency due to short-wave radiation
|
||||
'K' = {
|
||||
discipline = 0 ;
|
||||
|
|
Loading…
Reference in New Issue