mirror of https://github.com/ecmwf/eccodes.git
ECC-1984: GRIB2: Add ERA6 pseudocentre parameters to ERA pseudocentre
This commit is contained in:
parent
c5a3a917f4
commit
cc25c9381c
|
@ -34,6 +34,40 @@
|
||||||
parameterNumber = 12 ;
|
parameterNumber = 12 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow depth
|
||||||
|
'lwe_thickness_of_surface_snow_amount' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Large-scale precipitation
|
||||||
|
'lwe_thickness_of_stratiform_precipitation_amount' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective precipitation
|
||||||
|
'lwe_thickness_of_convective_precipitation_amount' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'lwe_thickness_of_snowfall_amount' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Divergence
|
#Divergence
|
||||||
'divergence_of_wind' = {
|
'divergence_of_wind' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -41,6 +75,32 @@
|
||||||
parameterNumber = 13 ;
|
parameterNumber = 13 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'cloud_area_fraction' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Albedo (climatological)
|
||||||
|
'surface_albedo' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'lwe_thickness_of_water_evaporation_amount' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'mass_fraction_of_ozone_in_air' = {
|
'mass_fraction_of_ozone_in_air' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -48,6 +108,15 @@
|
||||||
parameterNumber = 1 ;
|
parameterNumber = 1 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Total column ozone
|
||||||
|
'atmosphere_mass_content_of_ozone' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 14 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
#Snow depth
|
#Snow depth
|
||||||
'lwe_thickness_of_surface_snow_amount' = {
|
'lwe_thickness_of_surface_snow_amount' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
|
|
@ -1,4 +1,79 @@
|
||||||
# Automatically generated by ./create_def.pl, do not edit
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#Surface runoff
|
||||||
|
'Surface runoff' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Sub-surface runoff
|
||||||
|
'Sub-surface runoff' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation (climatological)
|
||||||
|
'UV visible albedo for direct radiation (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for diffuse radiation (climatological)
|
||||||
|
'UV visible albedo for diffuse radiation (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation (climatological)
|
||||||
|
'Near IR albedo for direct radiation (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for diffuse radiation (climatological)
|
||||||
|
'Near IR albedo for diffuse radiation (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Snow albedo
|
||||||
|
'Snow albedo' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
}
|
||||||
|
#Snow evaporation
|
||||||
|
'Snow evaporation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 197 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowmelt
|
||||||
|
'Snowmelt' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 203 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Specific rain water content
|
#Specific rain water content
|
||||||
'Specific rain water content' = {
|
'Specific rain water content' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -55,6 +130,40 @@
|
||||||
parameterNumber = 12 ;
|
parameterNumber = 12 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow depth
|
||||||
|
'Snow depth' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Large-scale precipitation
|
||||||
|
'Large-scale precipitation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective precipitation
|
||||||
|
'Convective precipitation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'Snowfall' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Logarithm of surface pressure
|
#Logarithm of surface pressure
|
||||||
'Logarithm of surface pressure' = {
|
'Logarithm of surface pressure' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -77,6 +186,60 @@
|
||||||
parameterNumber = 13 ;
|
parameterNumber = 13 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'Total cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Albedo (climatological)
|
||||||
|
'Albedo (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'Evaporation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Low cloud cover
|
||||||
|
'Low cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
|
#Medium cloud cover
|
||||||
|
'Medium cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
}
|
||||||
|
#High cloud cover
|
||||||
|
'High cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
}
|
||||||
|
#Skin reservoir content
|
||||||
|
'Skin reservoir content' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 205 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'Ozone mass mixing ratio' = {
|
'Ozone mass mixing ratio' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -84,6 +247,58 @@
|
||||||
parameterNumber = 1 ;
|
parameterNumber = 1 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Runoff
|
||||||
|
'Runoff' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 201 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total column ozone
|
||||||
|
'Total column ozone' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 14 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Total precipitation
|
||||||
|
'Total precipitation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective snowfall
|
||||||
|
'Convective snowfall' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 201 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Large-scale snowfall
|
||||||
|
'Large-scale snowfall' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Forecast albedo
|
||||||
|
'Forecast albedo' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
#Specific cloud liquid water content
|
#Specific cloud liquid water content
|
||||||
'Specific cloud liquid water content' = {
|
'Specific cloud liquid water content' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -148,6 +363,54 @@
|
||||||
parameterNumber = 11 ;
|
parameterNumber = 11 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#UV visible albedo for direct radiation, isotropic component (climatological)
|
||||||
|
'UV visible albedo for direct radiation, isotropic component (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation, volumetric component (climatological)
|
||||||
|
'UV visible albedo for direct radiation, volumetric component (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation, geometric component (climatological)
|
||||||
|
'UV visible albedo for direct radiation, geometric component (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, isotropic component (climatological)
|
||||||
|
'Near IR albedo for direct radiation, isotropic component (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, volumetric component (climatological)
|
||||||
|
'Near IR albedo for direct radiation, volumetric component (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, geometric component (climatological)
|
||||||
|
'Near IR albedo for direct radiation, geometric component (climatological)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
#Random pattern 1 for sppt
|
#Random pattern 1 for sppt
|
||||||
'Random pattern 1 for sppt' = {
|
'Random pattern 1 for sppt' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -526,6 +789,51 @@
|
||||||
parameterCategory = 213 ;
|
parameterCategory = 213 ;
|
||||||
parameterNumber = 160 ;
|
parameterNumber = 160 ;
|
||||||
}
|
}
|
||||||
|
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||||
|
'Accumulated Carbon Dioxide Net Ecosystem Exchange' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Accumulated Carbon Dioxide Gross Primary Production
|
||||||
|
'Accumulated Carbon Dioxide Gross Primary Production' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||||
|
'Accumulated Carbon Dioxide Ecosystem Respiration' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide net ecosystem exchange flux
|
||||||
|
'Carbon dioxide net ecosystem exchange flux' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide gross primary production flux
|
||||||
|
'Carbon dioxide gross primary production flux' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide ecosystem respiration flux
|
||||||
|
'Carbon dioxide ecosystem respiration flux' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
#Evaporation from the top of canopy
|
#Evaporation from the top of canopy
|
||||||
'Evaporation from the top of canopy' = {
|
'Evaporation from the top of canopy' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -550,6 +858,105 @@
|
||||||
parameterCategory = 228 ;
|
parameterCategory = 228 ;
|
||||||
parameterNumber = 103 ;
|
parameterNumber = 103 ;
|
||||||
}
|
}
|
||||||
|
#Accumulated freezing rain
|
||||||
|
'Accumulated freezing rain' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Potential evaporation
|
||||||
|
'Potential evaporation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 200 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated eastward ozone flux
|
||||||
|
'Time-integrated total column vertically-integrated eastward ozone flux' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 78 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated northward ozone flux
|
||||||
|
'Time-integrated total column vertically-integrated northward ozone flux' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 79 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#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 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#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 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide net ecosystem exchange flux
|
||||||
|
'Time-mean carbon dioxide net ecosystem exchange flux' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide gross primary production flux
|
||||||
|
'Time-mean carbon dioxide gross primary production flux' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide ecosystem respiration flux
|
||||||
|
'Time-mean carbon dioxide ecosystem respiration flux' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean logarithm of surface pressure
|
||||||
|
'Time-mean logarithm of surface pressure' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 3 ;
|
||||||
|
parameterNumber = 25 ;
|
||||||
|
typeOfFirstFixedSurface = 105 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean total cloud cover
|
||||||
|
'Time-mean total cloud cover' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
#Precipitation type
|
#Precipitation type
|
||||||
'Precipitation type' = {
|
'Precipitation type' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -578,6 +985,44 @@
|
||||||
parameterNumber = 4 ;
|
parameterNumber = 4 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow thickness over sea ice
|
||||||
|
'Snow thickness over sea ice' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
}
|
||||||
|
#Sea ice salinity
|
||||||
|
'Sea ice salinity' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 174 ;
|
||||||
|
typeOfSecondFixedSurface = 176 ;
|
||||||
|
}
|
||||||
|
#Time-mean snow thickness over sea ice
|
||||||
|
'Time-mean snow thickness over sea ice' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean Sea ice salinity
|
||||||
|
'Time-mean Sea ice salinity' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 174 ;
|
||||||
|
typeOfSecondFixedSurface = 176 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
#Sea water potential temperature
|
#Sea water potential temperature
|
||||||
'Sea water potential temperature' = {
|
'Sea water potential temperature' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
|
@ -1,4 +1,79 @@
|
||||||
# Automatically generated by ./create_def.pl, do not edit
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#Surface runoff
|
||||||
|
'8' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Sub-surface runoff
|
||||||
|
'9' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation (climatological)
|
||||||
|
'15' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for diffuse radiation (climatological)
|
||||||
|
'16' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation (climatological)
|
||||||
|
'17' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for diffuse radiation (climatological)
|
||||||
|
'18' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Snow albedo
|
||||||
|
'32' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
}
|
||||||
|
#Snow evaporation
|
||||||
|
'44' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 197 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowmelt
|
||||||
|
'45' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 203 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Specific rain water content
|
#Specific rain water content
|
||||||
'75' = {
|
'75' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -55,6 +130,40 @@
|
||||||
parameterNumber = 12 ;
|
parameterNumber = 12 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow depth
|
||||||
|
'141' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Large-scale precipitation
|
||||||
|
'142' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective precipitation
|
||||||
|
'143' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'144' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Logarithm of surface pressure
|
#Logarithm of surface pressure
|
||||||
'152' = {
|
'152' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -77,6 +186,60 @@
|
||||||
parameterNumber = 13 ;
|
parameterNumber = 13 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'164' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Albedo (climatological)
|
||||||
|
'174' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'182' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Low cloud cover
|
||||||
|
'186' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
|
#Medium cloud cover
|
||||||
|
'187' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
}
|
||||||
|
#High cloud cover
|
||||||
|
'188' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
}
|
||||||
|
#Skin reservoir content
|
||||||
|
'198' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 205 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'203' = {
|
'203' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -84,6 +247,58 @@
|
||||||
parameterNumber = 1 ;
|
parameterNumber = 1 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Runoff
|
||||||
|
'205' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 201 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total column ozone
|
||||||
|
'206' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 14 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Total precipitation
|
||||||
|
'228' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective snowfall
|
||||||
|
'239' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 201 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Large-scale snowfall
|
||||||
|
'240' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Forecast albedo
|
||||||
|
'243' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
#Specific cloud liquid water content
|
#Specific cloud liquid water content
|
||||||
'246' = {
|
'246' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -148,6 +363,54 @@
|
||||||
parameterNumber = 11 ;
|
parameterNumber = 11 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#UV visible albedo for direct radiation, isotropic component (climatological)
|
||||||
|
'210186' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation, volumetric component (climatological)
|
||||||
|
'210187' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation, geometric component (climatological)
|
||||||
|
'210188' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, isotropic component (climatological)
|
||||||
|
'210189' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, volumetric component (climatological)
|
||||||
|
'210190' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, geometric component (climatological)
|
||||||
|
'210191' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
#Random pattern 1 for sppt
|
#Random pattern 1 for sppt
|
||||||
'213001' = {
|
'213001' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -526,6 +789,51 @@
|
||||||
parameterCategory = 213 ;
|
parameterCategory = 213 ;
|
||||||
parameterNumber = 160 ;
|
parameterNumber = 160 ;
|
||||||
}
|
}
|
||||||
|
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||||
|
'228080' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Accumulated Carbon Dioxide Gross Primary Production
|
||||||
|
'228081' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||||
|
'228082' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide net ecosystem exchange flux
|
||||||
|
'228083' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide gross primary production flux
|
||||||
|
'228084' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide ecosystem respiration flux
|
||||||
|
'228085' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
#Evaporation from the top of canopy
|
#Evaporation from the top of canopy
|
||||||
'228100' = {
|
'228100' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -550,6 +858,105 @@
|
||||||
parameterCategory = 228 ;
|
parameterCategory = 228 ;
|
||||||
parameterNumber = 103 ;
|
parameterNumber = 103 ;
|
||||||
}
|
}
|
||||||
|
#Accumulated freezing rain
|
||||||
|
'228216' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Potential evaporation
|
||||||
|
'228251' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 200 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated eastward ozone flux
|
||||||
|
'233032' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 78 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated northward ozone flux
|
||||||
|
'233033' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 79 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated divergence of ozone flux
|
||||||
|
'233034' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 80 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated net source of ozone
|
||||||
|
'233035' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 81 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide net ecosystem exchange flux
|
||||||
|
'235062' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide gross primary production flux
|
||||||
|
'235063' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide ecosystem respiration flux
|
||||||
|
'235064' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean logarithm of surface pressure
|
||||||
|
'235152' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 3 ;
|
||||||
|
parameterNumber = 25 ;
|
||||||
|
typeOfFirstFixedSurface = 105 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean total cloud cover
|
||||||
|
'235288' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
#Precipitation type
|
#Precipitation type
|
||||||
'260015' = {
|
'260015' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -578,6 +985,44 @@
|
||||||
parameterNumber = 4 ;
|
parameterNumber = 4 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow thickness over sea ice
|
||||||
|
'262002' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
}
|
||||||
|
#Sea ice salinity
|
||||||
|
'262023' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 174 ;
|
||||||
|
typeOfSecondFixedSurface = 176 ;
|
||||||
|
}
|
||||||
|
#Time-mean snow thickness over sea ice
|
||||||
|
'263002' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean Sea ice salinity
|
||||||
|
'263023' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 174 ;
|
||||||
|
typeOfSecondFixedSurface = 176 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
#Sea water potential temperature
|
#Sea water potential temperature
|
||||||
'151129' = {
|
'151129' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
|
@ -1,4 +1,79 @@
|
||||||
# Automatically generated by ./create_def.pl, do not edit
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#Surface runoff
|
||||||
|
'sro' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Sub-surface runoff
|
||||||
|
'ssro' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation (climatological)
|
||||||
|
'aluvp' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for diffuse radiation (climatological)
|
||||||
|
'aluvd' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation (climatological)
|
||||||
|
'alnip' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for diffuse radiation (climatological)
|
||||||
|
'alnid' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Snow albedo
|
||||||
|
'asn' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
}
|
||||||
|
#Snow evaporation
|
||||||
|
'es' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 197 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowmelt
|
||||||
|
'smlt' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 203 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Specific rain water content
|
#Specific rain water content
|
||||||
'crwc' = {
|
'crwc' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -55,6 +130,40 @@
|
||||||
parameterNumber = 12 ;
|
parameterNumber = 12 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow depth
|
||||||
|
'sd' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Large-scale precipitation
|
||||||
|
'lsp' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective precipitation
|
||||||
|
'cp' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'sf' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Logarithm of surface pressure
|
#Logarithm of surface pressure
|
||||||
'lnsp' = {
|
'lnsp' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -77,6 +186,60 @@
|
||||||
parameterNumber = 13 ;
|
parameterNumber = 13 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'tcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Albedo (climatological)
|
||||||
|
'al' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'e' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Low cloud cover
|
||||||
|
'lcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
|
#Medium cloud cover
|
||||||
|
'mcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
}
|
||||||
|
#High cloud cover
|
||||||
|
'hcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
}
|
||||||
|
#Skin reservoir content
|
||||||
|
'src' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 205 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'o3' = {
|
'o3' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -84,6 +247,58 @@
|
||||||
parameterNumber = 1 ;
|
parameterNumber = 1 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Runoff
|
||||||
|
'ro' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 201 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total column ozone
|
||||||
|
'tco3' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 14 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Total precipitation
|
||||||
|
'tp' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective snowfall
|
||||||
|
'csf' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 201 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Large-scale snowfall
|
||||||
|
'lsf' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Forecast albedo
|
||||||
|
'fal' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
#Specific cloud liquid water content
|
#Specific cloud liquid water content
|
||||||
'clwc' = {
|
'clwc' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -148,6 +363,54 @@
|
||||||
parameterNumber = 11 ;
|
parameterNumber = 11 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#UV visible albedo for direct radiation, isotropic component (climatological)
|
||||||
|
'aluvpi' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation, volumetric component (climatological)
|
||||||
|
'aluvpv' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation, geometric component (climatological)
|
||||||
|
'aluvpg' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, isotropic component (climatological)
|
||||||
|
'alnipi' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, volumetric component (climatological)
|
||||||
|
'alnipv' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, geometric component (climatological)
|
||||||
|
'alnipg' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
#Random pattern 1 for sppt
|
#Random pattern 1 for sppt
|
||||||
'sppt1' = {
|
'sppt1' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -526,6 +789,51 @@
|
||||||
parameterCategory = 213 ;
|
parameterCategory = 213 ;
|
||||||
parameterNumber = 160 ;
|
parameterNumber = 160 ;
|
||||||
}
|
}
|
||||||
|
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||||
|
'aco2nee' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Accumulated Carbon Dioxide Gross Primary Production
|
||||||
|
'aco2gpp' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||||
|
'aco2rec' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide net ecosystem exchange flux
|
||||||
|
'fco2nee' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide gross primary production flux
|
||||||
|
'fco2gpp' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide ecosystem respiration flux
|
||||||
|
'fco2rec' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
#Evaporation from the top of canopy
|
#Evaporation from the top of canopy
|
||||||
'evatc' = {
|
'evatc' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -550,6 +858,105 @@
|
||||||
parameterCategory = 228 ;
|
parameterCategory = 228 ;
|
||||||
parameterNumber = 103 ;
|
parameterNumber = 103 ;
|
||||||
}
|
}
|
||||||
|
#Accumulated freezing rain
|
||||||
|
'fzra' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Potential evaporation
|
||||||
|
'pev' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 200 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated eastward ozone flux
|
||||||
|
'tvioze' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 78 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated northward ozone flux
|
||||||
|
'tviozn' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 79 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated divergence of ozone flux
|
||||||
|
'tviozd' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 80 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated net source of ozone
|
||||||
|
'tvions' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 81 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide net ecosystem exchange flux
|
||||||
|
'avg_fco2nee' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide gross primary production flux
|
||||||
|
'avg_fco2gpp' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide ecosystem respiration flux
|
||||||
|
'avg_fco2rec' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean logarithm of surface pressure
|
||||||
|
'avg_lnsp' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 3 ;
|
||||||
|
parameterNumber = 25 ;
|
||||||
|
typeOfFirstFixedSurface = 105 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean total cloud cover
|
||||||
|
'avg_tcc' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
#Precipitation type
|
#Precipitation type
|
||||||
'ptype' = {
|
'ptype' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -578,6 +985,44 @@
|
||||||
parameterNumber = 4 ;
|
parameterNumber = 4 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow thickness over sea ice
|
||||||
|
'sisnthick' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
}
|
||||||
|
#Sea ice salinity
|
||||||
|
'icesalt' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 174 ;
|
||||||
|
typeOfSecondFixedSurface = 176 ;
|
||||||
|
}
|
||||||
|
#Time-mean snow thickness over sea ice
|
||||||
|
'avg_sisnthick' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean Sea ice salinity
|
||||||
|
'avg_icesalt' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 174 ;
|
||||||
|
typeOfSecondFixedSurface = 176 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
#Sea water potential temperature
|
#Sea water potential temperature
|
||||||
'thetao' = {
|
'thetao' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
|
@ -1,4 +1,79 @@
|
||||||
# Automatically generated by ./create_def.pl, do not edit
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#Surface runoff
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Sub-surface runoff
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for diffuse radiation (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for diffuse radiation (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Snow albedo
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
}
|
||||||
|
#Snow evaporation
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 197 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowmelt
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 203 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Specific rain water content
|
#Specific rain water content
|
||||||
'kg kg**-1' = {
|
'kg kg**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -55,6 +130,40 @@
|
||||||
parameterNumber = 12 ;
|
parameterNumber = 12 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow depth
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Large-scale precipitation
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective precipitation
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
#Logarithm of surface pressure
|
#Logarithm of surface pressure
|
||||||
'Numeric' = {
|
'Numeric' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -77,6 +186,60 @@
|
||||||
parameterNumber = 13 ;
|
parameterNumber = 13 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Albedo (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Low cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
|
#Medium cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
}
|
||||||
|
#High cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
}
|
||||||
|
#Skin reservoir content
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 205 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'kg kg**-1' = {
|
'kg kg**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -84,6 +247,58 @@
|
||||||
parameterNumber = 1 ;
|
parameterNumber = 1 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Runoff
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 201 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total column ozone
|
||||||
|
'kg m**-2' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 14 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Total precipitation
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Convective snowfall
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 201 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Large-scale snowfall
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Forecast albedo
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 19 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
#Specific cloud liquid water content
|
#Specific cloud liquid water content
|
||||||
'kg kg**-1' = {
|
'kg kg**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -148,6 +363,54 @@
|
||||||
parameterNumber = 11 ;
|
parameterNumber = 11 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#UV visible albedo for direct radiation, isotropic component (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation, volumetric component (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#UV visible albedo for direct radiation, geometric component (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 4 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, isotropic component (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, volumetric component (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 196 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
|
#Near IR albedo for direct radiation, geometric component (climatological)
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 5 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfGeneratingProcess = 9 ;
|
||||||
|
}
|
||||||
#Random pattern 1 for sppt
|
#Random pattern 1 for sppt
|
||||||
'dimensionless' = {
|
'dimensionless' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -526,6 +789,51 @@
|
||||||
parameterCategory = 213 ;
|
parameterCategory = 213 ;
|
||||||
parameterNumber = 160 ;
|
parameterNumber = 160 ;
|
||||||
}
|
}
|
||||||
|
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||||
|
'kg m**-2' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Accumulated Carbon Dioxide Gross Primary Production
|
||||||
|
'kg m**-2' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Accumulated Carbon Dioxide Ecosystem Respiration
|
||||||
|
'kg m**-2' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide net ecosystem exchange flux
|
||||||
|
'kg m**-2 s**-1' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide gross primary production flux
|
||||||
|
'kg m**-2 s**-1' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
|
#Carbon dioxide ecosystem respiration flux
|
||||||
|
'kg m**-2 s**-1' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
}
|
||||||
#Evaporation from the top of canopy
|
#Evaporation from the top of canopy
|
||||||
'm of water equivalent' = {
|
'm of water equivalent' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -550,6 +858,105 @@
|
||||||
parameterCategory = 228 ;
|
parameterCategory = 228 ;
|
||||||
parameterNumber = 103 ;
|
parameterNumber = 103 ;
|
||||||
}
|
}
|
||||||
|
#Accumulated freezing rain
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Potential evaporation
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 200 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated eastward ozone flux
|
||||||
|
'kg m**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 78 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated northward ozone flux
|
||||||
|
'kg m**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 79 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated divergence of ozone flux
|
||||||
|
'kg m**-2' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 80 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-integrated total column vertically-integrated net source of ozone
|
||||||
|
'kg m**-2' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 20 ;
|
||||||
|
parameterNumber = 81 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
constituentType = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide net ecosystem exchange flux
|
||||||
|
'kg m**-2 s**-1' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 59 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide gross primary production flux
|
||||||
|
'kg m**-2 s**-1' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean carbon dioxide ecosystem respiration flux
|
||||||
|
'kg m**-2 s**-1' = {
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 61 ;
|
||||||
|
constituentType = 3 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean logarithm of surface pressure
|
||||||
|
'Numeric' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 3 ;
|
||||||
|
parameterNumber = 25 ;
|
||||||
|
typeOfFirstFixedSurface = 105 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean total cloud cover
|
||||||
|
'%' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
#Precipitation type
|
#Precipitation type
|
||||||
'(Code table 4.201)' = {
|
'(Code table 4.201)' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -578,6 +985,44 @@
|
||||||
parameterNumber = 4 ;
|
parameterNumber = 4 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
#Snow thickness over sea ice
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
}
|
||||||
|
#Sea ice salinity
|
||||||
|
'g kg**-1' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 174 ;
|
||||||
|
typeOfSecondFixedSurface = 176 ;
|
||||||
|
}
|
||||||
|
#Time-mean snow thickness over sea ice
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean Sea ice salinity
|
||||||
|
'g kg**-1' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 174 ;
|
||||||
|
typeOfSecondFixedSurface = 176 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
#Sea water potential temperature
|
#Sea water potential temperature
|
||||||
'deg C' = {
|
'deg C' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
Loading…
Reference in New Issue