mirror of https://github.com/ecmwf/eccodes.git
Merge branch 'hotfix/2.12.1'
This commit is contained in:
commit
ffa02faacf
|
@ -1 +1 @@
|
|||
set( ${PROJECT_NAME}_VERSION_STR "2.12.0" )
|
||||
set( ${PROJECT_NAME}_VERSION_STR "2.12.1" )
|
||||
|
|
|
@ -201,8 +201,8 @@
|
|||
200 200 AERNGTNIC Negative fixer of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
201 201 AERMSSNIF Vertically integrated mass of fine-mode nitrate aerosol (kg m**-2)
|
||||
202 202 AERMSSNIC Vertically integrated mass of coarse-mode nitrate aerosol (kg m**-2)
|
||||
203 203 AERODNIF Fine-mode nitrate aerosol optical depth at 550mn (dimensionless)
|
||||
204 204 AERODNIC Coarse-mode nitrate aerosol optical depth at 550nm (dimensionless)
|
||||
203 203 AERODNIF Fine-mode nitrate aerosol optical depth at 550 nm (dimensionless)
|
||||
204 204 AERODNIC Coarse-mode nitrate aerosol optical depth at 550 nm (dimensionless)
|
||||
205 205 AERSRCAM Source/gain of ammonium aerosol (kg m**-2 s**-1)
|
||||
206 206 AERDDPAM Dry deposition of ammonium aerosol (kg m**-2 s**-1)
|
||||
207 207 AERSDMAM Sedimentation of ammonium aerosol (kg m**-2 s**-1)
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
51 litota1 LITOTA1 Averaged total lightning flash density in the last hour (km**-2 day**-1)
|
||||
52 licgi LICGI Instantaneous cloud-to-ground lightning flash density (km**-2 day**-1)
|
||||
53 licga1 LICGA1 Averaged cloud-to-ground lightning flash density in the last hour (km**-2 day**-1)
|
||||
70 smnnob SMNNOB SMOS observed soil moisture retrieved using neural network (m**3 m**-3)
|
||||
71 smnner SMNNER SMOS observed soil moisture uncertainty retrieved using neural network (m**3 m**-3)
|
||||
72 smnnrfi SMNNRFI SMOS radio frequency interference probability (%)
|
||||
73 smnnnb SMNNNB SMOS number of observations per grid point (dimensionless)
|
||||
74 smnntim SMNNTIM SMOS observation time for the satellite soil moisture data (hour)
|
||||
78 gppbfas GPPBFAS GPP coefficient from Biogenic Flux Adjustment System (dimensionless)
|
||||
79 recbfas RECBFAS Rec coefficient from Biogenic Flux Adjustment System (dimensionless)
|
||||
80 aco2nee ACO2NEE Accumulated Carbon Dioxide Net Ecosystem Exchange (kg m**-2)
|
||||
|
|
|
@ -7134,12 +7134,12 @@
|
|||
table2Version = 215 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550mn
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'aerodnif' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 203 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550nm
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'aerodnic' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
|
@ -9614,6 +9614,31 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#SMOS observed soil moisture retrieved using neural network
|
||||
'smnnob' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#SMOS observed soil moisture uncertainty retrieved using neural network
|
||||
'smnner' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#SMOS radio frequency interference probability
|
||||
'smnnrfi' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#SMOS number of observations per grid point
|
||||
'smnnnb' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#SMOS observation time for the satellite soil moisture data
|
||||
'smnntim' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'gppbfas' = {
|
||||
table2Version = 228 ;
|
||||
|
|
|
@ -7134,13 +7134,13 @@
|
|||
table2Version = 215 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550mn
|
||||
'Fine-mode nitrate aerosol optical depth at 550mn' = {
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'Fine-mode nitrate aerosol optical depth at 550 nm' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 203 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550nm
|
||||
'Coarse-mode nitrate aerosol optical depth at 550nm' = {
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'Coarse-mode nitrate aerosol optical depth at 550 nm' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
|
@ -9614,6 +9614,31 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#SMOS observed soil moisture retrieved using neural network
|
||||
'SMOS observed soil moisture retrieved using neural network' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#SMOS observed soil moisture uncertainty retrieved using neural network
|
||||
'SMOS observed soil moisture uncertainty retrieved using neural network' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#SMOS radio frequency interference probability
|
||||
'SMOS radio frequency interference probability' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#SMOS number of observations per grid point
|
||||
'SMOS number of observations per grid point' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#SMOS observation time for the satellite soil moisture data
|
||||
'SMOS observation time for the satellite soil moisture data' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'GPP coefficient from Biogenic Flux Adjustment System' = {
|
||||
table2Version = 228 ;
|
||||
|
|
|
@ -7134,12 +7134,12 @@
|
|||
table2Version = 215 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550mn
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'215203' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 203 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550nm
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'215204' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
|
@ -9614,6 +9614,31 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#SMOS observed soil moisture retrieved using neural network
|
||||
'228070' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#SMOS observed soil moisture uncertainty retrieved using neural network
|
||||
'228071' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#SMOS radio frequency interference probability
|
||||
'228072' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#SMOS number of observations per grid point
|
||||
'228073' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#SMOS observation time for the satellite soil moisture data
|
||||
'228074' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'228078' = {
|
||||
table2Version = 228 ;
|
||||
|
|
|
@ -7134,12 +7134,12 @@
|
|||
table2Version = 215 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550mn
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'aerodnif' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 203 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550nm
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'aerodnic' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
|
@ -9614,6 +9614,31 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#SMOS observed soil moisture retrieved using neural network
|
||||
'smnnob' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#SMOS observed soil moisture uncertainty retrieved using neural network
|
||||
'smnner' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#SMOS radio frequency interference probability
|
||||
'smnnrfi' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#SMOS number of observations per grid point
|
||||
'smnnnb' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#SMOS observation time for the satellite soil moisture data
|
||||
'smnntim' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'gppbfas' = {
|
||||
table2Version = 228 ;
|
||||
|
|
|
@ -7134,12 +7134,12 @@
|
|||
table2Version = 215 ;
|
||||
indicatorOfParameter = 202 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550mn
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'dimensionless' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 203 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550nm
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'dimensionless' = {
|
||||
table2Version = 215 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
|
@ -9614,6 +9614,31 @@
|
|||
table2Version = 228 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
#SMOS observed soil moisture retrieved using neural network
|
||||
'm**3 m**-3' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 70 ;
|
||||
}
|
||||
#SMOS observed soil moisture uncertainty retrieved using neural network
|
||||
'm**3 m**-3' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 71 ;
|
||||
}
|
||||
#SMOS radio frequency interference probability
|
||||
'%' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 72 ;
|
||||
}
|
||||
#SMOS number of observations per grid point
|
||||
'dimensionless' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 73 ;
|
||||
}
|
||||
#SMOS observation time for the satellite soil moisture data
|
||||
'hour' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 74 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'dimensionless' = {
|
||||
table2Version = 228 ;
|
||||
|
|
|
@ -11,6 +11,32 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
}
|
||||
#Wind speed
|
||||
'ws' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'ws' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
is_uerra = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 100 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
}
|
||||
#Wind speed
|
||||
'ws' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 200 ;
|
||||
is_uerra = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
}
|
||||
#Unbalanced component of temperature
|
||||
'uctp' = {
|
||||
discipline = 0 ;
|
||||
|
@ -305,6 +331,80 @@
|
|||
scaledValueOfSecondFixedSurface = 300 ;
|
||||
scaleFactorOfSecondFixedSurface = 0 ;
|
||||
}
|
||||
#Ammonium aerosol mass mixing ratio
|
||||
'aermr18' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Nitrate aerosol optical depth at 550 nm
|
||||
'niaod550' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 62004 ;
|
||||
}
|
||||
#Ammonium aerosol optical depth at 550 nm
|
||||
'amaod550' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
}
|
||||
#Dry deposition of ammonium aerosol
|
||||
'aerddpam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of ammonium aerosol
|
||||
'aersdmam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by large-scale precipitation
|
||||
'aerwdlam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by convective precipitation
|
||||
'aerwdcam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Vertically integrated mass of ammonium aerosol
|
||||
'aermssam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#10 metre wind gust in the last 3 hours
|
||||
'fg310' = {
|
||||
discipline = 0 ;
|
||||
|
@ -1225,12 +1325,6 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 2 ;
|
||||
}
|
||||
#Wind speed
|
||||
'ws' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Pressure
|
||||
'pres' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -3281,6 +3281,24 @@
|
|||
parameterCategory = 210 ;
|
||||
parameterNumber = 246 ;
|
||||
}
|
||||
#Nitrate fine mode aerosol mass mixing ratio
|
||||
'aermr16' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Nitrate coarse mode aerosol mass mixing ratio
|
||||
'aermr17' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Aerosol type 13 mass mixing ratio
|
||||
'aermr13diff' = {
|
||||
discipline = 192 ;
|
||||
|
@ -6659,6 +6677,180 @@
|
|||
parameterCategory = 215 ;
|
||||
parameterNumber = 188 ;
|
||||
}
|
||||
#Source/gain of fine-mode nitrate aerosol
|
||||
'aersrcnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Source/gain of coarse-mode nitrate aerosol
|
||||
'aersrcnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Dry deposition of fine-mode nitrate aerosol
|
||||
'aerddpnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Dry deposition of coarse-mode nitrate aerosol
|
||||
'aerddpnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Sedimentation of fine-mode nitrate aerosol
|
||||
'aersdmnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of coarse-mode nitrate aerosol
|
||||
'aersdmnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by large-scale precipitation
|
||||
'aerwdlnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by large-scale precipitation
|
||||
'aerwdlnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by convective precipitation
|
||||
'aerwdcnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by convective precipitation
|
||||
'aerwdcnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of fine-mode nitrate aerosol
|
||||
'aerngtnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of coarse-mode nitrate aerosol
|
||||
'aerngtnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Vertically integrated mass of fine-mode nitrate aerosol
|
||||
'aermssnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertically integrated mass of coarse-mode nitrate aerosol
|
||||
'aermssnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'aerodnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'aerodnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
}
|
||||
#Source/gain of ammonium aerosol
|
||||
'aersrcam' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of ammonium aerosol
|
||||
'aerngtam' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Experimental product
|
||||
'p1.216' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13359,6 +13551,65 @@
|
|||
parameterCategory = 228 ;
|
||||
parameterNumber = 60 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'gppbfas' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 198 ;
|
||||
}
|
||||
#Rec coefficient from Biogenic Flux Adjustment System
|
||||
'recbfas' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'aco2nee' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'aco2gpp' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'aco2rec' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
'fco2nee' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
'fco2gpp' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
'fco2rec' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Total column rain water
|
||||
'tcrw' = {
|
||||
discipline = 192 ;
|
||||
|
|
|
@ -316,24 +316,24 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres in the last 24 hours
|
||||
'Minimum temperature at 2 metres in the last 24 hours' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
}
|
||||
#Montgomery potential
|
||||
'Montgomery potential' = {
|
||||
|
@ -1129,8 +1129,8 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 52 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
unitsFactor = 1000 ;
|
||||
}
|
||||
#Instantaneous eastward turbulent surface stress
|
||||
|
@ -3281,6 +3281,24 @@
|
|||
parameterCategory = 210 ;
|
||||
parameterNumber = 246 ;
|
||||
}
|
||||
#Nitrate fine mode aerosol mass mixing ratio
|
||||
'Nitrate fine mode aerosol mass mixing ratio' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Nitrate coarse mode aerosol mass mixing ratio
|
||||
'Nitrate coarse mode aerosol mass mixing ratio' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Aerosol type 13 mass mixing ratio
|
||||
'Aerosol type 13 mass mixing ratio' = {
|
||||
discipline = 192 ;
|
||||
|
@ -6659,6 +6677,180 @@
|
|||
parameterCategory = 215 ;
|
||||
parameterNumber = 188 ;
|
||||
}
|
||||
#Source/gain of fine-mode nitrate aerosol
|
||||
'Source/gain of fine-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Source/gain of coarse-mode nitrate aerosol
|
||||
'Source/gain of coarse-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Dry deposition of fine-mode nitrate aerosol
|
||||
'Dry deposition of fine-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Dry deposition of coarse-mode nitrate aerosol
|
||||
'Dry deposition of coarse-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of fine-mode nitrate aerosol
|
||||
'Sedimentation of fine-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of coarse-mode nitrate aerosol
|
||||
'Sedimentation of coarse-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by large-scale precipitation
|
||||
'Wet deposition of fine-mode nitrate aerosol by large-scale precipitation' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by large-scale precipitation
|
||||
'Wet deposition of coarse-mode nitrate aerosol by large-scale precipitation' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by convective precipitation
|
||||
'Wet deposition of fine-mode nitrate aerosol by convective precipitation' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by convective precipitation
|
||||
'Wet deposition of coarse-mode nitrate aerosol by convective precipitation' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Negative fixer of fine-mode nitrate aerosol
|
||||
'Negative fixer of fine-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of coarse-mode nitrate aerosol
|
||||
'Negative fixer of coarse-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Vertically integrated mass of fine-mode nitrate aerosol
|
||||
'Vertically integrated mass of fine-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Vertically integrated mass of coarse-mode nitrate aerosol
|
||||
'Vertically integrated mass of coarse-mode nitrate aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'Fine-mode nitrate aerosol optical depth at 550 nm' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'Coarse-mode nitrate aerosol optical depth at 550 nm' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
aerosolType = 65533 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
}
|
||||
#Source/gain of ammonium aerosol
|
||||
'Source/gain of ammonium aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Negative fixer of ammonium aerosol
|
||||
'Negative fixer of ammonium aerosol' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Experimental product
|
||||
'Experimental product' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13168,11 +13360,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres in the last 3 hours
|
||||
|
@ -13180,9 +13372,9 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
|
@ -13359,6 +13551,65 @@
|
|||
parameterCategory = 228 ;
|
||||
parameterNumber = 60 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'GPP coefficient from Biogenic Flux Adjustment System' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 198 ;
|
||||
}
|
||||
#Rec coefficient from Biogenic Flux Adjustment System
|
||||
'Rec coefficient from Biogenic Flux Adjustment System' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'Accumulated Carbon Dioxide Net Ecosystem Exchange' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'Accumulated Carbon Dioxide Gross Primary Production' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'Accumulated Carbon Dioxide Ecosystem Respiration' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
'Flux of Carbon Dioxide Net Ecosystem Exchange' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
'Flux of Carbon Dioxide Gross Primary Production' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
'Flux of Carbon Dioxide Ecosystem Respiration' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Total column rain water
|
||||
'Total column rain water' = {
|
||||
discipline = 192 ;
|
||||
|
@ -15182,14 +15433,14 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 22 ;
|
||||
scaledValueOfLowerLimit = 25 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
probabilityType = 3 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
scaledValueOfFirstFixedSurface = 10 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
scaledValueOfLowerLimit = 25 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
probabilityType = 3 ;
|
||||
}
|
||||
#2 metre temperature less than 273.15 K
|
||||
'2 metre temperature less than 273.15 K' = {
|
||||
|
@ -15202,44 +15453,44 @@
|
|||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
probabilityType = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
scaledValueOfLowerLimit = 2 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
probabilityType = 3 ;
|
||||
}
|
||||
#Significant wave height of at least 4 m
|
||||
'Significant wave height of at least 4 m' = {
|
||||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
probabilityType = 3 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
scaledValueOfLowerLimit = 4 ;
|
||||
probabilityType = 3 ;
|
||||
}
|
||||
#Significant wave height of at least 6 m
|
||||
'Significant wave height of at least 6 m' = {
|
||||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
scaledValueOfLowerLimit = 6 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
probabilityType = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
scaledValueOfLowerLimit = 6 ;
|
||||
}
|
||||
#Significant wave height of at least 8 m
|
||||
'Significant wave height of at least 8 m' = {
|
||||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
scaledValueOfLowerLimit = 8 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
probabilityType = 3 ;
|
||||
scaledValueOfLowerLimit = 8 ;
|
||||
}
|
||||
#Mean wave period of at least 8 s
|
||||
'Mean wave period of at least 8 s' = {
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 52 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
scaledValueOfLowerLimit = 100 ;
|
||||
probabilityType = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
}
|
||||
#Total precipitation of at least 100 mm
|
||||
'131085' = {
|
||||
|
@ -316,12 +316,12 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres in the last 24 hours
|
||||
'52' = {
|
||||
|
@ -3281,6 +3281,24 @@
|
|||
parameterCategory = 210 ;
|
||||
parameterNumber = 246 ;
|
||||
}
|
||||
#Nitrate fine mode aerosol mass mixing ratio
|
||||
'210247' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Nitrate coarse mode aerosol mass mixing ratio
|
||||
'210248' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Aerosol type 13 mass mixing ratio
|
||||
'211013' = {
|
||||
discipline = 192 ;
|
||||
|
@ -6659,6 +6677,180 @@
|
|||
parameterCategory = 215 ;
|
||||
parameterNumber = 188 ;
|
||||
}
|
||||
#Source/gain of fine-mode nitrate aerosol
|
||||
'215189' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Source/gain of coarse-mode nitrate aerosol
|
||||
'215190' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Dry deposition of fine-mode nitrate aerosol
|
||||
'215191' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Dry deposition of coarse-mode nitrate aerosol
|
||||
'215192' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of fine-mode nitrate aerosol
|
||||
'215193' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Sedimentation of coarse-mode nitrate aerosol
|
||||
'215194' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by large-scale precipitation
|
||||
'215195' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by large-scale precipitation
|
||||
'215196' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by convective precipitation
|
||||
'215197' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by convective precipitation
|
||||
'215198' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of fine-mode nitrate aerosol
|
||||
'215199' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of coarse-mode nitrate aerosol
|
||||
'215200' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Vertically integrated mass of fine-mode nitrate aerosol
|
||||
'215201' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Vertically integrated mass of coarse-mode nitrate aerosol
|
||||
'215202' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'215203' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'215204' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
}
|
||||
#Source/gain of ammonium aerosol
|
||||
'215205' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of ammonium aerosol
|
||||
'215210' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Experimental product
|
||||
'216001' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13168,24 +13360,24 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres in the last 3 hours
|
||||
'228027' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
}
|
||||
#10 metre wind gust in the last 3 hours
|
||||
'228028' = {
|
||||
|
@ -13265,8 +13457,8 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 2 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Instantaneous cloud-to-ground lightning flash density
|
||||
'228052' = {
|
||||
|
@ -13279,11 +13471,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 2 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
lengthOfTimeRange = 1 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
}
|
||||
#Averaged cloud-to-ground lightning flash density in the last hour
|
||||
'228053' = {
|
||||
|
@ -13296,11 +13488,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 4 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Averaged total lightning flash density in the last 3 hours
|
||||
'228057' = {
|
||||
|
@ -13313,11 +13505,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 4 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
lengthOfTimeRange = 6 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Averaged total lightning flash density in the last 6 hours
|
||||
'228058' = {
|
||||
|
@ -13347,11 +13539,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 2 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
lengthOfTimeRange = 6 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Averaged cloud-to-ground lightning flash density in the last 6 hours
|
||||
'228060' = {
|
||||
|
@ -13359,6 +13551,65 @@
|
|||
parameterCategory = 228 ;
|
||||
parameterNumber = 60 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'228078' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 198 ;
|
||||
}
|
||||
#Rec coefficient from Biogenic Flux Adjustment System
|
||||
'228079' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'228080' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'228081' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'228082' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
'228083' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
'228084' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
'228085' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Total column rain water
|
||||
'228089' = {
|
||||
discipline = 192 ;
|
||||
|
@ -15182,14 +15433,14 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 22 ;
|
||||
probabilityType = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
scaledValueOfFirstFixedSurface = 10 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
scaledValueOfLowerLimit = 25 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
probabilityType = 3 ;
|
||||
}
|
||||
#2 metre temperature less than 273.15 K
|
||||
'131073' = {
|
||||
|
@ -15224,11 +15475,11 @@
|
|||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
scaledValueOfLowerLimit = 6 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
probabilityType = 3 ;
|
||||
scaledValueOfLowerLimit = 6 ;
|
||||
}
|
||||
#Significant wave height of at least 8 m
|
||||
'131077' = {
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 52 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
scaledValueOfLowerLimit = 100 ;
|
||||
probabilityType = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Total precipitation of at least 100 mm
|
||||
'tpg100' = {
|
||||
|
@ -317,23 +317,23 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres in the last 24 hours
|
||||
'mn2t24' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
}
|
||||
#Montgomery potential
|
||||
'mont' = {
|
||||
|
@ -3281,6 +3281,24 @@
|
|||
parameterCategory = 210 ;
|
||||
parameterNumber = 246 ;
|
||||
}
|
||||
#Nitrate fine mode aerosol mass mixing ratio
|
||||
'aermr16' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Nitrate coarse mode aerosol mass mixing ratio
|
||||
'aermr17' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Aerosol type 13 mass mixing ratio
|
||||
'aermr13diff' = {
|
||||
discipline = 192 ;
|
||||
|
@ -6659,6 +6677,180 @@
|
|||
parameterCategory = 215 ;
|
||||
parameterNumber = 188 ;
|
||||
}
|
||||
#Source/gain of fine-mode nitrate aerosol
|
||||
'aersrcnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Source/gain of coarse-mode nitrate aerosol
|
||||
'aersrcnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Dry deposition of fine-mode nitrate aerosol
|
||||
'aerddpnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Dry deposition of coarse-mode nitrate aerosol
|
||||
'aerddpnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Sedimentation of fine-mode nitrate aerosol
|
||||
'aersdmnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of coarse-mode nitrate aerosol
|
||||
'aersdmnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by large-scale precipitation
|
||||
'aerwdlnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by large-scale precipitation
|
||||
'aerwdlnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by convective precipitation
|
||||
'aerwdcnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by convective precipitation
|
||||
'aerwdcnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of fine-mode nitrate aerosol
|
||||
'aerngtnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of coarse-mode nitrate aerosol
|
||||
'aerngtnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Vertically integrated mass of fine-mode nitrate aerosol
|
||||
'aermssnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Vertically integrated mass of coarse-mode nitrate aerosol
|
||||
'aermssnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'aerodnif' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'aerodnic' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
}
|
||||
#Source/gain of ammonium aerosol
|
||||
'aersrcam' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of ammonium aerosol
|
||||
'aerngtam' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Experimental product
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13170,9 +13362,9 @@
|
|||
parameterNumber = 0 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres in the last 3 hours
|
||||
|
@ -13180,12 +13372,12 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
}
|
||||
#10 metre wind gust in the last 3 hours
|
||||
'10fg3' = {
|
||||
|
@ -13248,11 +13440,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 4 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
lengthOfTimeRange = 1 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
lengthOfTimeRange = 1 ;
|
||||
}
|
||||
#Averaged total lightning flash density in the last hour
|
||||
'litota1' = {
|
||||
|
@ -13279,11 +13471,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 2 ;
|
||||
lengthOfTimeRange = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
lengthOfTimeRange = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Averaged cloud-to-ground lightning flash density in the last hour
|
||||
'licga1' = {
|
||||
|
@ -13296,11 +13488,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 4 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
}
|
||||
#Averaged total lightning flash density in the last 3 hours
|
||||
'litota3' = {
|
||||
|
@ -13330,11 +13522,11 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 17 ;
|
||||
parameterNumber = 2 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Averaged cloud-to-ground lightning flash density in the last 3 hours
|
||||
'licga3' = {
|
||||
|
@ -13359,6 +13551,65 @@
|
|||
parameterCategory = 228 ;
|
||||
parameterNumber = 60 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'gppbfas' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 198 ;
|
||||
}
|
||||
#Rec coefficient from Biogenic Flux Adjustment System
|
||||
'recbfas' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'aco2nee' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'aco2gpp' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'aco2rec' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
'fco2nee' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
'fco2gpp' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
'fco2rec' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Total column rain water
|
||||
'tcrw' = {
|
||||
discipline = 192 ;
|
||||
|
@ -15182,14 +15433,14 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 22 ;
|
||||
scaledValueOfFirstFixedSurface = 10 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
scaledValueOfLowerLimit = 25 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
probabilityType = 3 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
scaledValueOfFirstFixedSurface = 10 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
}
|
||||
#2 metre temperature less than 273.15 K
|
||||
'2tl273' = {
|
||||
|
@ -15202,22 +15453,22 @@
|
|||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
scaledValueOfLowerLimit = 2 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
probabilityType = 3 ;
|
||||
scaledValueOfLowerLimit = 2 ;
|
||||
}
|
||||
#Significant wave height of at least 4 m
|
||||
'swhg4' = {
|
||||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
probabilityType = 3 ;
|
||||
scaledValueOfLowerLimit = 4 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
}
|
||||
#Significant wave height of at least 6 m
|
||||
'swhg6' = {
|
||||
|
|
|
@ -316,24 +316,24 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres in the last 24 hours
|
||||
'K' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
lengthOfTimeRange = 24 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
}
|
||||
#Montgomery potential
|
||||
'm**2 s**-2' = {
|
||||
|
@ -1129,8 +1129,8 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 52 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
unitsFactor = 1000 ;
|
||||
}
|
||||
#Instantaneous eastward turbulent surface stress
|
||||
|
@ -3281,6 +3281,24 @@
|
|||
parameterCategory = 210 ;
|
||||
parameterNumber = 246 ;
|
||||
}
|
||||
#Nitrate fine mode aerosol mass mixing ratio
|
||||
'kg kg**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Nitrate coarse mode aerosol mass mixing ratio
|
||||
'kg kg**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Aerosol type 13 mass mixing ratio
|
||||
'kg kg**-1' = {
|
||||
discipline = 192 ;
|
||||
|
@ -6659,6 +6677,180 @@
|
|||
parameterCategory = 215 ;
|
||||
parameterNumber = 188 ;
|
||||
}
|
||||
#Source/gain of fine-mode nitrate aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Source/gain of coarse-mode nitrate aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Dry deposition of fine-mode nitrate aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Dry deposition of coarse-mode nitrate aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of fine-mode nitrate aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of coarse-mode nitrate aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by large-scale precipitation
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by large-scale precipitation
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Wet deposition of fine-mode nitrate aerosol by convective precipitation
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Wet deposition of coarse-mode nitrate aerosol by convective precipitation
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Negative fixer of fine-mode nitrate aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
aerosolType = 65534 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Negative fixer of coarse-mode nitrate aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
}
|
||||
#Vertically integrated mass of fine-mode nitrate aerosol
|
||||
'kg m**-2' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Vertically integrated mass of coarse-mode nitrate aerosol
|
||||
'kg m**-2' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
aerosolType = 65533 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Fine-mode nitrate aerosol optical depth at 550 nm
|
||||
'dimensionless' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
aerosolType = 65534 ;
|
||||
}
|
||||
#Coarse-mode nitrate aerosol optical depth at 550 nm
|
||||
'dimensionless' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
aerosolType = 65533 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
}
|
||||
#Source/gain of ammonium aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 192 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Negative fixer of ammonium aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 193 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Experimental product
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13168,21 +13360,21 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
}
|
||||
#Minimum temperature at 2 metres in the last 3 hours
|
||||
'K' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
typeOfStatisticalProcessing = 3 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
indicatorOfUnitForTimeRange = 1 ;
|
||||
lengthOfTimeRange = 3 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
|
@ -13359,6 +13551,65 @@
|
|||
parameterCategory = 228 ;
|
||||
parameterNumber = 60 ;
|
||||
}
|
||||
#GPP coefficient from Biogenic Flux Adjustment System
|
||||
'dimensionless' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 198 ;
|
||||
}
|
||||
#Rec coefficient from Biogenic Flux Adjustment System
|
||||
'dimensionless' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 199 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'kg m**-2' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Gross Primary Production
|
||||
'kg m**-2' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||
'kg m**-2' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 195 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Gross Primary Production
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 197 ;
|
||||
}
|
||||
#Flux of Carbon Dioxide Ecosystem Respiration
|
||||
'kg m**-2 s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 196 ;
|
||||
}
|
||||
#Total column rain water
|
||||
'kg m**-2' = {
|
||||
discipline = 192 ;
|
||||
|
@ -15182,14 +15433,14 @@
|
|||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 22 ;
|
||||
scaledValueOfLowerLimit = 25 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
probabilityType = 3 ;
|
||||
typeOfStatisticalProcessing = 2 ;
|
||||
scaledValueOfFirstFixedSurface = 10 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
scaledValueOfLowerLimit = 25 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
probabilityType = 3 ;
|
||||
}
|
||||
#2 metre temperature less than 273.15 K
|
||||
'%' = {
|
||||
|
@ -15202,44 +15453,44 @@
|
|||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
probabilityType = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
scaledValueOfLowerLimit = 2 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
probabilityType = 3 ;
|
||||
}
|
||||
#Significant wave height of at least 4 m
|
||||
'%' = {
|
||||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
probabilityType = 3 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
scaledValueOfLowerLimit = 4 ;
|
||||
probabilityType = 3 ;
|
||||
}
|
||||
#Significant wave height of at least 6 m
|
||||
'%' = {
|
||||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
scaledValueOfLowerLimit = 6 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
probabilityType = 3 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
scaledValueOfLowerLimit = 6 ;
|
||||
}
|
||||
#Significant wave height of at least 8 m
|
||||
'%' = {
|
||||
discipline = 10 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 3 ;
|
||||
scaledValueOfLowerLimit = 8 ;
|
||||
typeOfFirstFixedSurface = 101 ;
|
||||
productDefinitionTemplateNumber = 5 ;
|
||||
scaleFactorOfLowerLimit = 0 ;
|
||||
probabilityType = 3 ;
|
||||
scaledValueOfLowerLimit = 8 ;
|
||||
}
|
||||
#Mean wave period of at least 8 s
|
||||
'%' = {
|
||||
|
|
|
@ -11,6 +11,32 @@
|
|||
probabilityType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'Wind speed' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'Wind speed' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
scaledValueOfFirstFixedSurface = 100 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
is_uerra = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'Wind speed' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
is_uerra = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 200 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
}
|
||||
#Unbalanced component of temperature
|
||||
'Unbalanced component of temperature' = {
|
||||
discipline = 0 ;
|
||||
|
@ -305,6 +331,80 @@
|
|||
scaledValueOfSecondFixedSurface = 300 ;
|
||||
scaleFactorOfSecondFixedSurface = 0 ;
|
||||
}
|
||||
#Ammonium aerosol mass mixing ratio
|
||||
'Ammonium aerosol mass mixing ratio' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Nitrate aerosol optical depth at 550 nm
|
||||
'Nitrate aerosol optical depth at 550 nm' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
aerosolType = 62004 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
}
|
||||
#Ammonium aerosol optical depth at 550 nm
|
||||
'Ammonium aerosol optical depth at 550 nm' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
aerosolType = 62003 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
}
|
||||
#Dry deposition of ammonium aerosol
|
||||
'Dry deposition of ammonium aerosol' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of ammonium aerosol
|
||||
'Sedimentation of ammonium aerosol' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by large-scale precipitation
|
||||
'Wet deposition of ammonium aerosol by large-scale precipitation' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by convective precipitation
|
||||
'Wet deposition of ammonium aerosol by convective precipitation' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Vertically integrated mass of ammonium aerosol
|
||||
'Vertically integrated mass of ammonium aerosol' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#10 metre wind gust in the last 3 hours
|
||||
'10 metre wind gust in the last 3 hours' = {
|
||||
discipline = 0 ;
|
||||
|
@ -1225,12 +1325,6 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 2 ;
|
||||
}
|
||||
#Wind speed
|
||||
'Wind speed' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Pressure
|
||||
'Pressure' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -11,6 +11,32 @@
|
|||
scaleFactorOfLowerLimit = 0 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'10' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'10' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
is_uerra = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 100 ;
|
||||
}
|
||||
#Wind speed
|
||||
'10' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
is_uerra = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
scaledValueOfFirstFixedSurface = 200 ;
|
||||
}
|
||||
#Unbalanced component of temperature
|
||||
'21' = {
|
||||
discipline = 0 ;
|
||||
|
@ -305,6 +331,80 @@
|
|||
scaledValueOfSecondFixedSurface = 300 ;
|
||||
scaleFactorOfSecondFixedSurface = 0 ;
|
||||
}
|
||||
#Ammonium aerosol mass mixing ratio
|
||||
'210249' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Nitrate aerosol optical depth at 550 nm
|
||||
'210250' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 62004 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
}
|
||||
#Ammonium aerosol optical depth at 550 nm
|
||||
'210251' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
}
|
||||
#Dry deposition of ammonium aerosol
|
||||
'215206' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of ammonium aerosol
|
||||
'215207' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by large-scale precipitation
|
||||
'215208' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by convective precipitation
|
||||
'215209' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Vertically integrated mass of ammonium aerosol
|
||||
'215211' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#10 metre wind gust in the last 3 hours
|
||||
'228028' = {
|
||||
discipline = 0 ;
|
||||
|
@ -1225,12 +1325,6 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 2 ;
|
||||
}
|
||||
#Wind speed
|
||||
'10' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Pressure
|
||||
'54' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -11,6 +11,32 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
productDefinitionTemplateNumber = 9 ;
|
||||
}
|
||||
#Wind speed
|
||||
'ws' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'ws' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
is_uerra = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 100 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
}
|
||||
#Wind speed
|
||||
'ws' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
scaledValueOfFirstFixedSurface = 200 ;
|
||||
is_uerra = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
}
|
||||
#Unbalanced component of temperature
|
||||
'uctp' = {
|
||||
discipline = 0 ;
|
||||
|
@ -305,6 +331,80 @@
|
|||
scaledValueOfSecondFixedSurface = 300 ;
|
||||
scaleFactorOfSecondFixedSurface = 0 ;
|
||||
}
|
||||
#Ammonium aerosol mass mixing ratio
|
||||
'aermr18' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Nitrate aerosol optical depth at 550 nm
|
||||
'niaod550' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 62004 ;
|
||||
}
|
||||
#Ammonium aerosol optical depth at 550 nm
|
||||
'amaod550' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
}
|
||||
#Dry deposition of ammonium aerosol
|
||||
'aerddpam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of ammonium aerosol
|
||||
'aersdmam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by large-scale precipitation
|
||||
'aerwdlam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by convective precipitation
|
||||
'aerwdcam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Vertically integrated mass of ammonium aerosol
|
||||
'aermssam' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#10 metre wind gust in the last 3 hours
|
||||
'10fg3' = {
|
||||
discipline = 0 ;
|
||||
|
@ -1225,12 +1325,6 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 2 ;
|
||||
}
|
||||
#Wind speed
|
||||
'ws' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Pressure
|
||||
'pres' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Code table 4.2 - discipline=0 category=20 for ECMWF
|
||||
192 192 Source/gain (kg m-2 s-1)
|
||||
193 193 Negative Fixer (kg m-2 s-1)
|
|
@ -0,0 +1,10 @@
|
|||
# Code table 4.2 - discipline=2 category=0 for ECMWF
|
||||
192 192 Carbon Dioxide Net Ecosystem Exchange
|
||||
193 193 Carbon Dioxide Gross Primary Production
|
||||
194 194 Carbon Dioxide Ecosystem Respiration
|
||||
195 195 Flux of Carbon Dioxide Net Ecosystem Exchange
|
||||
196 196 Flux of Carbon Dioxide Ecosystem Respiration
|
||||
197 197 Flux of Carbon Dioxide Gross Primary Production
|
||||
198 198 GPP coefficient from Biogenic Flux Adjustment System
|
||||
199 199 Rec coefficient from Biogenic Flux Adjustment System
|
||||
255 255 Missing
|
|
@ -0,0 +1,3 @@
|
|||
# Code table 4.233 - Aerosol type for ECMWF
|
||||
65533 65533 Nitrate Coarse Mode
|
||||
65534 65534 Nitrate Fine Mode
|
|
@ -11,6 +11,32 @@
|
|||
probabilityType = 3 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'm s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'm s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
scaledValueOfFirstFixedSurface = 100 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
is_uerra = 1 ;
|
||||
}
|
||||
#Wind speed
|
||||
'm s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
is_uerra = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 200 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
}
|
||||
#Unbalanced component of temperature
|
||||
'K' = {
|
||||
discipline = 0 ;
|
||||
|
@ -305,6 +331,80 @@
|
|||
scaledValueOfSecondFixedSurface = 300 ;
|
||||
scaleFactorOfSecondFixedSurface = 0 ;
|
||||
}
|
||||
#Ammonium aerosol mass mixing ratio
|
||||
'kg kg**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Nitrate aerosol optical depth at 550 nm
|
||||
'dimensionless' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
aerosolType = 62004 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
}
|
||||
#Ammonium aerosol optical depth at 550 nm
|
||||
'dimensionless' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 102 ;
|
||||
scaledValueOfFirstWavelength = 55 ;
|
||||
typeOfWavelengthInterval = 11 ;
|
||||
aerosolType = 62003 ;
|
||||
scaleFactorOfFirstWavelength = 8 ;
|
||||
is_aerosol_optical = 1 ;
|
||||
typeOfSizeInterval = 255 ;
|
||||
}
|
||||
#Dry deposition of ammonium aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 6 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Sedimentation of ammonium aerosol
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 11 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by large-scale precipitation
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 9 ;
|
||||
is_aerosol = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
}
|
||||
#Wet deposition of ammonium aerosol by convective precipitation
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 10 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
}
|
||||
#Vertically integrated mass of ammonium aerosol
|
||||
'kg m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 20 ;
|
||||
parameterNumber = 1 ;
|
||||
aerosolType = 62003 ;
|
||||
is_aerosol = 1 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#10 metre wind gust in the last 3 hours
|
||||
'm s**-1' = {
|
||||
discipline = 0 ;
|
||||
|
@ -1225,12 +1325,6 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 2 ;
|
||||
}
|
||||
#Wind speed
|
||||
'm s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
}
|
||||
#Pressure
|
||||
'Pa' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -15,7 +15,7 @@ PACKAGE_NAME='eccodes'
|
|||
# Package version
|
||||
ECCODES_MAJOR_VERSION=2
|
||||
ECCODES_MINOR_VERSION=12
|
||||
ECCODES_REVISION_VERSION=0
|
||||
ECCODES_REVISION_VERSION=1
|
||||
|
||||
ECCODES_CURRENT=1
|
||||
ECCODES_REVISION=0
|
||||
|
|
Loading…
Reference in New Issue