mirror of https://github.com/ecmwf/eccodes.git
Merge branch 'develop' into feature/modernisation_merge_accessor_classes
This commit is contained in:
commit
0f9f35780e
|
@ -199,6 +199,7 @@ sub create_cfVarName {
|
|||
centre.abbreviation,param_id,attribute.name,attribute_value,param.name,param.shortName
|
||||
from param,grib_encoding,grib,attribute,centre,units where
|
||||
param.hide_def=0 and
|
||||
param.retired=0 and
|
||||
grib_encoding.id=grib.encoding_id and
|
||||
param.id=grib_encoding.param_id and
|
||||
attribute.id=grib.attribute_id and
|
||||
|
|
|
@ -284,62 +284,62 @@
|
|||
table2Version = 180 ;
|
||||
indicatorOfParameter = 144 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'kinetic_energy_dissipation_in_atmosphere_boundary_layer' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'kinetic_energy_dissipation_in_atmosphere_boundary_layer' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'surface_upward_sensible_heat_flux' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'surface_upward_sensible_heat_flux' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'surface_upward_sensible_heat_flux' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'surface_upward_sensible_heat_flux' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'surface_upward_sensible_heat_flux' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'surface_upward_latent_heat_flux' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'surface_upward_latent_heat_flux' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'surface_upward_latent_heat_flux' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'surface_upward_latent_heat_flux' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'surface_upward_latent_heat_flux' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
|
|
|
@ -284,13 +284,13 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 46 ;
|
||||
}
|
||||
#Direct solar radiation
|
||||
'Direct solar radiation' = {
|
||||
#Surface direct normal short-wave (solar) radiation
|
||||
'Surface direct normal short-wave (solar) radiation' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 47 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'Magnitude of turbulent surface stress' = {
|
||||
#Time-integrated magnitude of turbulent surface stress
|
||||
'Time-integrated magnitude of turbulent surface stress' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 48 ;
|
||||
}
|
||||
|
@ -334,8 +334,8 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 56 ;
|
||||
}
|
||||
#Downward UV radiation at the surface
|
||||
'Downward UV radiation at the surface' = {
|
||||
#Surface downward UV radiation
|
||||
'Surface downward UV radiation' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 57 ;
|
||||
}
|
||||
|
@ -989,63 +989,63 @@
|
|||
table2Version = 180 ;
|
||||
indicatorOfParameter = 144 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'Boundary layer dissipation' = {
|
||||
#Time-integrated boundary layer dissipation
|
||||
'Time-integrated boundary layer dissipation' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'Boundary layer dissipation' = {
|
||||
#Time-integrated boundary layer dissipation
|
||||
'Time-integrated boundary layer dissipation' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
'Surface sensible heat flux' = {
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'Time-integrated surface sensible heat net flux' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
'Surface sensible heat flux' = {
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'Time-integrated surface sensible heat net flux' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
'Surface sensible heat flux' = {
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'Time-integrated surface sensible heat net flux' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
'Surface sensible heat flux' = {
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'Time-integrated surface sensible heat net flux' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
'Surface sensible heat flux' = {
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'Time-integrated surface sensible heat net flux' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
'Surface latent heat flux' = {
|
||||
#Time-integrated surface latent heat net flux
|
||||
'Time-integrated surface latent heat net flux' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
'Surface latent heat flux' = {
|
||||
#Time-integrated surface latent heat net flux
|
||||
'Time-integrated surface latent heat net flux' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
'Surface latent heat flux' = {
|
||||
#Time-integrated surface latent heat net flux
|
||||
'Time-integrated surface latent heat net flux' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
'Surface latent heat flux' = {
|
||||
#Time-integrated surface latent heat net flux
|
||||
'Time-integrated surface latent heat net flux' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
'Surface latent heat flux' = {
|
||||
#Time-integrated surface latent heat net flux
|
||||
'Time-integrated surface latent heat net flux' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
|
@ -1894,8 +1894,8 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 230 ;
|
||||
}
|
||||
#Instantaneous surface sensible heat flux
|
||||
'Instantaneous surface sensible heat flux' = {
|
||||
#Instantaneous surface sensible heat net flux
|
||||
'Instantaneous surface sensible heat net flux' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 231 ;
|
||||
}
|
||||
|
@ -2374,16 +2374,6 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'Minimum stomatal resistance, low vegetation' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'Minimum stomatal resistance, high vegetation' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'Biome cover, low vegetation' = {
|
||||
table2Version = 200 ;
|
||||
|
@ -3584,38 +3574,38 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
'Vertical integral of divergence of cloud liquid water flux' = {
|
||||
#Total column vertically-integrated divergence of cloud liquid water flux
|
||||
'Total column vertically-integrated divergence of cloud liquid water flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 79 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud frozen water flux
|
||||
'Vertical integral of divergence of cloud frozen water flux' = {
|
||||
#Total column vertically-integrated divergence of cloud frozen water flux
|
||||
'Total column vertically-integrated divergence of cloud frozen water flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 80 ;
|
||||
}
|
||||
#Vertical integral of eastward cloud liquid water flux
|
||||
'Vertical integral of eastward cloud liquid water flux' = {
|
||||
#Total column vertically-integrated eastward cloud liquid water flux
|
||||
'Total column vertically-integrated eastward cloud liquid water flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 88 ;
|
||||
}
|
||||
#Vertical integral of northward cloud liquid water flux
|
||||
'Vertical integral of northward cloud liquid water flux' = {
|
||||
#Total column vertically-integrated northward cloud liquid water flux
|
||||
'Total column vertically-integrated northward cloud liquid water flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 89 ;
|
||||
}
|
||||
#Vertical integral of eastward cloud frozen water flux
|
||||
'Vertical integral of eastward cloud frozen water flux' = {
|
||||
#Total column vertically-integrated eastward cloud frozen water flux
|
||||
'Total column vertically-integrated eastward cloud frozen water flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 90 ;
|
||||
}
|
||||
#Vertical integral of northward cloud frozen water flux
|
||||
'Vertical integral of northward cloud frozen water flux ' = {
|
||||
#Total column vertically-integrated northward cloud frozen water flux
|
||||
'Total column vertically-integrated northward cloud frozen water flux ' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 91 ;
|
||||
}
|
||||
#Vertical integral of mass tendency
|
||||
'Vertical integral of mass tendency' = {
|
||||
#Total column vertically-integrated mass tendency
|
||||
'Total column vertically-integrated mass tendency' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 92 ;
|
||||
}
|
||||
|
@ -9879,8 +9869,8 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 20 ;
|
||||
}
|
||||
#Total sky direct short-wave (solar) radiation at surface
|
||||
'Total sky direct short-wave (solar) radiation at surface' = {
|
||||
#Surface direct short-wave (solar) radiation
|
||||
'Surface direct short-wave (solar) radiation' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 21 ;
|
||||
}
|
||||
|
@ -10039,18 +10029,18 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 82 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
'Flux of Carbon Dioxide Net Ecosystem Exchange' = {
|
||||
#Carbon dioxide net ecosystem exchange flux
|
||||
'Carbon dioxide net ecosystem exchange flux' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 83 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
'Flux of Carbon Dioxide Gross Primary Production' = {
|
||||
#Carbon dioxide gross primary production flux
|
||||
'Carbon dioxide gross primary production flux' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
'Flux of Carbon Dioxide Ecosystem Respiration' = {
|
||||
#Carbon dioxide ecosystem respiration flux
|
||||
'Carbon dioxide ecosystem respiration flux' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 85 ;
|
||||
}
|
||||
|
@ -10104,8 +10094,8 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 216 ;
|
||||
}
|
||||
#Instantaneous large-scale surface precipitation fraction
|
||||
'Instantaneous large-scale surface precipitation fraction' = {
|
||||
#Instantaneous large-scale precipitation fraction
|
||||
'Instantaneous large-scale precipitation fraction' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 217 ;
|
||||
}
|
||||
|
@ -10544,21 +10534,6 @@
|
|||
table2Version = 235 ;
|
||||
indicatorOfParameter = 64 ;
|
||||
}
|
||||
#Mean rain rate
|
||||
'Mean rain rate' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 65 ;
|
||||
}
|
||||
#Mean convective rain rate
|
||||
'Mean convective rain rate' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 66 ;
|
||||
}
|
||||
#Mean large-scale rain rate
|
||||
'Mean large-scale rain rate' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Mean surface downward short-wave radiation flux, clear sky
|
||||
'Mean surface downward short-wave radiation flux, clear sky' = {
|
||||
table2Version = 235 ;
|
||||
|
@ -10874,16 +10849,6 @@
|
|||
table2Version = 129 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'Minimum stomatal resistance, low vegetation' = {
|
||||
table2Version = 129 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'Minimum stomatal resistance, high vegetation' = {
|
||||
table2Version = 129 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'Biome cover, low vegetation' = {
|
||||
table2Version = 129 ;
|
||||
|
@ -13494,36 +13459,16 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 199 ;
|
||||
}
|
||||
#Maximum temperature at 2 metres during averaging time
|
||||
'Maximum temperature at 2 metres during averaging time' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 201 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres during averaging time
|
||||
'Minimum temperature at 2 metres during averaging time' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Runoff
|
||||
'Runoff' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 205 ;
|
||||
}
|
||||
#Standard deviation of geopotential
|
||||
'Standard deviation of geopotential' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 206 ;
|
||||
}
|
||||
#Covariance of temperature and geopotential
|
||||
'Covariance of temperature and geopotential' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 207 ;
|
||||
}
|
||||
#Standard deviation of temperature
|
||||
'Standard deviation of temperature' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 208 ;
|
||||
}
|
||||
#Covariance of specific humidity and geopotential
|
||||
'Covariance of specific humidity and geopotential' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13534,11 +13479,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Standard deviation of specific humidity
|
||||
'Standard deviation of specific humidity' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Covariance of U component and geopotential
|
||||
'Covariance of U component and geopotential' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13554,11 +13494,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 214 ;
|
||||
}
|
||||
#Standard deviation of U velocity
|
||||
'Standard deviation of U velocity' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 215 ;
|
||||
}
|
||||
#Covariance of V component and geopotential
|
||||
'Covariance of V component and geopotential' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13579,11 +13514,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 219 ;
|
||||
}
|
||||
#Standard deviation of V component
|
||||
'Standard deviation of V component' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 220 ;
|
||||
}
|
||||
#Covariance of W component and geopotential
|
||||
'Covariance of W component and geopotential' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13609,11 +13539,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 225 ;
|
||||
}
|
||||
#Standard deviation of vertical velocity
|
||||
'Standard deviation of vertical velocity' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 226 ;
|
||||
}
|
||||
#Instantaneous surface heat flux
|
||||
'Instantaneous surface heat flux' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13669,33 +13594,33 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 51 ;
|
||||
}
|
||||
#Vertical integral of mass of atmosphere
|
||||
'Vertical integral of mass of atmosphere' = {
|
||||
#Total column vertically-integrated mass of atmosphere
|
||||
'Total column vertically-integrated mass of atmosphere' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#Vertical integral of temperature
|
||||
'Vertical integral of temperature' = {
|
||||
#Total column vertically-integrated temperature
|
||||
'Total column vertically-integrated temperature' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 54 ;
|
||||
}
|
||||
#Vertical integral of water vapour
|
||||
'Vertical integral of water vapour' = {
|
||||
#Total column vertically-integrated water vapour
|
||||
'Total column vertically-integrated water vapour' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 55 ;
|
||||
}
|
||||
#Vertical integral of cloud liquid water
|
||||
'Vertical integral of cloud liquid water' = {
|
||||
#Total column vertically-integrated cloud liquid water
|
||||
'Total column vertically-integrated cloud liquid water' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 56 ;
|
||||
}
|
||||
#Vertical integral of cloud frozen water
|
||||
'Vertical integral of cloud frozen water' = {
|
||||
#Total column vertically-integrated cloud frozen water
|
||||
'Total column vertically-integrated cloud frozen water' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 57 ;
|
||||
}
|
||||
#Vertical integral of ozone
|
||||
'Vertical integral of ozone' = {
|
||||
#Total column vertically-integrated ozone
|
||||
'Total column vertically-integrated ozone' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 58 ;
|
||||
}
|
||||
|
@ -13714,8 +13639,8 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#Vertical integral of potential+internal+latent energy
|
||||
'Vertical integral of potential+internal+latent energy' = {
|
||||
#Total column vertically-integrated potential+internal+latent energy
|
||||
'Total column vertically-integrated potential+internal+latent energy' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 62 ;
|
||||
}
|
||||
|
@ -13724,113 +13649,113 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 63 ;
|
||||
}
|
||||
#Vertical integral of energy conversion
|
||||
'Vertical integral of energy conversion' = {
|
||||
#Total column vertically-integrated energy conversion
|
||||
'Total column vertically-integrated energy conversion' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 64 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
'Vertical integral of eastward mass flux' = {
|
||||
#Total column vertically-integrated eastward mass flux
|
||||
'Total column vertically-integrated eastward mass flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 65 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
'Vertical integral of northward mass flux' = {
|
||||
#Total column vertically-integrated northward mass flux
|
||||
'Total column vertically-integrated northward mass flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 66 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
'Vertical integral of eastward kinetic energy flux' = {
|
||||
#Total column vertically-integrated eastward kinetic energy flux
|
||||
'Total column vertically-integrated eastward kinetic energy flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
'Vertical integral of northward kinetic energy flux' = {
|
||||
#Total column vertically-integrated northward kinetic energy flux
|
||||
'Total column vertically-integrated northward kinetic energy flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
'Vertical integral of eastward heat flux' = {
|
||||
#Total column vertically-integrated eastward heat flux
|
||||
'Total column vertically-integrated eastward heat flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Vertical integral of northward heat flux
|
||||
'Vertical integral of northward heat flux' = {
|
||||
#Total column vertically-integrated northward heat flux
|
||||
'Total column vertically-integrated northward heat flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#Vertical integral of eastward water vapour flux
|
||||
'Vertical integral of eastward water vapour flux' = {
|
||||
#Total column vertically-integrated eastward water vapour flux
|
||||
'Total column vertically-integrated eastward water vapour flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#Vertical integral of northward water vapour flux
|
||||
'Vertical integral of northward water vapour flux' = {
|
||||
#Total column vertically-integrated northward water vapour flux
|
||||
'Total column vertically-integrated northward water vapour flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
'Vertical integral of eastward geopotential flux' = {
|
||||
#Total column vertically-integrated eastward geopotential flux
|
||||
'Total column vertically-integrated eastward geopotential flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
'Vertical integral of northward geopotential flux' = {
|
||||
#Total column vertically-integrated northward geopotential flux
|
||||
'Total column vertically-integrated northward geopotential flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'Vertical integral of eastward total energy flux' = {
|
||||
#Total column vertically-integrated eastward total energy flux
|
||||
'Total column vertically-integrated eastward total energy flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'Vertical integral of northward total energy flux' = {
|
||||
#Total column vertically-integrated northward total energy flux
|
||||
'Total column vertically-integrated northward total energy flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 76 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
'Vertical integral of eastward ozone flux' = {
|
||||
#Total column vertically-integrated eastward ozone flux
|
||||
'Total column vertically-integrated eastward ozone flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 77 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
'Vertical integral of northward ozone flux' = {
|
||||
#Total column vertically-integrated northward ozone flux
|
||||
'Total column vertically-integrated northward ozone flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 78 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
'Vertical integral of divergence of mass flux' = {
|
||||
#Total column vertically-integrated divergence of mass flux
|
||||
'Total column vertically-integrated divergence of mass flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 81 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
'Vertical integral of divergence of kinetic energy flux' = {
|
||||
#Total column vertically-integrated divergence of kinetic energy flux
|
||||
'Total column vertically-integrated divergence of kinetic energy flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 82 ;
|
||||
}
|
||||
#Vertical integral of divergence of thermal energy flux
|
||||
'Vertical integral of divergence of thermal energy flux' = {
|
||||
#Total column vertically-integrated divergence of thermal energy flux
|
||||
'Total column vertically-integrated divergence of thermal energy flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 83 ;
|
||||
}
|
||||
#Vertically integrated moisture divergence flux
|
||||
'Vertically integrated moisture divergence flux' = {
|
||||
#Total column vertically-integrated moisture divergence flux
|
||||
'Total column vertically-integrated moisture divergence flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
'Vertical integral of divergence of geopotential flux' = {
|
||||
#Total column vertically-integrated divergence of geopotential flux
|
||||
'Total column vertically-integrated divergence of geopotential flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'Vertical integral of divergence of total energy flux' = {
|
||||
#Total column vertically-integrated divergence of total energy flux
|
||||
'Total column vertically-integrated divergence of total energy flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 86 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
'Vertical integral of divergence of ozone flux' = {
|
||||
#Total column vertically-integrated divergence of ozone flux
|
||||
'Total column vertically-integrated divergence of ozone flux' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 87 ;
|
||||
}
|
||||
|
@ -14984,11 +14909,6 @@
|
|||
table2Version = 172 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'Magnitude of turbulent surface stress' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'Mean large-scale precipitation fraction' = {
|
||||
table2Version = 172 ;
|
||||
|
@ -15024,11 +14944,6 @@
|
|||
table2Version = 172 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Time-mean surface net radiation flux (SW and LW)
|
||||
'Time-mean surface net radiation flux (SW and LW)' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 149 ;
|
||||
}
|
||||
#Mean short-wave heating rate
|
||||
'Mean short-wave heating rate' = {
|
||||
table2Version = 172 ;
|
||||
|
@ -16049,11 +15964,6 @@
|
|||
table2Version = 201 ;
|
||||
indicatorOfParameter = 113 ;
|
||||
}
|
||||
#deviation of pressure from reference value
|
||||
'deviation of pressure from reference value' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 139 ;
|
||||
}
|
||||
#coefficient of horizontal diffusion
|
||||
'coefficient of horizontal diffusion' = {
|
||||
table2Version = 201 ;
|
||||
|
|
|
@ -284,12 +284,12 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 46 ;
|
||||
}
|
||||
#Direct solar radiation
|
||||
#Surface direct normal short-wave (solar) radiation
|
||||
'47' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 47 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
#Time-integrated magnitude of turbulent surface stress
|
||||
'48' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 48 ;
|
||||
|
@ -334,7 +334,7 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 56 ;
|
||||
}
|
||||
#Downward UV radiation at the surface
|
||||
#Surface downward UV radiation
|
||||
'57' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 57 ;
|
||||
|
@ -989,62 +989,62 @@
|
|||
table2Version = 180 ;
|
||||
indicatorOfParameter = 144 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'145' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'145' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'146' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'146' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'146' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'146' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'146' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'147' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'147' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'147' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'147' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'147' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
|
@ -1894,7 +1894,7 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 230 ;
|
||||
}
|
||||
#Instantaneous surface sensible heat flux
|
||||
#Instantaneous surface sensible heat net flux
|
||||
'231' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 231 ;
|
||||
|
@ -2374,16 +2374,6 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'200068' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'200069' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'200070' = {
|
||||
table2Version = 200 ;
|
||||
|
@ -3584,37 +3574,37 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
#Total column vertically-integrated divergence of cloud liquid water flux
|
||||
'162079' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 79 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud frozen water flux
|
||||
#Total column vertically-integrated divergence of cloud frozen water flux
|
||||
'162080' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 80 ;
|
||||
}
|
||||
#Vertical integral of eastward cloud liquid water flux
|
||||
#Total column vertically-integrated eastward cloud liquid water flux
|
||||
'162088' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 88 ;
|
||||
}
|
||||
#Vertical integral of northward cloud liquid water flux
|
||||
#Total column vertically-integrated northward cloud liquid water flux
|
||||
'162089' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 89 ;
|
||||
}
|
||||
#Vertical integral of eastward cloud frozen water flux
|
||||
#Total column vertically-integrated eastward cloud frozen water flux
|
||||
'162090' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 90 ;
|
||||
}
|
||||
#Vertical integral of northward cloud frozen water flux
|
||||
#Total column vertically-integrated northward cloud frozen water flux
|
||||
'162091' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 91 ;
|
||||
}
|
||||
#Vertical integral of mass tendency
|
||||
#Total column vertically-integrated mass tendency
|
||||
'162092' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 92 ;
|
||||
|
@ -9879,7 +9869,7 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 20 ;
|
||||
}
|
||||
#Total sky direct short-wave (solar) radiation at surface
|
||||
#Surface direct short-wave (solar) radiation
|
||||
'228021' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 21 ;
|
||||
|
@ -10039,17 +10029,17 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 82 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
#Carbon dioxide net ecosystem exchange flux
|
||||
'228083' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 83 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
#Carbon dioxide gross primary production flux
|
||||
'228084' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
#Carbon dioxide ecosystem respiration flux
|
||||
'228085' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 85 ;
|
||||
|
@ -10104,7 +10094,7 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 216 ;
|
||||
}
|
||||
#Instantaneous large-scale surface precipitation fraction
|
||||
#Instantaneous large-scale precipitation fraction
|
||||
'228217' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 217 ;
|
||||
|
@ -10544,21 +10534,6 @@
|
|||
table2Version = 235 ;
|
||||
indicatorOfParameter = 64 ;
|
||||
}
|
||||
#Mean rain rate
|
||||
'235065' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 65 ;
|
||||
}
|
||||
#Mean convective rain rate
|
||||
'235066' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 66 ;
|
||||
}
|
||||
#Mean large-scale rain rate
|
||||
'235067' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Mean surface downward short-wave radiation flux, clear sky
|
||||
'235068' = {
|
||||
table2Version = 235 ;
|
||||
|
@ -10874,16 +10849,6 @@
|
|||
table2Version = 129 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'129068' = {
|
||||
table2Version = 129 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'129069' = {
|
||||
table2Version = 129 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'129070' = {
|
||||
table2Version = 129 ;
|
||||
|
@ -13494,36 +13459,16 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 199 ;
|
||||
}
|
||||
#Maximum temperature at 2 metres during averaging time
|
||||
'160201' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 201 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres during averaging time
|
||||
'160202' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Runoff
|
||||
'160205' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 205 ;
|
||||
}
|
||||
#Standard deviation of geopotential
|
||||
'160206' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 206 ;
|
||||
}
|
||||
#Covariance of temperature and geopotential
|
||||
'160207' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 207 ;
|
||||
}
|
||||
#Standard deviation of temperature
|
||||
'160208' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 208 ;
|
||||
}
|
||||
#Covariance of specific humidity and geopotential
|
||||
'160209' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13534,11 +13479,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Standard deviation of specific humidity
|
||||
'160211' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Covariance of U component and geopotential
|
||||
'160212' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13554,11 +13494,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 214 ;
|
||||
}
|
||||
#Standard deviation of U velocity
|
||||
'160215' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 215 ;
|
||||
}
|
||||
#Covariance of V component and geopotential
|
||||
'160216' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13579,11 +13514,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 219 ;
|
||||
}
|
||||
#Standard deviation of V component
|
||||
'160220' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 220 ;
|
||||
}
|
||||
#Covariance of W component and geopotential
|
||||
'160221' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13609,11 +13539,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 225 ;
|
||||
}
|
||||
#Standard deviation of vertical velocity
|
||||
'160226' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 226 ;
|
||||
}
|
||||
#Instantaneous surface heat flux
|
||||
'160231' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13669,32 +13594,32 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 51 ;
|
||||
}
|
||||
#Vertical integral of mass of atmosphere
|
||||
#Total column vertically-integrated mass of atmosphere
|
||||
'162053' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#Vertical integral of temperature
|
||||
#Total column vertically-integrated temperature
|
||||
'162054' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 54 ;
|
||||
}
|
||||
#Vertical integral of water vapour
|
||||
#Total column vertically-integrated water vapour
|
||||
'162055' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 55 ;
|
||||
}
|
||||
#Vertical integral of cloud liquid water
|
||||
#Total column vertically-integrated cloud liquid water
|
||||
'162056' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 56 ;
|
||||
}
|
||||
#Vertical integral of cloud frozen water
|
||||
#Total column vertically-integrated cloud frozen water
|
||||
'162057' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 57 ;
|
||||
}
|
||||
#Vertical integral of ozone
|
||||
#Total column vertically-integrated ozone
|
||||
'162058' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 58 ;
|
||||
|
@ -13714,7 +13639,7 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#Vertical integral of potential+internal+latent energy
|
||||
#Total column vertically-integrated potential+internal+latent energy
|
||||
'162062' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 62 ;
|
||||
|
@ -13724,112 +13649,112 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 63 ;
|
||||
}
|
||||
#Vertical integral of energy conversion
|
||||
#Total column vertically-integrated energy conversion
|
||||
'162064' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 64 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
#Total column vertically-integrated eastward mass flux
|
||||
'162065' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 65 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
#Total column vertically-integrated northward mass flux
|
||||
'162066' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 66 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
#Total column vertically-integrated eastward kinetic energy flux
|
||||
'162067' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
#Total column vertically-integrated northward kinetic energy flux
|
||||
'162068' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
#Total column vertically-integrated eastward heat flux
|
||||
'162069' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Vertical integral of northward heat flux
|
||||
#Total column vertically-integrated northward heat flux
|
||||
'162070' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#Vertical integral of eastward water vapour flux
|
||||
#Total column vertically-integrated eastward water vapour flux
|
||||
'162071' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#Vertical integral of northward water vapour flux
|
||||
#Total column vertically-integrated northward water vapour flux
|
||||
'162072' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
#Total column vertically-integrated eastward geopotential flux
|
||||
'162073' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
#Total column vertically-integrated northward geopotential flux
|
||||
'162074' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
#Total column vertically-integrated eastward total energy flux
|
||||
'162075' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
#Total column vertically-integrated northward total energy flux
|
||||
'162076' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 76 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
#Total column vertically-integrated eastward ozone flux
|
||||
'162077' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 77 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
#Total column vertically-integrated northward ozone flux
|
||||
'162078' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 78 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
#Total column vertically-integrated divergence of mass flux
|
||||
'162081' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 81 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
#Total column vertically-integrated divergence of kinetic energy flux
|
||||
'162082' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 82 ;
|
||||
}
|
||||
#Vertical integral of divergence of thermal energy flux
|
||||
#Total column vertically-integrated divergence of thermal energy flux
|
||||
'162083' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 83 ;
|
||||
}
|
||||
#Vertically integrated moisture divergence flux
|
||||
#Total column vertically-integrated moisture divergence flux
|
||||
'162084' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
#Total column vertically-integrated divergence of geopotential flux
|
||||
'162085' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
#Total column vertically-integrated divergence of total energy flux
|
||||
'162086' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 86 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
#Total column vertically-integrated divergence of ozone flux
|
||||
'162087' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 87 ;
|
||||
|
@ -14984,11 +14909,6 @@
|
|||
table2Version = 172 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'172048' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'172050' = {
|
||||
table2Version = 172 ;
|
||||
|
@ -15024,11 +14944,6 @@
|
|||
table2Version = 172 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Time-mean surface net radiation flux (SW and LW)
|
||||
'172149' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 149 ;
|
||||
}
|
||||
#Mean short-wave heating rate
|
||||
'172153' = {
|
||||
table2Version = 172 ;
|
||||
|
@ -16049,11 +15964,6 @@
|
|||
table2Version = 201 ;
|
||||
indicatorOfParameter = 113 ;
|
||||
}
|
||||
#deviation of pressure from reference value
|
||||
'201139' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 139 ;
|
||||
}
|
||||
#coefficient of horizontal diffusion
|
||||
'201150' = {
|
||||
table2Version = 201 ;
|
||||
|
|
|
@ -35,3 +35,19 @@
|
|||
262139 = {gribTablesVersionNo=151; indicatorOfParameter=132; centre=98;}
|
||||
# 151131
|
||||
262140 = {gribTablesVersionNo=151; indicatorOfParameter=131; centre=98;}
|
||||
# 72
|
||||
260087 = {gribTablesVersionNo=128; indicatorOfParameter=72; centre=98;}
|
||||
# 73
|
||||
260097 = {gribTablesVersionNo=128; indicatorOfParameter=73; centre=98;}
|
||||
# 172050
|
||||
235026 = {gribTablesVersionNo=172; indicatorOfParameter=50; centre=98;}
|
||||
# 172145
|
||||
235032 = {gribTablesVersionNo=172; indicatorOfParameter=145; centre=98;}
|
||||
# 172189 <-- ecCodes 2.38
|
||||
# 235189 = {gribTablesVersionNo=172; indicatorOfParameter=189; centre=98;}
|
||||
# 172195
|
||||
235045 = {gribTablesVersionNo=172; indicatorOfParameter=195; centre=98;}
|
||||
# 172196
|
||||
235046 = {gribTablesVersionNo=172; indicatorOfParameter=196; centre=98;}
|
||||
# 172197
|
||||
235047 = {gribTablesVersionNo=172; indicatorOfParameter=197; centre=98;}
|
||||
|
|
|
@ -284,12 +284,12 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 46 ;
|
||||
}
|
||||
#Direct solar radiation
|
||||
#Surface direct normal short-wave (solar) radiation
|
||||
'dsrp' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 47 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
#Time-integrated magnitude of turbulent surface stress
|
||||
'magss' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 48 ;
|
||||
|
@ -334,7 +334,7 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 56 ;
|
||||
}
|
||||
#Downward UV radiation at the surface
|
||||
#Surface downward UV radiation
|
||||
'uvb' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 57 ;
|
||||
|
@ -989,62 +989,62 @@
|
|||
table2Version = 180 ;
|
||||
indicatorOfParameter = 144 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'bld' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'bld' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'sshf' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'sshf' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'sshf' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'sshf' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'sshf' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'slhf' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'slhf' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'slhf' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'slhf' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'slhf' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
|
@ -1894,7 +1894,7 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 230 ;
|
||||
}
|
||||
#Instantaneous surface sensible heat flux
|
||||
#Instantaneous surface sensible heat net flux
|
||||
'ishf' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 231 ;
|
||||
|
@ -2374,16 +2374,6 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'~' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'~' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'~' = {
|
||||
table2Version = 200 ;
|
||||
|
@ -3584,37 +3574,37 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
#Total column vertically-integrated divergence of cloud liquid water flux
|
||||
'vilwd' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 79 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud frozen water flux
|
||||
#Total column vertically-integrated divergence of cloud frozen water flux
|
||||
'viiwd' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 80 ;
|
||||
}
|
||||
#Vertical integral of eastward cloud liquid water flux
|
||||
#Total column vertically-integrated eastward cloud liquid water flux
|
||||
'vilwe' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 88 ;
|
||||
}
|
||||
#Vertical integral of northward cloud liquid water flux
|
||||
#Total column vertically-integrated northward cloud liquid water flux
|
||||
'vilwn' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 89 ;
|
||||
}
|
||||
#Vertical integral of eastward cloud frozen water flux
|
||||
#Total column vertically-integrated eastward cloud frozen water flux
|
||||
'viiwe' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 90 ;
|
||||
}
|
||||
#Vertical integral of northward cloud frozen water flux
|
||||
#Total column vertically-integrated northward cloud frozen water flux
|
||||
'viiwn' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 91 ;
|
||||
}
|
||||
#Vertical integral of mass tendency
|
||||
#Total column vertically-integrated mass tendency
|
||||
'vimat' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 92 ;
|
||||
|
@ -9879,7 +9869,7 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 20 ;
|
||||
}
|
||||
#Total sky direct short-wave (solar) radiation at surface
|
||||
#Surface direct short-wave (solar) radiation
|
||||
'fdir' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 21 ;
|
||||
|
@ -10039,17 +10029,17 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 82 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
#Carbon dioxide net ecosystem exchange flux
|
||||
'fco2nee' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 83 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
#Carbon dioxide gross primary production flux
|
||||
'fco2gpp' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
#Carbon dioxide ecosystem respiration flux
|
||||
'fco2rec' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 85 ;
|
||||
|
@ -10104,7 +10094,7 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 216 ;
|
||||
}
|
||||
#Instantaneous large-scale surface precipitation fraction
|
||||
#Instantaneous large-scale precipitation fraction
|
||||
'ilspf' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 217 ;
|
||||
|
@ -10544,21 +10534,6 @@
|
|||
table2Version = 235 ;
|
||||
indicatorOfParameter = 64 ;
|
||||
}
|
||||
#Mean rain rate
|
||||
'mrr' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 65 ;
|
||||
}
|
||||
#Mean convective rain rate
|
||||
'mcrr' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 66 ;
|
||||
}
|
||||
#Mean large-scale rain rate
|
||||
'mlsrr' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Mean surface downward short-wave radiation flux, clear sky
|
||||
'msdwswrfcs' = {
|
||||
table2Version = 235 ;
|
||||
|
@ -10874,16 +10849,6 @@
|
|||
table2Version = 129 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'~' = {
|
||||
table2Version = 129 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'~' = {
|
||||
table2Version = 129 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'~' = {
|
||||
table2Version = 129 ;
|
||||
|
@ -13485,7 +13450,7 @@
|
|||
indicatorOfParameter = 184 ;
|
||||
}
|
||||
#Skin reservoir content
|
||||
'srcrea' = {
|
||||
'srcon' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 198 ;
|
||||
}
|
||||
|
@ -13494,36 +13459,16 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 199 ;
|
||||
}
|
||||
#Maximum temperature at 2 metres during averaging time
|
||||
'mx2trea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 201 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres during averaging time
|
||||
'mn2trea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Runoff
|
||||
'rorea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 205 ;
|
||||
}
|
||||
#Standard deviation of geopotential
|
||||
'zzrea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 206 ;
|
||||
}
|
||||
#Covariance of temperature and geopotential
|
||||
'tzrea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 207 ;
|
||||
}
|
||||
#Standard deviation of temperature
|
||||
'ttrea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 208 ;
|
||||
}
|
||||
#Covariance of specific humidity and geopotential
|
||||
'qzrea' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13534,11 +13479,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Standard deviation of specific humidity
|
||||
'qqrea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Covariance of U component and geopotential
|
||||
'uzrea' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13554,11 +13494,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 214 ;
|
||||
}
|
||||
#Standard deviation of U velocity
|
||||
'uurea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 215 ;
|
||||
}
|
||||
#Covariance of V component and geopotential
|
||||
'vzrea' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13579,11 +13514,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 219 ;
|
||||
}
|
||||
#Standard deviation of V component
|
||||
'vvrea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 220 ;
|
||||
}
|
||||
#Covariance of W component and geopotential
|
||||
'wzrea' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13609,11 +13539,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 225 ;
|
||||
}
|
||||
#Standard deviation of vertical velocity
|
||||
'wwrea' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 226 ;
|
||||
}
|
||||
#Instantaneous surface heat flux
|
||||
'ishfrea' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13669,32 +13594,32 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 51 ;
|
||||
}
|
||||
#Vertical integral of mass of atmosphere
|
||||
#Total column vertically-integrated mass of atmosphere
|
||||
'vima' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#Vertical integral of temperature
|
||||
#Total column vertically-integrated temperature
|
||||
'vit' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 54 ;
|
||||
}
|
||||
#Vertical integral of water vapour
|
||||
#Total column vertically-integrated water vapour
|
||||
'viwv' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 55 ;
|
||||
}
|
||||
#Vertical integral of cloud liquid water
|
||||
#Total column vertically-integrated cloud liquid water
|
||||
'vilw' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 56 ;
|
||||
}
|
||||
#Vertical integral of cloud frozen water
|
||||
#Total column vertically-integrated cloud frozen water
|
||||
'viiw' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 57 ;
|
||||
}
|
||||
#Vertical integral of ozone
|
||||
#Total column vertically-integrated ozone
|
||||
'vioz' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 58 ;
|
||||
|
@ -13714,7 +13639,7 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#Vertical integral of potential+internal+latent energy
|
||||
#Total column vertically-integrated potential+internal+latent energy
|
||||
'vipile' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 62 ;
|
||||
|
@ -13724,112 +13649,112 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 63 ;
|
||||
}
|
||||
#Vertical integral of energy conversion
|
||||
#Total column vertically-integrated energy conversion
|
||||
'viec' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 64 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
#Total column vertically-integrated eastward mass flux
|
||||
'vimae' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 65 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
#Total column vertically-integrated northward mass flux
|
||||
'viman' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 66 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
#Total column vertically-integrated eastward kinetic energy flux
|
||||
'vikee' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
#Total column vertically-integrated northward kinetic energy flux
|
||||
'viken' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
#Total column vertically-integrated eastward heat flux
|
||||
'vithee' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Vertical integral of northward heat flux
|
||||
#Total column vertically-integrated northward heat flux
|
||||
'vithen' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#Vertical integral of eastward water vapour flux
|
||||
#Total column vertically-integrated eastward water vapour flux
|
||||
'viwve' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#Vertical integral of northward water vapour flux
|
||||
#Total column vertically-integrated northward water vapour flux
|
||||
'viwvn' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
#Total column vertically-integrated eastward geopotential flux
|
||||
'vige' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
#Total column vertically-integrated northward geopotential flux
|
||||
'vign' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'vitoee' = {
|
||||
#Total column vertically-integrated eastward total energy flux
|
||||
'vitee' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'vitoen' = {
|
||||
#Total column vertically-integrated northward total energy flux
|
||||
'viten' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 76 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
#Total column vertically-integrated eastward ozone flux
|
||||
'vioze' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 77 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
#Total column vertically-integrated northward ozone flux
|
||||
'viozn' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 78 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
#Total column vertically-integrated divergence of mass flux
|
||||
'vimad' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 81 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
#Total column vertically-integrated divergence of kinetic energy flux
|
||||
'viked' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 82 ;
|
||||
}
|
||||
#Vertical integral of divergence of thermal energy flux
|
||||
#Total column vertically-integrated divergence of thermal energy flux
|
||||
'vithed' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 83 ;
|
||||
}
|
||||
#Vertically integrated moisture divergence flux
|
||||
'viwvd' = {
|
||||
#Total column vertically-integrated moisture divergence flux
|
||||
'vimdf' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
#Total column vertically-integrated divergence of geopotential flux
|
||||
'vigd' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'vitoed' = {
|
||||
#Total column vertically-integrated divergence of total energy flux
|
||||
'vited' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 86 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
#Total column vertically-integrated divergence of ozone flux
|
||||
'viozd' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 87 ;
|
||||
|
@ -14984,11 +14909,6 @@
|
|||
table2Version = 172 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'~' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'mlspfr' = {
|
||||
table2Version = 172 ;
|
||||
|
@ -15024,11 +14944,6 @@
|
|||
table2Version = 172 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Time-mean surface net radiation flux (SW and LW)
|
||||
'msnrf' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 149 ;
|
||||
}
|
||||
#Mean short-wave heating rate
|
||||
'mswhr' = {
|
||||
table2Version = 172 ;
|
||||
|
@ -16049,11 +15964,6 @@
|
|||
table2Version = 201 ;
|
||||
indicatorOfParameter = 113 ;
|
||||
}
|
||||
#deviation of pressure from reference value
|
||||
'pp' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 139 ;
|
||||
}
|
||||
#coefficient of horizontal diffusion
|
||||
'~' = {
|
||||
table2Version = 201 ;
|
||||
|
|
|
@ -284,12 +284,12 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 46 ;
|
||||
}
|
||||
#Direct solar radiation
|
||||
#Surface direct normal short-wave (solar) radiation
|
||||
'J m**-2' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 47 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
#Time-integrated magnitude of turbulent surface stress
|
||||
'N m**-2 s' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 48 ;
|
||||
|
@ -334,7 +334,7 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 56 ;
|
||||
}
|
||||
#Downward UV radiation at the surface
|
||||
#Surface downward UV radiation
|
||||
'J m**-2' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 57 ;
|
||||
|
@ -989,62 +989,62 @@
|
|||
table2Version = 180 ;
|
||||
indicatorOfParameter = 144 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'J m**-2' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'J m**-2' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 145 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 146 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 170 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 180 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'J m**-2' = {
|
||||
table2Version = 190 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
|
@ -1894,7 +1894,7 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 230 ;
|
||||
}
|
||||
#Instantaneous surface sensible heat flux
|
||||
#Instantaneous surface sensible heat net flux
|
||||
'W m**-2' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 231 ;
|
||||
|
@ -2374,16 +2374,6 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
's m**-1' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
's m**-1' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'(0 - 1)' = {
|
||||
table2Version = 200 ;
|
||||
|
@ -3584,37 +3574,37 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud liquid water flux
|
||||
#Total column vertically-integrated divergence of cloud liquid water flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 79 ;
|
||||
}
|
||||
#Vertical integral of divergence of cloud frozen water flux
|
||||
#Total column vertically-integrated divergence of cloud frozen water flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 80 ;
|
||||
}
|
||||
#Vertical integral of eastward cloud liquid water flux
|
||||
#Total column vertically-integrated eastward cloud liquid water flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 88 ;
|
||||
}
|
||||
#Vertical integral of northward cloud liquid water flux
|
||||
#Total column vertically-integrated northward cloud liquid water flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 89 ;
|
||||
}
|
||||
#Vertical integral of eastward cloud frozen water flux
|
||||
#Total column vertically-integrated eastward cloud frozen water flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 90 ;
|
||||
}
|
||||
#Vertical integral of northward cloud frozen water flux
|
||||
#Total column vertically-integrated northward cloud frozen water flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 91 ;
|
||||
}
|
||||
#Vertical integral of mass tendency
|
||||
#Total column vertically-integrated mass tendency
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 92 ;
|
||||
|
@ -9879,7 +9869,7 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 20 ;
|
||||
}
|
||||
#Total sky direct short-wave (solar) radiation at surface
|
||||
#Surface direct short-wave (solar) radiation
|
||||
'J m**-2' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 21 ;
|
||||
|
@ -10039,17 +10029,17 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 82 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
#Carbon dioxide net ecosystem exchange flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 83 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
#Carbon dioxide gross primary production flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
#Carbon dioxide ecosystem respiration flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 85 ;
|
||||
|
@ -10104,8 +10094,8 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 216 ;
|
||||
}
|
||||
#Instantaneous large-scale surface precipitation fraction
|
||||
'(0 - 1)' = {
|
||||
#Instantaneous large-scale precipitation fraction
|
||||
'Proportion' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 217 ;
|
||||
}
|
||||
|
@ -10544,21 +10534,6 @@
|
|||
table2Version = 235 ;
|
||||
indicatorOfParameter = 64 ;
|
||||
}
|
||||
#Mean rain rate
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 65 ;
|
||||
}
|
||||
#Mean convective rain rate
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 66 ;
|
||||
}
|
||||
#Mean large-scale rain rate
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 235 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Mean surface downward short-wave radiation flux, clear sky
|
||||
'W m**-2' = {
|
||||
table2Version = 235 ;
|
||||
|
@ -10874,16 +10849,6 @@
|
|||
table2Version = 129 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
's m**-1' = {
|
||||
table2Version = 129 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
's m**-1' = {
|
||||
table2Version = 129 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'(0 - 1)' = {
|
||||
table2Version = 129 ;
|
||||
|
@ -13494,36 +13459,16 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 199 ;
|
||||
}
|
||||
#Maximum temperature at 2 metres during averaging time
|
||||
'K' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 201 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres during averaging time
|
||||
'K' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Runoff
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 205 ;
|
||||
}
|
||||
#Standard deviation of geopotential
|
||||
'm**2 s**-2' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 206 ;
|
||||
}
|
||||
#Covariance of temperature and geopotential
|
||||
'K m**2 s**-2' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 207 ;
|
||||
}
|
||||
#Standard deviation of temperature
|
||||
'K' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 208 ;
|
||||
}
|
||||
#Covariance of specific humidity and geopotential
|
||||
'm**2 s**-2' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13534,11 +13479,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Standard deviation of specific humidity
|
||||
'(0 - 1)' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Covariance of U component and geopotential
|
||||
'm**3 s**-3' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13554,11 +13494,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 214 ;
|
||||
}
|
||||
#Standard deviation of U velocity
|
||||
'm s**-1' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 215 ;
|
||||
}
|
||||
#Covariance of V component and geopotential
|
||||
'm**3 s**-3' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13579,11 +13514,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 219 ;
|
||||
}
|
||||
#Standard deviation of V component
|
||||
'm s**-1' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 220 ;
|
||||
}
|
||||
#Covariance of W component and geopotential
|
||||
'Pa m**2 s**-3' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13609,11 +13539,6 @@
|
|||
table2Version = 160 ;
|
||||
indicatorOfParameter = 225 ;
|
||||
}
|
||||
#Standard deviation of vertical velocity
|
||||
'Pa s**-1' = {
|
||||
table2Version = 160 ;
|
||||
indicatorOfParameter = 226 ;
|
||||
}
|
||||
#Instantaneous surface heat flux
|
||||
'J m**-2' = {
|
||||
table2Version = 160 ;
|
||||
|
@ -13669,32 +13594,32 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 51 ;
|
||||
}
|
||||
#Vertical integral of mass of atmosphere
|
||||
#Total column vertically-integrated mass of atmosphere
|
||||
'kg m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#Vertical integral of temperature
|
||||
#Total column vertically-integrated temperature
|
||||
'K kg m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 54 ;
|
||||
}
|
||||
#Vertical integral of water vapour
|
||||
#Total column vertically-integrated water vapour
|
||||
'kg m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 55 ;
|
||||
}
|
||||
#Vertical integral of cloud liquid water
|
||||
#Total column vertically-integrated cloud liquid water
|
||||
'kg m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 56 ;
|
||||
}
|
||||
#Vertical integral of cloud frozen water
|
||||
#Total column vertically-integrated cloud frozen water
|
||||
'kg m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 57 ;
|
||||
}
|
||||
#Vertical integral of ozone
|
||||
#Total column vertically-integrated ozone
|
||||
'kg m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 58 ;
|
||||
|
@ -13714,7 +13639,7 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#Vertical integral of potential+internal+latent energy
|
||||
#Total column vertically-integrated potential+internal+latent energy
|
||||
'J m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 62 ;
|
||||
|
@ -13724,112 +13649,112 @@
|
|||
table2Version = 162 ;
|
||||
indicatorOfParameter = 63 ;
|
||||
}
|
||||
#Vertical integral of energy conversion
|
||||
#Total column vertically-integrated energy conversion
|
||||
'W m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 64 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
#Total column vertically-integrated eastward mass flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 65 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
#Total column vertically-integrated northward mass flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 66 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
#Total column vertically-integrated eastward kinetic energy flux
|
||||
'W m**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 67 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
#Total column vertically-integrated northward kinetic energy flux
|
||||
'W m**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 68 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
#Total column vertically-integrated eastward heat flux
|
||||
'W m**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 69 ;
|
||||
}
|
||||
#Vertical integral of northward heat flux
|
||||
#Total column vertically-integrated northward heat flux
|
||||
'W m**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#Vertical integral of eastward water vapour flux
|
||||
#Total column vertically-integrated eastward water vapour flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#Vertical integral of northward water vapour flux
|
||||
#Total column vertically-integrated northward water vapour flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
#Total column vertically-integrated eastward geopotential flux
|
||||
'W m**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
#Total column vertically-integrated northward geopotential flux
|
||||
'W m**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
#Total column vertically-integrated eastward total energy flux
|
||||
'W m**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
#Total column vertically-integrated northward total energy flux
|
||||
'W m**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 76 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
#Total column vertically-integrated eastward ozone flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 77 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
#Total column vertically-integrated northward ozone flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 78 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
#Total column vertically-integrated divergence of mass flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 81 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
#Total column vertically-integrated divergence of kinetic energy flux
|
||||
'W m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 82 ;
|
||||
}
|
||||
#Vertical integral of divergence of thermal energy flux
|
||||
#Total column vertically-integrated divergence of thermal energy flux
|
||||
'W m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 83 ;
|
||||
}
|
||||
#Vertically integrated moisture divergence flux
|
||||
#Total column vertically-integrated moisture divergence flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
#Total column vertically-integrated divergence of geopotential flux
|
||||
'W m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
#Total column vertically-integrated divergence of total energy flux
|
||||
'W m**-2' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 86 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
#Total column vertically-integrated divergence of ozone flux
|
||||
'kg m**-2 s**-1' = {
|
||||
table2Version = 162 ;
|
||||
indicatorOfParameter = 87 ;
|
||||
|
@ -14975,20 +14900,15 @@
|
|||
indicatorOfParameter = 255 ;
|
||||
}
|
||||
#Snow evaporation
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 44 ;
|
||||
}
|
||||
#Snowmelt
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'N m**-2' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'~' = {
|
||||
table2Version = 172 ;
|
||||
|
@ -15024,11 +14944,6 @@
|
|||
table2Version = 172 ;
|
||||
indicatorOfParameter = 147 ;
|
||||
}
|
||||
#Time-mean surface net radiation flux (SW and LW)
|
||||
'W m**-2' = {
|
||||
table2Version = 172 ;
|
||||
indicatorOfParameter = 149 ;
|
||||
}
|
||||
#Mean short-wave heating rate
|
||||
'K s**-1' = {
|
||||
table2Version = 172 ;
|
||||
|
@ -15155,12 +15070,12 @@
|
|||
indicatorOfParameter = 255 ;
|
||||
}
|
||||
#Snow evaporation anomaly
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
table2Version = 173 ;
|
||||
indicatorOfParameter = 44 ;
|
||||
}
|
||||
#Snowmelt anomaly
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
table2Version = 173 ;
|
||||
indicatorOfParameter = 45 ;
|
||||
}
|
||||
|
@ -15260,7 +15175,7 @@
|
|||
indicatorOfParameter = 181 ;
|
||||
}
|
||||
#Evaporation anomalous rate of accumulation
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
table2Version = 173 ;
|
||||
indicatorOfParameter = 182 ;
|
||||
}
|
||||
|
@ -16049,11 +15964,6 @@
|
|||
table2Version = 201 ;
|
||||
indicatorOfParameter = 113 ;
|
||||
}
|
||||
#deviation of pressure from reference value
|
||||
'Pa' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 139 ;
|
||||
}
|
||||
#coefficient of horizontal diffusion
|
||||
'm**2 s**-1' = {
|
||||
table2Version = 201 ;
|
||||
|
|
|
@ -213,28 +213,23 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 78 ;
|
||||
}
|
||||
#Maximum wind speed
|
||||
'Maximum wind speed' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 219 ;
|
||||
}
|
||||
#Downward short-wave radiation flux
|
||||
'Downward short-wave radiation flux' = {
|
||||
#Surface downward short-wave radiation flux
|
||||
'Surface downward short-wave radiation flux' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Upward short-wave radiation flux
|
||||
'Upward short-wave radiation flux' = {
|
||||
#Surface upward short-wave radiation flux
|
||||
'Surface upward short-wave radiation flux' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Downward long-wave radiation flux
|
||||
'Downward long-wave radiation flux' = {
|
||||
#Surface downward long-wave radiation flux
|
||||
'Surface downward long-wave radiation flux' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 205 ;
|
||||
}
|
||||
#Upward long-wave radiation flux
|
||||
'Upward long-wave radiation flux' = {
|
||||
#Surface upward long-wave radiation flux
|
||||
'Surface upward long-wave radiation flux' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 212 ;
|
||||
}
|
||||
|
@ -910,23 +905,23 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 87 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
'Vertical integral of eastward heat flux' = {
|
||||
#Total column vertically-integrated eastward heat flux
|
||||
'Total column vertically-integrated eastward heat flux' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 190 ;
|
||||
}
|
||||
#Vertical integral of northward heat flux
|
||||
'Vertical integral of northward heat flux' = {
|
||||
#Total column vertically-integrated northward heat flux
|
||||
'Total column vertically-integrated northward heat flux' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 191 ;
|
||||
}
|
||||
#Vertical integral of eastward water vapour flux
|
||||
'Vertical integral of eastward water vapour flux' = {
|
||||
#Total column vertically-integrated eastward water vapour flux
|
||||
'Total column vertically-integrated eastward water vapour flux' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 157 ;
|
||||
}
|
||||
#Vertical integral of northward water vapour flux
|
||||
'Vertical integral of northward water vapour flux' = {
|
||||
#Total column vertically-integrated northward water vapour flux
|
||||
'Total column vertically-integrated northward water vapour flux' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 152 ;
|
||||
}
|
||||
|
|
|
@ -213,27 +213,22 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 78 ;
|
||||
}
|
||||
#Maximum wind speed
|
||||
'260064' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 219 ;
|
||||
}
|
||||
#Downward short-wave radiation flux
|
||||
#Surface downward short-wave radiation flux
|
||||
'260087' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Upward short-wave radiation flux
|
||||
#Surface upward short-wave radiation flux
|
||||
'260088' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Downward long-wave radiation flux
|
||||
#Surface downward long-wave radiation flux
|
||||
'260097' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 205 ;
|
||||
}
|
||||
#Upward long-wave radiation flux
|
||||
#Surface upward long-wave radiation flux
|
||||
'260098' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 212 ;
|
||||
|
@ -910,22 +905,22 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 87 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
#Total column vertically-integrated eastward heat flux
|
||||
'162069' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 190 ;
|
||||
}
|
||||
#Vertical integral of northward heat flux
|
||||
#Total column vertically-integrated northward heat flux
|
||||
'162070' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 191 ;
|
||||
}
|
||||
#Vertical integral of eastward water vapour flux
|
||||
#Total column vertically-integrated eastward water vapour flux
|
||||
'162071' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 157 ;
|
||||
}
|
||||
#Vertical integral of northward water vapour flux
|
||||
#Total column vertically-integrated northward water vapour flux
|
||||
'162072' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 152 ;
|
||||
|
|
|
@ -213,28 +213,23 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 78 ;
|
||||
}
|
||||
#Maximum wind speed
|
||||
'maxgust' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 219 ;
|
||||
}
|
||||
#Downward short-wave radiation flux
|
||||
'dswrf' = {
|
||||
#Surface downward short-wave radiation flux
|
||||
'sdswrf' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Upward short-wave radiation flux
|
||||
'uswrf' = {
|
||||
#Surface upward short-wave radiation flux
|
||||
'suswrf' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Downward long-wave radiation flux
|
||||
'dlwrf' = {
|
||||
#Surface downward long-wave radiation flux
|
||||
'sdlwrf' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 205 ;
|
||||
}
|
||||
#Upward long-wave radiation flux
|
||||
'ulwrf' = {
|
||||
#Surface upward long-wave radiation flux
|
||||
'sulwrf' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 212 ;
|
||||
}
|
||||
|
@ -910,22 +905,22 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 87 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
#Total column vertically-integrated eastward heat flux
|
||||
'vithee' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 190 ;
|
||||
}
|
||||
#Vertical integral of northward heat flux
|
||||
#Total column vertically-integrated northward heat flux
|
||||
'vithen' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 191 ;
|
||||
}
|
||||
#Vertical integral of eastward water vapour flux
|
||||
#Total column vertically-integrated eastward water vapour flux
|
||||
'viwve' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 157 ;
|
||||
}
|
||||
#Vertical integral of northward water vapour flux
|
||||
#Total column vertically-integrated northward water vapour flux
|
||||
'viwvn' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 152 ;
|
||||
|
|
|
@ -213,27 +213,22 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 78 ;
|
||||
}
|
||||
#Maximum wind speed
|
||||
'm s**-1' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 219 ;
|
||||
}
|
||||
#Downward short-wave radiation flux
|
||||
#Surface downward short-wave radiation flux
|
||||
'W m**-2' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Upward short-wave radiation flux
|
||||
#Surface upward short-wave radiation flux
|
||||
'W m**-2' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Downward long-wave radiation flux
|
||||
#Surface downward long-wave radiation flux
|
||||
'W m**-2' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 205 ;
|
||||
}
|
||||
#Upward long-wave radiation flux
|
||||
#Surface upward long-wave radiation flux
|
||||
'W m**-2' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 212 ;
|
||||
|
@ -910,22 +905,22 @@
|
|||
table2Version = 200 ;
|
||||
indicatorOfParameter = 87 ;
|
||||
}
|
||||
#Vertical integral of eastward heat flux
|
||||
#Total column vertically-integrated eastward heat flux
|
||||
'W m**-1' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 190 ;
|
||||
}
|
||||
#Vertical integral of northward heat flux
|
||||
#Total column vertically-integrated northward heat flux
|
||||
'W m**-1' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 191 ;
|
||||
}
|
||||
#Vertical integral of eastward water vapour flux
|
||||
#Total column vertically-integrated eastward water vapour flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 157 ;
|
||||
}
|
||||
#Vertical integral of northward water vapour flux
|
||||
#Total column vertically-integrated northward water vapour flux
|
||||
'kg m**-1 s**-1' = {
|
||||
table2Version = 200 ;
|
||||
indicatorOfParameter = 152 ;
|
||||
|
|
|
@ -63,14 +63,14 @@
|
|||
parameterCategory = 2 ;
|
||||
parameterNumber = 12 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
#Time-integrated boundary layer dissipation
|
||||
'kinetic_energy_dissipation_in_atmosphere_boundary_layer' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 20 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Surface sensible heat flux
|
||||
#Time-integrated surface sensible heat net flux
|
||||
'surface_upward_sensible_heat_flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
|
@ -78,7 +78,7 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Surface latent heat flux
|
||||
#Time-integrated surface latent heat net flux
|
||||
'surface_upward_latent_heat_flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
|
|
|
@ -186,26 +186,6 @@
|
|||
scaledValueOfFirstFixedSurface = 100 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
}
|
||||
#Time-maximum 2 metre relative humidity
|
||||
'mx2r' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
}
|
||||
#Time-minimum 2 metre relative humidity
|
||||
'mn2r' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
}
|
||||
#Time-mean sea ice area fraction
|
||||
'avg_ci' = {
|
||||
discipline = 10 ;
|
||||
|
@ -265,6 +245,26 @@
|
|||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-maximum 2 metre relative humidity
|
||||
'max_2r' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
}
|
||||
#Time-minimum 2 metre relative humidity
|
||||
'min_2r' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
}
|
||||
#5-wave geopotential height
|
||||
'wavh5' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
#Magnitude of turbulent surface stress
|
||||
'p48.172' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'mlspfr' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 50 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'bldrate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 145 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
'msdr' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 189 ;
|
||||
}
|
||||
#Longitudinal component of gravity wave stress
|
||||
'p195.172' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Meridional component of gravity wave stress
|
||||
'p196.172' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Gravity wave dissipation
|
||||
'gwdrate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
|
@ -242,18 +242,6 @@
|
|||
parameterCategory = 128 ;
|
||||
parameterNumber = 65 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'Minimum stomatal resistance, low vegetation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'Minimum stomatal resistance, high vegetation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'Biome cover, low vegetation' = {
|
||||
discipline = 192 ;
|
||||
|
@ -266,18 +254,6 @@
|
|||
parameterCategory = 128 ;
|
||||
parameterNumber = 71 ;
|
||||
}
|
||||
#Instantaneous surface solar radiation downwards
|
||||
'Instantaneous surface solar radiation downwards' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 72 ;
|
||||
}
|
||||
#Instantaneous surface thermal radiation downwards
|
||||
'Instantaneous surface thermal radiation downwards' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 73 ;
|
||||
}
|
||||
#Experimental product
|
||||
'Experimental product' = {
|
||||
discipline = 192 ;
|
||||
|
@ -1289,18 +1265,6 @@
|
|||
parameterCategory = 200 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'Minimum stomatal resistance, low vegetation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 200 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'Minimum stomatal resistance, high vegetation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 200 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'Biome cover, low vegetation' = {
|
||||
discipline = 192 ;
|
||||
|
@ -14536,18 +14500,6 @@
|
|||
parameterCategory = 129 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'Minimum stomatal resistance, low vegetation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 129 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'Minimum stomatal resistance, high vegetation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 129 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'Biome cover, low vegetation' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17036,30 +16988,6 @@
|
|||
parameterCategory = 151 ;
|
||||
parameterNumber = 170 ;
|
||||
}
|
||||
#U velocity maximum
|
||||
'U velocity maximum' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 171 ;
|
||||
}
|
||||
#Depth of the velocity maximum
|
||||
'Depth of the velocity maximum' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 172 ;
|
||||
}
|
||||
#Salinity maximum
|
||||
'Salinity maximum' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 173 ;
|
||||
}
|
||||
#Depth of salinity maximum
|
||||
'Depth of salinity maximum' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 174 ;
|
||||
}
|
||||
#Layer Thickness at scalar points
|
||||
'Layer Thickness at scalar points' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17342,42 +17270,18 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Maximum temperature at 2 metres during averaging time
|
||||
'Maximum temperature at 2 metres during averaging time' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres during averaging time
|
||||
'Minimum temperature at 2 metres during averaging time' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Runoff
|
||||
'Runoff' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Standard deviation of geopotential
|
||||
'Standard deviation of geopotential' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 206 ;
|
||||
}
|
||||
#Covariance of temperature and geopotential
|
||||
'Covariance of temperature and geopotential' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 207 ;
|
||||
}
|
||||
#Standard deviation of temperature
|
||||
'Standard deviation of temperature' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 208 ;
|
||||
}
|
||||
#Covariance of specific humidity and geopotential
|
||||
'Covariance of specific humidity and geopotential' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17390,12 +17294,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 210 ;
|
||||
}
|
||||
#Standard deviation of specific humidity
|
||||
'Standard deviation of specific humidity' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 211 ;
|
||||
}
|
||||
#Covariance of U component and geopotential
|
||||
'Covariance of U component and geopotential' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17414,12 +17312,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 214 ;
|
||||
}
|
||||
#Standard deviation of U velocity
|
||||
'Standard deviation of U velocity' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 215 ;
|
||||
}
|
||||
#Covariance of V component and geopotential
|
||||
'Covariance of V component and geopotential' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17444,12 +17336,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 219 ;
|
||||
}
|
||||
#Standard deviation of V component
|
||||
'Standard deviation of V component' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 220 ;
|
||||
}
|
||||
#Covariance of W component and geopotential
|
||||
'Covariance of W component and geopotential' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17480,12 +17366,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 225 ;
|
||||
}
|
||||
#Standard deviation of vertical velocity
|
||||
'Standard deviation of vertical velocity' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 226 ;
|
||||
}
|
||||
#Instantaneous surface heat flux
|
||||
'Instantaneous surface heat flux' = {
|
||||
discipline = 192 ;
|
||||
|
@ -18782,18 +18662,6 @@
|
|||
parameterCategory = 172 ;
|
||||
parameterNumber = 45 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'Magnitude of turbulent surface stress' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'Mean large-scale precipitation fraction' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 50 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'Mean large-scale precipitation rate' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18821,12 +18689,6 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'Boundary layer dissipation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 145 ;
|
||||
}
|
||||
#Mean short-wave heating rate
|
||||
'Mean short-wave heating rate' = {
|
||||
discipline = 192 ;
|
||||
|
@ -18848,30 +18710,6 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
'Mean sunshine duration rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 189 ;
|
||||
}
|
||||
#Longitudinal component of gravity wave stress
|
||||
'Longitudinal component of gravity wave stress' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Meridional component of gravity wave stress
|
||||
'Meridional component of gravity wave stress' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Gravity wave dissipation
|
||||
'Gravity wave dissipation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'Mean runoff rate' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -19292,18 +19130,6 @@
|
|||
parameterCategory = 174 ;
|
||||
parameterNumber = 183 ;
|
||||
}
|
||||
#1.5m temperature - maximum in the last 24 hours
|
||||
'1.5m temperature - maximum in the last 24 hours' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 174 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#1.5m temperature - minimum in the last 24 hours
|
||||
'1.5m temperature - minimum in the last 24 hours' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 174 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Soil temperature layer 4
|
||||
'Soil temperature layer 4' = {
|
||||
discipline = 192 ;
|
||||
|
@ -19466,18 +19292,6 @@
|
|||
parameterCategory = 175 ;
|
||||
parameterNumber = 183 ;
|
||||
}
|
||||
#1.5m temperature - maximum in the last 24 hours
|
||||
'1.5m temperature - maximum in the last 24 hours' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 175 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#1.5m temperature - minimum in the last 24 hours
|
||||
'1.5m temperature - minimum in the last 24 hours' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 175 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Soil temperature layer 4
|
||||
'Soil temperature layer 4' = {
|
||||
discipline = 192 ;
|
||||
|
@ -19964,24 +19778,12 @@
|
|||
parameterCategory = 201 ;
|
||||
parameterNumber = 113 ;
|
||||
}
|
||||
#deviation of pressure from reference value
|
||||
'deviation of pressure from reference value' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 139 ;
|
||||
}
|
||||
#coefficient of horizontal diffusion
|
||||
'coefficient of horizontal diffusion' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 150 ;
|
||||
}
|
||||
#Maximum wind velocity
|
||||
'Maximum wind velocity' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 187 ;
|
||||
}
|
||||
#water content of interception store
|
||||
'water content of interception store' = {
|
||||
discipline = 192 ;
|
||||
|
|
|
@ -242,18 +242,6 @@
|
|||
parameterCategory = 128 ;
|
||||
parameterNumber = 65 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'68' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'69' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'70' = {
|
||||
discipline = 192 ;
|
||||
|
@ -266,18 +254,6 @@
|
|||
parameterCategory = 128 ;
|
||||
parameterNumber = 71 ;
|
||||
}
|
||||
#Instantaneous surface solar radiation downwards
|
||||
'72' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 72 ;
|
||||
}
|
||||
#Instantaneous surface thermal radiation downwards
|
||||
'73' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 73 ;
|
||||
}
|
||||
#Experimental product
|
||||
'80' = {
|
||||
discipline = 192 ;
|
||||
|
@ -1289,18 +1265,6 @@
|
|||
parameterCategory = 200 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'200068' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 200 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'200069' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 200 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'200070' = {
|
||||
discipline = 192 ;
|
||||
|
@ -14536,18 +14500,6 @@
|
|||
parameterCategory = 129 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'129068' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 129 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'129069' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 129 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'129070' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17036,30 +16988,6 @@
|
|||
parameterCategory = 151 ;
|
||||
parameterNumber = 170 ;
|
||||
}
|
||||
#U velocity maximum
|
||||
'151171' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 171 ;
|
||||
}
|
||||
#Depth of the velocity maximum
|
||||
'151172' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 172 ;
|
||||
}
|
||||
#Salinity maximum
|
||||
'151173' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 173 ;
|
||||
}
|
||||
#Depth of salinity maximum
|
||||
'151174' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 174 ;
|
||||
}
|
||||
#Layer Thickness at scalar points
|
||||
'151176' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17342,42 +17270,18 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Maximum temperature at 2 metres during averaging time
|
||||
'160201' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres during averaging time
|
||||
'160202' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Runoff
|
||||
'160205' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Standard deviation of geopotential
|
||||
'160206' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 206 ;
|
||||
}
|
||||
#Covariance of temperature and geopotential
|
||||
'160207' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 207 ;
|
||||
}
|
||||
#Standard deviation of temperature
|
||||
'160208' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 208 ;
|
||||
}
|
||||
#Covariance of specific humidity and geopotential
|
||||
'160209' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17390,12 +17294,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 210 ;
|
||||
}
|
||||
#Standard deviation of specific humidity
|
||||
'160211' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 211 ;
|
||||
}
|
||||
#Covariance of U component and geopotential
|
||||
'160212' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17414,12 +17312,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 214 ;
|
||||
}
|
||||
#Standard deviation of U velocity
|
||||
'160215' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 215 ;
|
||||
}
|
||||
#Covariance of V component and geopotential
|
||||
'160216' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17444,12 +17336,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 219 ;
|
||||
}
|
||||
#Standard deviation of V component
|
||||
'160220' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 220 ;
|
||||
}
|
||||
#Covariance of W component and geopotential
|
||||
'160221' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17480,12 +17366,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 225 ;
|
||||
}
|
||||
#Standard deviation of vertical velocity
|
||||
'160226' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 226 ;
|
||||
}
|
||||
#Instantaneous surface heat flux
|
||||
'160231' = {
|
||||
discipline = 192 ;
|
||||
|
@ -18782,18 +18662,6 @@
|
|||
parameterCategory = 172 ;
|
||||
parameterNumber = 45 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'172048' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'172050' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 50 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'172142' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18821,12 +18689,6 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'172145' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 145 ;
|
||||
}
|
||||
#Mean short-wave heating rate
|
||||
'172153' = {
|
||||
discipline = 192 ;
|
||||
|
@ -18848,30 +18710,6 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
'172189' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 189 ;
|
||||
}
|
||||
#Longitudinal component of gravity wave stress
|
||||
'172195' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Meridional component of gravity wave stress
|
||||
'172196' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Gravity wave dissipation
|
||||
'172197' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'172205' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -19292,18 +19130,6 @@
|
|||
parameterCategory = 174 ;
|
||||
parameterNumber = 183 ;
|
||||
}
|
||||
#1.5m temperature - maximum in the last 24 hours
|
||||
'174201' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 174 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#1.5m temperature - minimum in the last 24 hours
|
||||
'174202' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 174 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Soil temperature layer 4
|
||||
'174236' = {
|
||||
discipline = 192 ;
|
||||
|
@ -19466,18 +19292,6 @@
|
|||
parameterCategory = 175 ;
|
||||
parameterNumber = 183 ;
|
||||
}
|
||||
#1.5m temperature - maximum in the last 24 hours
|
||||
'175201' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 175 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#1.5m temperature - minimum in the last 24 hours
|
||||
'175202' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 175 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Soil temperature layer 4
|
||||
'175236' = {
|
||||
discipline = 192 ;
|
||||
|
@ -19964,24 +19778,12 @@
|
|||
parameterCategory = 201 ;
|
||||
parameterNumber = 113 ;
|
||||
}
|
||||
#deviation of pressure from reference value
|
||||
'201139' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 139 ;
|
||||
}
|
||||
#coefficient of horizontal diffusion
|
||||
'201150' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 150 ;
|
||||
}
|
||||
#Maximum wind velocity
|
||||
'201187' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 187 ;
|
||||
}
|
||||
#water content of interception store
|
||||
'201200' = {
|
||||
discipline = 192 ;
|
||||
|
|
|
@ -242,18 +242,6 @@
|
|||
parameterCategory = 128 ;
|
||||
parameterNumber = 65 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'msr_lv' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'msr_hv' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'bc_lv' = {
|
||||
discipline = 192 ;
|
||||
|
@ -266,18 +254,6 @@
|
|||
parameterCategory = 128 ;
|
||||
parameterNumber = 71 ;
|
||||
}
|
||||
#Instantaneous surface solar radiation downwards
|
||||
'issrd' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 72 ;
|
||||
}
|
||||
#Instantaneous surface thermal radiation downwards
|
||||
'istrd' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 73 ;
|
||||
}
|
||||
#Experimental product
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
|
@ -1289,18 +1265,6 @@
|
|||
parameterCategory = 200 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 200 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 200 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
|
@ -14536,18 +14500,6 @@
|
|||
parameterCategory = 129 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 129 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 129 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17036,30 +16988,6 @@
|
|||
parameterCategory = 151 ;
|
||||
parameterNumber = 170 ;
|
||||
}
|
||||
#U velocity maximum
|
||||
'umax' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 171 ;
|
||||
}
|
||||
#Depth of the velocity maximum
|
||||
'dumax' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 172 ;
|
||||
}
|
||||
#Salinity maximum
|
||||
'smax' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 173 ;
|
||||
}
|
||||
#Depth of salinity maximum
|
||||
'dsmax' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 174 ;
|
||||
}
|
||||
#Layer Thickness at scalar points
|
||||
'ldp' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17342,42 +17270,18 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Maximum temperature at 2 metres during averaging time
|
||||
'mx2trea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres during averaging time
|
||||
'mn2trea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Runoff
|
||||
'rorea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Standard deviation of geopotential
|
||||
'zzrea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 206 ;
|
||||
}
|
||||
#Covariance of temperature and geopotential
|
||||
'tzrea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 207 ;
|
||||
}
|
||||
#Standard deviation of temperature
|
||||
'ttrea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 208 ;
|
||||
}
|
||||
#Covariance of specific humidity and geopotential
|
||||
'qzrea' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17390,12 +17294,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 210 ;
|
||||
}
|
||||
#Standard deviation of specific humidity
|
||||
'qqrea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 211 ;
|
||||
}
|
||||
#Covariance of U component and geopotential
|
||||
'uzrea' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17414,12 +17312,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 214 ;
|
||||
}
|
||||
#Standard deviation of U velocity
|
||||
'uurea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 215 ;
|
||||
}
|
||||
#Covariance of V component and geopotential
|
||||
'vzrea' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17444,12 +17336,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 219 ;
|
||||
}
|
||||
#Standard deviation of V component
|
||||
'vvrea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 220 ;
|
||||
}
|
||||
#Covariance of W component and geopotential
|
||||
'wzrea' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17480,12 +17366,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 225 ;
|
||||
}
|
||||
#Standard deviation of vertical velocity
|
||||
'wwrea' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 226 ;
|
||||
}
|
||||
#Instantaneous surface heat flux
|
||||
'ishfrea' = {
|
||||
discipline = 192 ;
|
||||
|
@ -18782,18 +18662,6 @@
|
|||
parameterCategory = 172 ;
|
||||
parameterNumber = 45 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'mlspfr' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 50 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'mlsprt' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18821,12 +18689,6 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'bldrate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 145 ;
|
||||
}
|
||||
#Mean short-wave heating rate
|
||||
'mswhr' = {
|
||||
discipline = 192 ;
|
||||
|
@ -18848,30 +18710,6 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
'msdr' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 189 ;
|
||||
}
|
||||
#Longitudinal component of gravity wave stress
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Meridional component of gravity wave stress
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Gravity wave dissipation
|
||||
'gwdrate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'mrort' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -19292,18 +19130,6 @@
|
|||
parameterCategory = 174 ;
|
||||
parameterNumber = 183 ;
|
||||
}
|
||||
#1.5m temperature - maximum in the last 24 hours
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 174 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#1.5m temperature - minimum in the last 24 hours
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 174 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Soil temperature layer 4
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
|
@ -19466,18 +19292,6 @@
|
|||
parameterCategory = 175 ;
|
||||
parameterNumber = 183 ;
|
||||
}
|
||||
#1.5m temperature - maximum in the last 24 hours
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 175 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#1.5m temperature - minimum in the last 24 hours
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 175 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Soil temperature layer 4
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
|
@ -19964,24 +19778,12 @@
|
|||
parameterCategory = 201 ;
|
||||
parameterNumber = 113 ;
|
||||
}
|
||||
#deviation of pressure from reference value
|
||||
'pp' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 139 ;
|
||||
}
|
||||
#coefficient of horizontal diffusion
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 150 ;
|
||||
}
|
||||
#Maximum wind velocity
|
||||
'vmax_10m' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 187 ;
|
||||
}
|
||||
#water content of interception store
|
||||
'w_i' = {
|
||||
discipline = 192 ;
|
||||
|
|
|
@ -242,18 +242,6 @@
|
|||
parameterCategory = 128 ;
|
||||
parameterNumber = 65 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
's m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
's m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'(0 - 1)' = {
|
||||
discipline = 192 ;
|
||||
|
@ -266,18 +254,6 @@
|
|||
parameterCategory = 128 ;
|
||||
parameterNumber = 71 ;
|
||||
}
|
||||
#Instantaneous surface solar radiation downwards
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 72 ;
|
||||
}
|
||||
#Instantaneous surface thermal radiation downwards
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 128 ;
|
||||
parameterNumber = 73 ;
|
||||
}
|
||||
#Experimental product
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
|
@ -1289,18 +1265,6 @@
|
|||
parameterCategory = 200 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
's m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 200 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
's m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 200 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'(0 - 1)' = {
|
||||
discipline = 192 ;
|
||||
|
@ -14536,18 +14500,6 @@
|
|||
parameterCategory = 129 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Minimum stomatal resistance, low vegetation
|
||||
's m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 129 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Minimum stomatal resistance, high vegetation
|
||||
's m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 129 ;
|
||||
parameterNumber = 69 ;
|
||||
}
|
||||
#Biome cover, low vegetation
|
||||
'(0 - 1)' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17036,30 +16988,6 @@
|
|||
parameterCategory = 151 ;
|
||||
parameterNumber = 170 ;
|
||||
}
|
||||
#U velocity maximum
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 171 ;
|
||||
}
|
||||
#Depth of the velocity maximum
|
||||
'm' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 172 ;
|
||||
}
|
||||
#Salinity maximum
|
||||
'psu' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 173 ;
|
||||
}
|
||||
#Depth of salinity maximum
|
||||
'm' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 151 ;
|
||||
parameterNumber = 174 ;
|
||||
}
|
||||
#Layer Thickness at scalar points
|
||||
'm' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17342,42 +17270,18 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Maximum temperature at 2 metres during averaging time
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres during averaging time
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Runoff
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Standard deviation of geopotential
|
||||
'm**2 s**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 206 ;
|
||||
}
|
||||
#Covariance of temperature and geopotential
|
||||
'K m**2 s**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 207 ;
|
||||
}
|
||||
#Standard deviation of temperature
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 208 ;
|
||||
}
|
||||
#Covariance of specific humidity and geopotential
|
||||
'm**2 s**-2' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17390,12 +17294,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 210 ;
|
||||
}
|
||||
#Standard deviation of specific humidity
|
||||
'(0 - 1)' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 211 ;
|
||||
}
|
||||
#Covariance of U component and geopotential
|
||||
'm**3 s**-3' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17414,12 +17312,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 214 ;
|
||||
}
|
||||
#Standard deviation of U velocity
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 215 ;
|
||||
}
|
||||
#Covariance of V component and geopotential
|
||||
'm**3 s**-3' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17444,12 +17336,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 219 ;
|
||||
}
|
||||
#Standard deviation of V component
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 220 ;
|
||||
}
|
||||
#Covariance of W component and geopotential
|
||||
'Pa m**2 s**-3' = {
|
||||
discipline = 192 ;
|
||||
|
@ -17480,12 +17366,6 @@
|
|||
parameterCategory = 160 ;
|
||||
parameterNumber = 225 ;
|
||||
}
|
||||
#Standard deviation of vertical velocity
|
||||
'Pa s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 160 ;
|
||||
parameterNumber = 226 ;
|
||||
}
|
||||
#Instantaneous surface heat flux
|
||||
'J m**-2' = {
|
||||
discipline = 192 ;
|
||||
|
@ -18771,29 +18651,17 @@
|
|||
parameterNumber = 255 ;
|
||||
}
|
||||
#Snow evaporation
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 44 ;
|
||||
}
|
||||
#Snowmelt
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 45 ;
|
||||
}
|
||||
#Magnitude of turbulent surface stress
|
||||
'N m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 48 ;
|
||||
}
|
||||
#Mean large-scale precipitation fraction
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 50 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'm s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18821,12 +18689,6 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 145 ;
|
||||
}
|
||||
#Mean short-wave heating rate
|
||||
'K s**-1' = {
|
||||
discipline = 192 ;
|
||||
|
@ -18848,30 +18710,6 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
's s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 189 ;
|
||||
}
|
||||
#Longitudinal component of gravity wave stress
|
||||
'N m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Meridional component of gravity wave stress
|
||||
'N m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Gravity wave dissipation
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'm s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18909,13 +18747,13 @@
|
|||
parameterNumber = 255 ;
|
||||
}
|
||||
#Snow evaporation anomaly
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 173 ;
|
||||
parameterNumber = 44 ;
|
||||
}
|
||||
#Snowmelt anomaly
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 173 ;
|
||||
parameterNumber = 45 ;
|
||||
|
@ -19035,7 +18873,7 @@
|
|||
parameterNumber = 181 ;
|
||||
}
|
||||
#Evaporation anomalous rate of accumulation
|
||||
'm of water s**-1' = {
|
||||
'm of water equivalent s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 173 ;
|
||||
parameterNumber = 182 ;
|
||||
|
@ -19292,18 +19130,6 @@
|
|||
parameterCategory = 174 ;
|
||||
parameterNumber = 183 ;
|
||||
}
|
||||
#1.5m temperature - maximum in the last 24 hours
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 174 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#1.5m temperature - minimum in the last 24 hours
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 174 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Soil temperature layer 4
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
|
@ -19466,18 +19292,6 @@
|
|||
parameterCategory = 175 ;
|
||||
parameterNumber = 183 ;
|
||||
}
|
||||
#1.5m temperature - maximum in the last 24 hours
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 175 ;
|
||||
parameterNumber = 201 ;
|
||||
}
|
||||
#1.5m temperature - minimum in the last 24 hours
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 175 ;
|
||||
parameterNumber = 202 ;
|
||||
}
|
||||
#Soil temperature layer 4
|
||||
'K' = {
|
||||
discipline = 192 ;
|
||||
|
@ -19964,24 +19778,12 @@
|
|||
parameterCategory = 201 ;
|
||||
parameterNumber = 113 ;
|
||||
}
|
||||
#deviation of pressure from reference value
|
||||
'Pa' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 139 ;
|
||||
}
|
||||
#coefficient of horizontal diffusion
|
||||
'm**2 s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 150 ;
|
||||
}
|
||||
#Maximum wind velocity
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 201 ;
|
||||
parameterNumber = 187 ;
|
||||
}
|
||||
#water content of interception store
|
||||
'kg m**-2' = {
|
||||
discipline = 192 ;
|
||||
|
|
|
@ -620,128 +620,128 @@
|
|||
parameterCategory = 162 ;
|
||||
parameterNumber = 51 ;
|
||||
}
|
||||
#Vertical integral of temperature
|
||||
'Vertical integral of temperature' = {
|
||||
#Total column vertically-integrated temperature
|
||||
'Total column vertically-integrated temperature' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 54 ;
|
||||
}
|
||||
#Vertical integral of cloud liquid water
|
||||
'Vertical integral of cloud liquid water' = {
|
||||
#Total column vertically-integrated cloud liquid water
|
||||
'Total column vertically-integrated cloud liquid water' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 56 ;
|
||||
}
|
||||
#Vertical integral of cloud frozen water
|
||||
'Vertical integral of cloud frozen water' = {
|
||||
#Total column vertically-integrated cloud frozen water
|
||||
'Total column vertically-integrated cloud frozen water' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 57 ;
|
||||
}
|
||||
#Vertical integral of ozone
|
||||
'Vertical integral of ozone' = {
|
||||
#Total column vertically-integrated ozone
|
||||
'Total column vertically-integrated ozone' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 58 ;
|
||||
}
|
||||
#Vertical integral of energy conversion
|
||||
'Vertical integral of energy conversion' = {
|
||||
#Total column vertically-integrated energy conversion
|
||||
'Total column vertically-integrated energy conversion' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 64 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
'Vertical integral of eastward mass flux' = {
|
||||
#Total column vertically-integrated eastward mass flux
|
||||
'Total column vertically-integrated eastward mass flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 65 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
'Vertical integral of northward mass flux' = {
|
||||
#Total column vertically-integrated northward mass flux
|
||||
'Total column vertically-integrated northward mass flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 66 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
'Vertical integral of eastward kinetic energy flux' = {
|
||||
#Total column vertically-integrated eastward kinetic energy flux
|
||||
'Total column vertically-integrated eastward kinetic energy flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
'Vertical integral of northward kinetic energy flux' = {
|
||||
#Total column vertically-integrated northward kinetic energy flux
|
||||
'Total column vertically-integrated northward kinetic energy flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
'Vertical integral of eastward geopotential flux' = {
|
||||
#Total column vertically-integrated eastward geopotential flux
|
||||
'Total column vertically-integrated eastward geopotential flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 73 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
'Vertical integral of northward geopotential flux' = {
|
||||
#Total column vertically-integrated northward geopotential flux
|
||||
'Total column vertically-integrated northward geopotential flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'Vertical integral of eastward total energy flux' = {
|
||||
#Total column vertically-integrated eastward total energy flux
|
||||
'Total column vertically-integrated eastward total energy flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'Vertical integral of northward total energy flux' = {
|
||||
#Total column vertically-integrated northward total energy flux
|
||||
'Total column vertically-integrated northward total energy flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 76 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
'Vertical integral of eastward ozone flux' = {
|
||||
#Total column vertically-integrated eastward ozone flux
|
||||
'Total column vertically-integrated eastward ozone flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 77 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
'Vertical integral of northward ozone flux' = {
|
||||
#Total column vertically-integrated northward ozone flux
|
||||
'Total column vertically-integrated northward ozone flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 78 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
'Vertical integral of divergence of mass flux' = {
|
||||
#Total column vertically-integrated divergence of mass flux
|
||||
'Total column vertically-integrated divergence of mass flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 81 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
'Vertical integral of divergence of kinetic energy flux' = {
|
||||
#Total column vertically-integrated divergence of kinetic energy flux
|
||||
'Total column vertically-integrated divergence of kinetic energy flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 82 ;
|
||||
}
|
||||
#Vertical integral of divergence of thermal energy flux
|
||||
'Vertical integral of divergence of thermal energy flux' = {
|
||||
#Total column vertically-integrated divergence of thermal energy flux
|
||||
'Total column vertically-integrated divergence of thermal energy flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 83 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
'Vertical integral of divergence of geopotential flux' = {
|
||||
#Total column vertically-integrated divergence of geopotential flux
|
||||
'Total column vertically-integrated divergence of geopotential flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'Vertical integral of divergence of total energy flux' = {
|
||||
#Total column vertically-integrated divergence of total energy flux
|
||||
'Total column vertically-integrated divergence of total energy flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 86 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
'Vertical integral of divergence of ozone flux' = {
|
||||
#Total column vertically-integrated divergence of ozone flux
|
||||
'Total column vertically-integrated divergence of ozone flux' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 87 ;
|
||||
|
|
|
@ -620,127 +620,127 @@
|
|||
parameterCategory = 162 ;
|
||||
parameterNumber = 51 ;
|
||||
}
|
||||
#Vertical integral of temperature
|
||||
#Total column vertically-integrated temperature
|
||||
'162054' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 54 ;
|
||||
}
|
||||
#Vertical integral of cloud liquid water
|
||||
#Total column vertically-integrated cloud liquid water
|
||||
'162056' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 56 ;
|
||||
}
|
||||
#Vertical integral of cloud frozen water
|
||||
#Total column vertically-integrated cloud frozen water
|
||||
'162057' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 57 ;
|
||||
}
|
||||
#Vertical integral of ozone
|
||||
#Total column vertically-integrated ozone
|
||||
'162058' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 58 ;
|
||||
}
|
||||
#Vertical integral of energy conversion
|
||||
#Total column vertically-integrated energy conversion
|
||||
'162064' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 64 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
#Total column vertically-integrated eastward mass flux
|
||||
'162065' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 65 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
#Total column vertically-integrated northward mass flux
|
||||
'162066' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 66 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
#Total column vertically-integrated eastward kinetic energy flux
|
||||
'162067' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
#Total column vertically-integrated northward kinetic energy flux
|
||||
'162068' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
#Total column vertically-integrated eastward geopotential flux
|
||||
'162073' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 73 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
#Total column vertically-integrated northward geopotential flux
|
||||
'162074' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
#Total column vertically-integrated eastward total energy flux
|
||||
'162075' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
#Total column vertically-integrated northward total energy flux
|
||||
'162076' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 76 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
#Total column vertically-integrated eastward ozone flux
|
||||
'162077' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 77 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
#Total column vertically-integrated northward ozone flux
|
||||
'162078' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 78 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
#Total column vertically-integrated divergence of mass flux
|
||||
'162081' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 81 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
#Total column vertically-integrated divergence of kinetic energy flux
|
||||
'162082' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 82 ;
|
||||
}
|
||||
#Vertical integral of divergence of thermal energy flux
|
||||
#Total column vertically-integrated divergence of thermal energy flux
|
||||
'162083' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 83 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
#Total column vertically-integrated divergence of geopotential flux
|
||||
'162085' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
#Total column vertically-integrated divergence of total energy flux
|
||||
'162086' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 86 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
#Total column vertically-integrated divergence of ozone flux
|
||||
'162087' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
|
|
|
@ -620,127 +620,127 @@
|
|||
parameterCategory = 162 ;
|
||||
parameterNumber = 51 ;
|
||||
}
|
||||
#Vertical integral of temperature
|
||||
#Total column vertically-integrated temperature
|
||||
'vit' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 54 ;
|
||||
}
|
||||
#Vertical integral of cloud liquid water
|
||||
#Total column vertically-integrated cloud liquid water
|
||||
'vilw' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 56 ;
|
||||
}
|
||||
#Vertical integral of cloud frozen water
|
||||
#Total column vertically-integrated cloud frozen water
|
||||
'viiw' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 57 ;
|
||||
}
|
||||
#Vertical integral of ozone
|
||||
#Total column vertically-integrated ozone
|
||||
'vioz' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 58 ;
|
||||
}
|
||||
#Vertical integral of energy conversion
|
||||
#Total column vertically-integrated energy conversion
|
||||
'viec' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 64 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
#Total column vertically-integrated eastward mass flux
|
||||
'vimae' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 65 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
#Total column vertically-integrated northward mass flux
|
||||
'viman' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 66 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
#Total column vertically-integrated eastward kinetic energy flux
|
||||
'vikee' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
#Total column vertically-integrated northward kinetic energy flux
|
||||
'viken' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
#Total column vertically-integrated eastward geopotential flux
|
||||
'vige' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 73 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
#Total column vertically-integrated northward geopotential flux
|
||||
'vign' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
'vitoee' = {
|
||||
#Total column vertically-integrated eastward total energy flux
|
||||
'vitee' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
'vitoen' = {
|
||||
#Total column vertically-integrated northward total energy flux
|
||||
'viten' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 76 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
#Total column vertically-integrated eastward ozone flux
|
||||
'vioze' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 77 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
#Total column vertically-integrated northward ozone flux
|
||||
'viozn' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 78 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
#Total column vertically-integrated divergence of mass flux
|
||||
'vimad' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 81 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
#Total column vertically-integrated divergence of kinetic energy flux
|
||||
'viked' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 82 ;
|
||||
}
|
||||
#Vertical integral of divergence of thermal energy flux
|
||||
#Total column vertically-integrated divergence of thermal energy flux
|
||||
'vithed' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 83 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
#Total column vertically-integrated divergence of geopotential flux
|
||||
'vigd' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
'vitoed' = {
|
||||
#Total column vertically-integrated divergence of total energy flux
|
||||
'vited' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 86 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
#Total column vertically-integrated divergence of ozone flux
|
||||
'viozd' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
|
|
|
@ -620,127 +620,127 @@
|
|||
parameterCategory = 162 ;
|
||||
parameterNumber = 51 ;
|
||||
}
|
||||
#Vertical integral of temperature
|
||||
#Total column vertically-integrated temperature
|
||||
'K kg m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 54 ;
|
||||
}
|
||||
#Vertical integral of cloud liquid water
|
||||
#Total column vertically-integrated cloud liquid water
|
||||
'kg m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 56 ;
|
||||
}
|
||||
#Vertical integral of cloud frozen water
|
||||
#Total column vertically-integrated cloud frozen water
|
||||
'kg m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 57 ;
|
||||
}
|
||||
#Vertical integral of ozone
|
||||
#Total column vertically-integrated ozone
|
||||
'kg m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 58 ;
|
||||
}
|
||||
#Vertical integral of energy conversion
|
||||
#Total column vertically-integrated energy conversion
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 64 ;
|
||||
}
|
||||
#Vertical integral of eastward mass flux
|
||||
#Total column vertically-integrated eastward mass flux
|
||||
'kg m**-1 s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 65 ;
|
||||
}
|
||||
#Vertical integral of northward mass flux
|
||||
#Total column vertically-integrated northward mass flux
|
||||
'kg m**-1 s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 66 ;
|
||||
}
|
||||
#Vertical integral of eastward kinetic energy flux
|
||||
#Total column vertically-integrated eastward kinetic energy flux
|
||||
'W m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 67 ;
|
||||
}
|
||||
#Vertical integral of northward kinetic energy flux
|
||||
#Total column vertically-integrated northward kinetic energy flux
|
||||
'W m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 68 ;
|
||||
}
|
||||
#Vertical integral of eastward geopotential flux
|
||||
#Total column vertically-integrated eastward geopotential flux
|
||||
'W m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 73 ;
|
||||
}
|
||||
#Vertical integral of northward geopotential flux
|
||||
#Total column vertically-integrated northward geopotential flux
|
||||
'W m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 74 ;
|
||||
}
|
||||
#Vertical integral of eastward total energy flux
|
||||
#Total column vertically-integrated eastward total energy flux
|
||||
'W m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 75 ;
|
||||
}
|
||||
#Vertical integral of northward total energy flux
|
||||
#Total column vertically-integrated northward total energy flux
|
||||
'W m**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 76 ;
|
||||
}
|
||||
#Vertical integral of eastward ozone flux
|
||||
#Total column vertically-integrated eastward ozone flux
|
||||
'kg m**-1 s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 77 ;
|
||||
}
|
||||
#Vertical integral of northward ozone flux
|
||||
#Total column vertically-integrated northward ozone flux
|
||||
'kg m**-1 s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 78 ;
|
||||
}
|
||||
#Vertical integral of divergence of mass flux
|
||||
#Total column vertically-integrated divergence of mass flux
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 81 ;
|
||||
}
|
||||
#Vertical integral of divergence of kinetic energy flux
|
||||
#Total column vertically-integrated divergence of kinetic energy flux
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 82 ;
|
||||
}
|
||||
#Vertical integral of divergence of thermal energy flux
|
||||
#Total column vertically-integrated divergence of thermal energy flux
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 83 ;
|
||||
}
|
||||
#Vertical integral of divergence of geopotential flux
|
||||
#Total column vertically-integrated divergence of geopotential flux
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 85 ;
|
||||
}
|
||||
#Vertical integral of divergence of total energy flux
|
||||
#Total column vertically-integrated divergence of total energy flux
|
||||
'W m**-2' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
parameterNumber = 86 ;
|
||||
}
|
||||
#Vertical integral of divergence of ozone flux
|
||||
#Total column vertically-integrated divergence of ozone flux
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 162 ;
|
||||
|
|
|
@ -330,7 +330,6 @@
|
|||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'Accumulated Carbon Dioxide Gross Primary Production' = {
|
||||
|
@ -339,7 +338,6 @@
|
|||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'Accumulated Carbon Dioxide Ecosystem Respiration' = {
|
||||
|
@ -348,31 +346,27 @@
|
|||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
'Flux of Carbon Dioxide Net Ecosystem Exchange' = {
|
||||
#Carbon dioxide net ecosystem exchange flux
|
||||
'Carbon dioxide net ecosystem exchange flux' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
'Flux of Carbon Dioxide Gross Primary Production' = {
|
||||
#Carbon dioxide gross primary production flux
|
||||
'Carbon dioxide gross primary production flux' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
'Flux of Carbon Dioxide Ecosystem Respiration' = {
|
||||
#Carbon dioxide ecosystem respiration flux
|
||||
'Carbon dioxide ecosystem respiration flux' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated freezing rain
|
||||
'Accumulated freezing rain' = {
|
||||
|
@ -392,8 +386,8 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated eastward ozone flux
|
||||
'Time integrated, vertically integrated eastward ozone flux' = {
|
||||
#Time-integrated total column vertically-integrated eastward ozone flux
|
||||
'Time-integrated total column vertically-integrated eastward ozone flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 78 ;
|
||||
|
@ -401,10 +395,9 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated northward ozone flux
|
||||
'Time integrated, vertically integrated northward ozone flux' = {
|
||||
#Time-integrated total column vertically-integrated northward ozone flux
|
||||
'Time-integrated total column vertically-integrated northward ozone flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 79 ;
|
||||
|
@ -412,10 +405,9 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated divergence of ozone flux
|
||||
'Time integrated, vertically integrated divergence of ozone flux' = {
|
||||
#Time-integrated total column vertically-integrated divergence of ozone flux
|
||||
'Time-integrated total column vertically-integrated divergence of ozone flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 80 ;
|
||||
|
@ -423,10 +415,9 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated net source of ozone
|
||||
'Time integrated, vertically integrated net source of ozone' = {
|
||||
#Time-integrated total column vertically-integrated net source of ozone
|
||||
'Time-integrated total column vertically-integrated net source of ozone' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 81 ;
|
||||
|
@ -434,7 +425,6 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide net ecosystem exchange flux
|
||||
'Mean carbon dioxide net ecosystem exchange flux' = {
|
||||
|
@ -443,7 +433,6 @@
|
|||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide gross primary production flux
|
||||
'Mean carbon dioxide gross primary production flux' = {
|
||||
|
@ -452,7 +441,6 @@
|
|||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide ecosystem respiration flux
|
||||
'Mean carbon dioxide ecosystem respiration flux' = {
|
||||
|
@ -461,7 +449,6 @@
|
|||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time-mean logarithm of surface pressure
|
||||
'Time-mean logarithm of surface pressure' = {
|
||||
|
|
|
@ -330,7 +330,6 @@
|
|||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'228081' = {
|
||||
|
@ -339,7 +338,6 @@
|
|||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'228082' = {
|
||||
|
@ -348,31 +346,27 @@
|
|||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
#Carbon dioxide net ecosystem exchange flux
|
||||
'228083' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
#Carbon dioxide gross primary production flux
|
||||
'228084' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
#Carbon dioxide ecosystem respiration flux
|
||||
'228085' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated freezing rain
|
||||
'228216' = {
|
||||
|
@ -392,7 +386,7 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated eastward ozone flux
|
||||
#Time-integrated total column vertically-integrated eastward ozone flux
|
||||
'233032' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -401,9 +395,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated northward ozone flux
|
||||
#Time-integrated total column vertically-integrated northward ozone flux
|
||||
'233033' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -412,9 +405,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated divergence of ozone flux
|
||||
#Time-integrated total column vertically-integrated divergence of ozone flux
|
||||
'233034' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -423,9 +415,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated net source of ozone
|
||||
#Time-integrated total column vertically-integrated net source of ozone
|
||||
'233035' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -434,7 +425,6 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide net ecosystem exchange flux
|
||||
'235062' = {
|
||||
|
@ -443,7 +433,6 @@
|
|||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide gross primary production flux
|
||||
'235063' = {
|
||||
|
@ -452,7 +441,6 @@
|
|||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide ecosystem respiration flux
|
||||
'235064' = {
|
||||
|
@ -461,7 +449,6 @@
|
|||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time-mean logarithm of surface pressure
|
||||
'235152' = {
|
||||
|
|
|
@ -330,7 +330,6 @@
|
|||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'aco2gpp' = {
|
||||
|
@ -339,7 +338,6 @@
|
|||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'aco2rec' = {
|
||||
|
@ -348,31 +346,27 @@
|
|||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
#Carbon dioxide net ecosystem exchange flux
|
||||
'fco2nee' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
#Carbon dioxide gross primary production flux
|
||||
'fco2gpp' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
#Carbon dioxide ecosystem respiration flux
|
||||
'fco2rec' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated freezing rain
|
||||
'fzra' = {
|
||||
|
@ -392,7 +386,7 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated eastward ozone flux
|
||||
#Time-integrated total column vertically-integrated eastward ozone flux
|
||||
'tvioze' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -401,9 +395,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated northward ozone flux
|
||||
#Time-integrated total column vertically-integrated northward ozone flux
|
||||
'tviozn' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -412,9 +405,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated divergence of ozone flux
|
||||
#Time-integrated total column vertically-integrated divergence of ozone flux
|
||||
'tviozd' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -423,9 +415,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated net source of ozone
|
||||
#Time-integrated total column vertically-integrated net source of ozone
|
||||
'tvions' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -434,7 +425,6 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide net ecosystem exchange flux
|
||||
'mcdneef' = {
|
||||
|
@ -443,7 +433,6 @@
|
|||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide gross primary production flux
|
||||
'mcdgppf' = {
|
||||
|
@ -452,7 +441,6 @@
|
|||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide ecosystem respiration flux
|
||||
'mcderf' = {
|
||||
|
@ -461,7 +449,6 @@
|
|||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time-mean logarithm of surface pressure
|
||||
'avg_lnsp' = {
|
||||
|
|
|
@ -330,7 +330,6 @@
|
|||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'kg m**-2' = {
|
||||
|
@ -339,7 +338,6 @@
|
|||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'kg m**-2' = {
|
||||
|
@ -348,31 +346,27 @@
|
|||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
#Carbon dioxide net ecosystem exchange flux
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
#Carbon dioxide gross primary production flux
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
#Carbon dioxide ecosystem respiration flux
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Accumulated freezing rain
|
||||
'm' = {
|
||||
|
@ -392,7 +386,7 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated eastward ozone flux
|
||||
#Time-integrated total column vertically-integrated eastward ozone flux
|
||||
'kg m**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -401,9 +395,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated northward ozone flux
|
||||
#Time-integrated total column vertically-integrated northward ozone flux
|
||||
'kg m**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -412,9 +405,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated divergence of ozone flux
|
||||
#Time-integrated total column vertically-integrated divergence of ozone flux
|
||||
'kg m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -423,9 +415,8 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time integrated, vertically integrated net source of ozone
|
||||
#Time-integrated total column vertically-integrated net source of ozone
|
||||
'kg m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
|
@ -434,7 +425,6 @@
|
|||
typeOfSecondFixedSurface = 8 ;
|
||||
constituentType = 0 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide net ecosystem exchange flux
|
||||
'kg m**-2 s**-1' = {
|
||||
|
@ -443,7 +433,6 @@
|
|||
parameterNumber = 59 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide gross primary production flux
|
||||
'kg m**-2 s**-1' = {
|
||||
|
@ -452,7 +441,6 @@
|
|||
parameterNumber = 60 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Mean carbon dioxide ecosystem respiration flux
|
||||
'kg m**-2 s**-1' = {
|
||||
|
@ -461,7 +449,6 @@
|
|||
parameterNumber = 61 ;
|
||||
constituentType = 3 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#Time-mean logarithm of surface pressure
|
||||
'Numeric' = {
|
||||
|
|
|
@ -143,14 +143,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 193 ;
|
||||
}
|
||||
#Zonal flux of gravity wave stress
|
||||
'Zonal flux of gravity wave stress' = {
|
||||
#Instantaneous eastward gravity wave surface stress
|
||||
'Instantaneous eastward gravity wave surface stress' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 194 ;
|
||||
}
|
||||
#Meridional flux of gravity wave stress
|
||||
'Meridional flux of gravity wave stress' = {
|
||||
#Instantaneous northward gravity wave surface stress
|
||||
'Instantaneous northward gravity wave surface stress' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 195 ;
|
||||
|
@ -161,14 +161,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Downward short-wave radiation flux
|
||||
'Downward short-wave radiation flux' = {
|
||||
#Surface downward short-wave radiation flux
|
||||
'Surface downward short-wave radiation flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 4 ;
|
||||
parameterNumber = 192 ;
|
||||
}
|
||||
#Upward short-wave radiation flux
|
||||
'Upward short-wave radiation flux' = {
|
||||
#Surface upward short-wave radiation flux
|
||||
'Surface upward short-wave radiation flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 4 ;
|
||||
parameterNumber = 193 ;
|
||||
|
@ -179,14 +179,14 @@
|
|||
parameterCategory = 7 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Downward long-wave radiation flux
|
||||
'Downward long-wave radiation flux' = {
|
||||
#Surface downward long-wave radiation flux
|
||||
'Surface downward long-wave radiation flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 5 ;
|
||||
parameterNumber = 192 ;
|
||||
}
|
||||
#Upward long-wave radiation flux
|
||||
'Upward long-wave radiation flux' = {
|
||||
#Surface upward long-wave radiation flux
|
||||
'Surface upward long-wave radiation flux' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 5 ;
|
||||
parameterNumber = 193 ;
|
||||
|
|
|
@ -143,13 +143,13 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 193 ;
|
||||
}
|
||||
#Zonal flux of gravity wave stress
|
||||
#Instantaneous eastward gravity wave surface stress
|
||||
'260081' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 194 ;
|
||||
}
|
||||
#Meridional flux of gravity wave stress
|
||||
#Instantaneous northward gravity wave surface stress
|
||||
'260082' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
|
@ -161,13 +161,13 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Downward short-wave radiation flux
|
||||
#Surface downward short-wave radiation flux
|
||||
'260087' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 4 ;
|
||||
parameterNumber = 192 ;
|
||||
}
|
||||
#Upward short-wave radiation flux
|
||||
#Surface upward short-wave radiation flux
|
||||
'260088' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 4 ;
|
||||
|
@ -179,13 +179,13 @@
|
|||
parameterCategory = 7 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Downward long-wave radiation flux
|
||||
#Surface downward long-wave radiation flux
|
||||
'260097' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 5 ;
|
||||
parameterNumber = 192 ;
|
||||
}
|
||||
#Upward long-wave radiation flux
|
||||
#Surface upward long-wave radiation flux
|
||||
'260098' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 5 ;
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
parameterNumber = 195 ;
|
||||
}
|
||||
#Convective precipitation rate
|
||||
'cprat' = {
|
||||
'cpr' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
|
@ -143,14 +143,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 193 ;
|
||||
}
|
||||
#Zonal flux of gravity wave stress
|
||||
'u-gwd' = {
|
||||
#Instantaneous eastward gravity wave surface stress
|
||||
'iegwss' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 194 ;
|
||||
}
|
||||
#Meridional flux of gravity wave stress
|
||||
'v-gwd' = {
|
||||
#Instantaneous northward gravity wave surface stress
|
||||
'ingwss' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 195 ;
|
||||
|
@ -161,14 +161,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Downward short-wave radiation flux
|
||||
'dswrf' = {
|
||||
#Surface downward short-wave radiation flux
|
||||
'sdswrf' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 4 ;
|
||||
parameterNumber = 192 ;
|
||||
}
|
||||
#Upward short-wave radiation flux
|
||||
'uswrf' = {
|
||||
#Surface upward short-wave radiation flux
|
||||
'suswrf' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 4 ;
|
||||
parameterNumber = 193 ;
|
||||
|
@ -179,14 +179,14 @@
|
|||
parameterCategory = 7 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Downward long-wave radiation flux
|
||||
'dlwrf' = {
|
||||
#Surface downward long-wave radiation flux
|
||||
'sdlwrf' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 5 ;
|
||||
parameterNumber = 192 ;
|
||||
}
|
||||
#Upward long-wave radiation flux
|
||||
'ulwrf' = {
|
||||
#Surface upward long-wave radiation flux
|
||||
'sulwrf' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 5 ;
|
||||
parameterNumber = 193 ;
|
||||
|
|
|
@ -143,13 +143,13 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 193 ;
|
||||
}
|
||||
#Zonal flux of gravity wave stress
|
||||
#Instantaneous eastward gravity wave surface stress
|
||||
'N m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 194 ;
|
||||
}
|
||||
#Meridional flux of gravity wave stress
|
||||
#Instantaneous northward gravity wave surface stress
|
||||
'N m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
|
@ -161,13 +161,13 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Downward short-wave radiation flux
|
||||
#Surface downward short-wave radiation flux
|
||||
'W m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 4 ;
|
||||
parameterNumber = 192 ;
|
||||
}
|
||||
#Upward short-wave radiation flux
|
||||
#Surface upward short-wave radiation flux
|
||||
'W m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 4 ;
|
||||
|
@ -179,13 +179,13 @@
|
|||
parameterCategory = 7 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Downward long-wave radiation flux
|
||||
#Surface downward long-wave radiation flux
|
||||
'W m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 5 ;
|
||||
parameterNumber = 192 ;
|
||||
}
|
||||
#Upward long-wave radiation flux
|
||||
#Surface upward long-wave radiation flux
|
||||
'W m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 5 ;
|
||||
|
|
|
@ -367,6 +367,15 @@
|
|||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Total column vertically-integrated graupel (snow pellets)
|
||||
'Total column vertically-integrated graupel (snow pellets)' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 74 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Precipitation type
|
||||
'Precipitation type' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -367,6 +367,15 @@
|
|||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Total column vertically-integrated graupel (snow pellets)
|
||||
'260001' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 74 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Precipitation type
|
||||
'260015' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -367,6 +367,15 @@
|
|||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Total column vertically-integrated graupel (snow pellets)
|
||||
'tcolg' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 74 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Precipitation type
|
||||
'ptype' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -367,6 +367,15 @@
|
|||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Total column vertically-integrated graupel (snow pellets)
|
||||
'kg m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 74 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Precipitation type
|
||||
'(Code table 4.201)' = {
|
||||
discipline = 0 ;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -14,11 +14,42 @@
|
|||
'chemical_srcsink_deterministic_statistically_processed' = {productDefinitionTemplateNumber=78;}
|
||||
'chemical_srcsink_ensemble_statistically_processed' = {productDefinitionTemplateNumber=79;}
|
||||
|
||||
|
||||
'aerosol_optical_deterministic_instantaneous' = {productDefinitionTemplateNumber=48;}
|
||||
'aerosol_optical_ensemble_instantaneous' = {productDefinitionTemplateNumber=49;}
|
||||
|
||||
'aerosol_deterministic_instantaneous' = {productDefinitionTemplateNumber=50;}
|
||||
'aerosol_deterministic_statistically_processed' = {productDefinitionTemplateNumber=46;}
|
||||
'aerosol_ensemble_instantaneous' = {productDefinitionTemplateNumber=45;}
|
||||
'aerosol_ensemble_statistically_processed' = {productDefinitionTemplateNumber=85;}
|
||||
|
||||
'postproc_deterministic_instantaneous' = {productDefinitionTemplateNumber=70;}
|
||||
'postproc_ensemble_instantaneous' = {productDefinitionTemplateNumber=71;}
|
||||
'postproc_deterministic_statistically_processed' = {productDefinitionTemplateNumber=72;}
|
||||
'postproc_ensemble_statistically_processed' = {productDefinitionTemplateNumber=73;}
|
||||
|
||||
'quantile_forecast_instantaneous' = {productDefinitionTemplateNumber=86;}
|
||||
'quantile_forecast_statistically_processed' = {productDefinitionTemplateNumber=87;}
|
||||
|
||||
'postproc_quantile_forecast_instantaneous' = {productDefinitionTemplateNumber=89;}
|
||||
'postproc_quantile_forecast_statistically_processed' = {productDefinitionTemplateNumber=90;}
|
||||
|
||||
'wavespectra_list_deterministic_instantaneous' = {productDefinitionTemplateNumber=99;}
|
||||
'wavespectra_list_ensemble_instantaneous' = {productDefinitionTemplateNumber=100;}
|
||||
|
||||
'wavespectra_formulae_deterministic_instantaneous' = {productDefinitionTemplateNumber=101;}
|
||||
'wavespectra_formulae_ensemble_instantaneous' = {productDefinitionTemplateNumber=102;}
|
||||
|
||||
'waves_period_range_deterministic_instantaneous' = {productDefinitionTemplateNumber=103;}
|
||||
'waves_period_range_ensemble_instantaneous' = {productDefinitionTemplateNumber=104;}
|
||||
|
||||
|
||||
'referencePeriod_relation_deterministic_instantaneous' = {productDefinitionTemplateNumber=105;}
|
||||
'referencePeriod_relation_ensemble_instantaneous' = {productDefinitionTemplateNumber=106;}
|
||||
'referencePeriod_relation_derived_instantaneous' = {productDefinitionTemplateNumber=107;}
|
||||
'referencePeriod_relation_probability_instantaneous' = {productDefinitionTemplateNumber=112;}
|
||||
|
||||
'probability_forecast_instantaneous' = {productDefinitionTemplateNumber=5;}
|
||||
'probability_forecast_statistically_processed' = {productDefinitionTemplateNumber=9;}
|
||||
|
||||
'categorical_forecast_instantaneous' = {productDefinitionTemplateNumber=51;}
|
||||
'categorical_forecast_statistically_processed' = {productDefinitionTemplateNumber=91;}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -13,7 +13,7 @@ program read_bytes
|
|||
integer :: ifile
|
||||
integer :: intsize
|
||||
parameter(intsize=10000)
|
||||
character, dimension(intsize) :: bufferChar
|
||||
character, dimension(intsize) :: bufferChar = ''
|
||||
character(len=32) :: input_grib_file = '../../data/v.grib2'
|
||||
|
||||
call codes_open_file(ifile, input_grib_file, 'r')
|
||||
|
|
|
@ -12,7 +12,7 @@ program grib_sections_copy
|
|||
implicit none
|
||||
|
||||
integer :: igrib_a, igrib_b, igrib_c, iret
|
||||
character(len=40) :: error_message
|
||||
character(len=40) :: error_message = ''
|
||||
|
||||
call codes_grib_new_from_samples(igrib_a, 'regular_ll_sfc_grib1')
|
||||
call codes_grib_new_from_samples(igrib_b, 'reduced_gg_pl_640_grib1')
|
||||
|
|
|
@ -2766,9 +2766,9 @@
|
|||
end subroutine codes_skip_read_only
|
||||
|
||||
!> Set debug mode
|
||||
subroutine codes_set_debug(mode)
|
||||
integer(kind=kindOfInt), intent(in) :: mode
|
||||
call grib_set_debug(mode)
|
||||
subroutine codes_set_debug(dmode)
|
||||
integer(kind=kindOfInt), intent(in) :: dmode
|
||||
call grib_set_debug(dmode)
|
||||
end subroutine codes_set_debug
|
||||
|
||||
!> Set the definition path
|
||||
|
|
|
@ -3178,9 +3178,9 @@
|
|||
end subroutine grib_skip_read_only
|
||||
|
||||
!> Set debug mode
|
||||
subroutine grib_set_debug(mode)
|
||||
integer(kind=kindOfInt), intent(in) :: mode
|
||||
call grib_f_set_debug(mode)
|
||||
subroutine grib_set_debug(dmode)
|
||||
integer(kind=kindOfInt), intent(in) :: dmode
|
||||
call grib_f_set_debug(dmode)
|
||||
end subroutine grib_set_debug
|
||||
|
||||
|
||||
|
|
|
@ -2893,10 +2893,11 @@ int codes_f_bufr_multi_element_constant_arrays_off_(void)
|
|||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void grib_f_set_debug_(int mode)
|
||||
void grib_f_set_debug_(int* dmode)
|
||||
{
|
||||
Assert(dmode);
|
||||
grib_context* c = grib_context_get_default();
|
||||
grib_context_set_debug(c, mode);
|
||||
grib_context_set_debug(c, *dmode);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
@ -309,7 +309,7 @@ int grib_f_multi_append__(int *ingid, int *sec, int *mgid);
|
|||
int codes_f_bufr_keys_iterator_new_(int* gid,int* iterid);
|
||||
int grib_f_read_file_(int* fid, void* buffer, size_t* nbytes);
|
||||
int codes_f_bufr_keys_iterator_delete_(int* iterid);
|
||||
void grib_f_set_debug_(int mode);
|
||||
void grib_f_set_debug_(int* mode);
|
||||
int grib_f_set_definitions_path_(char* path, int len);
|
||||
int grib_f_read_any_from_file_(int* fid, void* buffer, size_t* nbytes);
|
||||
int any_f_new_from_file_(int* fid, int* gid);
|
||||
|
|
|
@ -748,8 +748,15 @@ static int unpack_real(grib_accessor* a, T* val, size_t* len)
|
|||
mmax++;
|
||||
}
|
||||
|
||||
Assert(*len >= i);
|
||||
*len = i;
|
||||
//Assert(*len >= i);
|
||||
if (*len < i) {
|
||||
grib_context_log(a->context, GRIB_LOG_ERROR, "%s::%s: Invalid values *len=%zu and i=%zu.",
|
||||
cclass_name, __func__, *len, i);
|
||||
grib_context_log(a->context, GRIB_LOG_ERROR, "Make sure your array is large enough.");
|
||||
ret = GRIB_ARRAY_TOO_SMALL;
|
||||
} else {
|
||||
*len = i;
|
||||
}
|
||||
|
||||
grib_context_free(a->context_, scals);
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ public:
|
|||
void init(const long, grib_arguments*) override;
|
||||
|
||||
private:
|
||||
const char* century_;
|
||||
const char* year_;
|
||||
const char* month_;
|
||||
const char* day_;
|
||||
|
|
|
@ -164,6 +164,7 @@ if( HAVE_BUILD_TOOLS )
|
|||
grib_spectral
|
||||
grib_levtype
|
||||
grib_typeOfLevel
|
||||
grib2_product_templates
|
||||
grib_grid_unstructured
|
||||
grib_grid_lambert_conformal
|
||||
grib_grid_polar_stereographic
|
||||
|
|
|
@ -339,6 +339,18 @@ set -e
|
|||
[ $status -eq 1 ]
|
||||
grep -q "Summary of different key values" $fLog
|
||||
|
||||
# More messages in 2nd file
|
||||
count1=$(${tools_dir}/bufr_count syno_4.bufr)
|
||||
count2=$(${tools_dir}/bufr_count syno_multi.bufr)
|
||||
[ $count1 = 1 ]
|
||||
[ $count2 = 3 ]
|
||||
set +e
|
||||
${tools_dir}/bufr_compare -f syno_4.bufr syno_multi.bufr > $fLog 2>&1
|
||||
status=$?
|
||||
set -e
|
||||
[ $status -eq 1 ]
|
||||
grep -q "Different number of messages" $fLog
|
||||
|
||||
|
||||
# ----------------------------------------
|
||||
# Unreadable message
|
||||
|
|
|
@ -18,12 +18,12 @@ tempOut=temp.$label.txt
|
|||
|
||||
for file in `find ${ECCODES_DEFINITION_PATH}/ -name '*.def' -print | grep -v grib3/ | grep -v metar/ | grep -v taf/`
|
||||
do
|
||||
${tools_dir}/codes_parser $file > $REDIRECT
|
||||
${bin_dir}/codes_parser $file > $REDIRECT
|
||||
done
|
||||
|
||||
# Try an invalid input
|
||||
set +e
|
||||
echo 'transient xx=1' | ${tools_dir}/codes_parser - 2>$tempOut
|
||||
echo 'transient xx=1' | ${bin_dir}/codes_parser - 2>$tempOut
|
||||
status=$?
|
||||
set -e
|
||||
[ $status -ne 0 ]
|
||||
|
|
|
@ -0,0 +1,58 @@
|
|||
#!/bin/sh
|
||||
# (C) Copyright 2005- ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
. ./include.ctest.sh
|
||||
|
||||
label="grib2_product_templates_test"
|
||||
tempText=temp.$label.txt
|
||||
tempGribA=temp.$label.A.grib
|
||||
tempGribB=temp.$label.B.grib
|
||||
|
||||
if [ ! -d "$ECCODES_DEFINITION_PATH" ]; then
|
||||
echo "Test $0 disabled. No definitions directory"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
sample_g2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
def_file="$ECCODES_DEFINITION_PATH/grib2/productDefinitionTemplateConcept.def"
|
||||
|
||||
# Ensure all productDefinitionTemplateNumber values are unique
|
||||
# ------------------------------------------------------------
|
||||
rm -f $tempText
|
||||
|
||||
# uniq -d outputs a single copy of each line that is repeated in the input
|
||||
awk -F= '$0 ~ /product/ {print $3}' $def_file | tr -d ';} ' | sort -n | uniq -d > $tempText
|
||||
|
||||
if [ -s "$tempText" ]; then
|
||||
# File exists and has a size greater than zero
|
||||
echo "ERROR: Duplicate PDT number found in $def_file" >&2
|
||||
cat $tempText
|
||||
exit 1
|
||||
else
|
||||
echo "No duplicates in $def_file"
|
||||
fi
|
||||
|
||||
# Ensure all strings are unique
|
||||
# ------------------------------
|
||||
rm -f $tempText
|
||||
grep "^'" $def_file | awk -F= '{print $1}' | tr -d "' " | sort | uniq -d > $tempText
|
||||
cat $tempText
|
||||
if [ -s "$tempText" ]; then
|
||||
# File exists and has a size greater than zero
|
||||
echo "ERROR: Duplicate string found in $def_file" >&2
|
||||
cat $tempText
|
||||
exit 1
|
||||
else
|
||||
echo "No duplicates in $def_file"
|
||||
fi
|
||||
|
||||
|
||||
# Clean up
|
||||
rm -f $tempText $tempGribA $tempGribB
|
|
@ -11,6 +11,7 @@
|
|||
. ./include.ctest.sh
|
||||
|
||||
label="grib_count_test"
|
||||
tempText=temp.$label.txt
|
||||
|
||||
grib_files=`cat ${data_dir}/grib_data_files.txt`
|
||||
for file in ${grib_files}; do
|
||||
|
@ -19,6 +20,17 @@ for file in ${grib_files}; do
|
|||
${tools_dir}/grib_count $input
|
||||
done
|
||||
|
||||
# Bad input
|
||||
${tools_dir}/grib_count -f $data_dir/bad.grib
|
||||
cat $data_dir/bad.grib | ${tools_dir}/grib_count -f -
|
||||
|
||||
set +e
|
||||
${tools_dir}/grib_count $data_dir > $tempText 2>&1
|
||||
status=$?
|
||||
set -e
|
||||
[ $status -ne 0 ]
|
||||
grep -q "Is a directory" $tempText
|
||||
|
||||
# Specific files
|
||||
count=`${tools_dir}/grib_count ${data_dir}/test.grib1`
|
||||
[ $count -eq 42 ]
|
||||
|
@ -28,3 +40,6 @@ count=`${tools_dir}/grib_count ${data_dir}/mixed.grib`
|
|||
|
||||
count=`${tools_dir}/grib_count ${data_dir}/tigge_ecmwf.grib2`
|
||||
[ $count -eq 248 ]
|
||||
|
||||
# Clean up
|
||||
rm -f $tempText
|
||||
|
|
|
@ -55,5 +55,8 @@ test_conversion 172178 235039 mtnswrf
|
|||
test_conversion 172179 235040 mtnlwrf
|
||||
test_conversion 151175 262118 sc300m
|
||||
|
||||
test_conversion 72 260087 sdswrf
|
||||
test_conversion 73 260097 sdlwrf
|
||||
|
||||
# Clean up
|
||||
rm -f $tempGrib1 $tempGrib2 $tempLog
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
. ./include.ctest.sh
|
||||
|
||||
label="grib_mars_keys2_test"
|
||||
tempOut=temp.${label}.out
|
||||
tempGrib=temp.${label}.grib
|
||||
tempRef=temp.${label}.ref
|
||||
|
||||
grib1_sample=$ECCODES_SAMPLES_PATH/GRIB1.tmpl
|
||||
grib2_sample=$ECCODES_SAMPLES_PATH/reduced_gg_pl_32_grib2.tmpl
|
||||
|
@ -27,6 +29,82 @@ grib_check_key_equals $tempGrib mars.class,mars.type,mars.stream 'yt em dcwv'
|
|||
grib_check_key_equals $tempGrib marsClass:i,marsType:i,marsStream:i '18 17 1029'
|
||||
|
||||
|
||||
# Check unalias
|
||||
# -----------------
|
||||
${tools_dir}/grib_set -s stream=gfas,type=ga $grib2_sample $tempGrib
|
||||
${tools_dir}/grib_ls -jm $tempGrib > $tempOut
|
||||
cat > $tempRef << EOF
|
||||
{ "messages" : [
|
||||
{
|
||||
"domain": "g",
|
||||
"date": 20100912,
|
||||
"time": 1200,
|
||||
"expver": "0001",
|
||||
"class": "od",
|
||||
"type": "ga",
|
||||
"stream": "gfas",
|
||||
"step": 0,
|
||||
"levelist": 1000,
|
||||
"levtype": "pl",
|
||||
"param": 130
|
||||
}
|
||||
]}
|
||||
EOF
|
||||
diff $tempRef $tempOut
|
||||
|
||||
# This combo unaliases mars.levelist and mars.step
|
||||
${tools_dir}/grib_set -s stream=gfas,type=gsd $grib2_sample $tempGrib
|
||||
${tools_dir}/grib_ls -jm $tempGrib > $tempOut
|
||||
cat > $tempRef << EOF
|
||||
{ "messages" : [
|
||||
{
|
||||
"domain": "g",
|
||||
"date": 20100912,
|
||||
"time": 1200,
|
||||
"expver": "0001",
|
||||
"class": "od",
|
||||
"type": "gsd",
|
||||
"stream": "gfas",
|
||||
"param": 130
|
||||
}
|
||||
]}
|
||||
EOF
|
||||
diff $tempRef $tempOut
|
||||
${tools_dir}/grib_dump -Da $grib2_sample > $tempOut
|
||||
grep -q "g2level level = 1000 .vertical.level, mars.levelist" $tempOut
|
||||
${tools_dir}/grib_dump -Da $tempGrib > $tempOut
|
||||
set +e
|
||||
grep -w levelist $tempOut # dump should not show levelist
|
||||
status=$?
|
||||
set -e
|
||||
[ $status -ne 0 ]
|
||||
|
||||
|
||||
# GRIB1
|
||||
# This combo unaliases mars.step
|
||||
${tools_dir}/grib_set -s localDefinitionNumber=31,stream=esmm,type=em $grib1_sample $tempGrib
|
||||
${tools_dir}/grib_ls -jm $tempGrib > $tempOut
|
||||
cat > $tempRef << EOF
|
||||
{ "messages" : [
|
||||
{
|
||||
"domain": "g",
|
||||
"levtype": "pl",
|
||||
"levelist": 500,
|
||||
"time": 1200,
|
||||
"param": 129.128,
|
||||
"class": "od",
|
||||
"type": "em",
|
||||
"stream": "esmm",
|
||||
"expver": "0001",
|
||||
"fcmonth": 0,
|
||||
"date": 0
|
||||
}
|
||||
]}
|
||||
EOF
|
||||
diff $tempRef $tempOut
|
||||
|
||||
|
||||
|
||||
# Check all combinations
|
||||
# ------------------------
|
||||
i=0
|
||||
|
@ -43,5 +121,6 @@ for cfg in $ECCODES_DEFINITION_PATH/mars/grib.*.*.def; do
|
|||
done
|
||||
echo "Checked $i files"
|
||||
|
||||
|
||||
# Clean up
|
||||
rm -f $tempGrib
|
||||
rm -f $tempGrib $tempRef $tempOut
|
||||
|
|
|
@ -37,7 +37,7 @@ export ECCODES_DEFINITION_PATH
|
|||
|
||||
# binaries are in the TOP CMAKE_BINARY_DIR
|
||||
tools_dir=@CMAKE_BINARY_DIR@/bin
|
||||
tigge_dir=@CMAKE_BINARY_DIR@/bin
|
||||
bin_dir=@CMAKE_BINARY_DIR@/bin
|
||||
|
||||
# If this environment variable is set, then run the
|
||||
# executables with valgrind. See ECC-746
|
||||
|
|
Loading…
Reference in New Issue