mirror of https://github.com/ecmwf/eccodes.git
ECC-1758: GRIB2: add local ECMWF parameters to pseudo-centre ERA6
This commit is contained in:
parent
70e6d1094e
commit
762079f64b
|
@ -0,0 +1,62 @@
|
|||
# Automatically generated by ./create_def.pl, do not edit
|
||||
#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 ;
|
||||
}
|
||||
#Total cloud cover
|
||||
'cloud_area_fraction' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Evaporation
|
||||
'lwe_thickness_of_water_evaporation_amount' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 199 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Total column ozone
|
||||
'atmosphere_mass_content_of_ozone' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 14 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
|
@ -1,4 +1,266 @@
|
|||
# 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 ;
|
||||
}
|
||||
#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' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 25 ;
|
||||
typeOfFirstFixedSurface = 105 ;
|
||||
}
|
||||
#Total cloud cover
|
||||
'Total cloud cover' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'Accumulated Carbon Dioxide Net Ecosystem Exchange' = {
|
||||
discipline = 2 ;
|
||||
|
@ -50,6 +312,24 @@
|
|||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#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, vertically integrated eastward ozone flux
|
||||
'Time integrated, vertically integrated eastward ozone flux' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -1,4 +1,266 @@
|
|||
# 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 ;
|
||||
}
|
||||
#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
|
||||
'152' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 25 ;
|
||||
typeOfFirstFixedSurface = 105 ;
|
||||
}
|
||||
#Total cloud cover
|
||||
'164' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'228080' = {
|
||||
discipline = 2 ;
|
||||
|
@ -50,6 +312,24 @@
|
|||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#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, vertically integrated eastward ozone flux
|
||||
'233032' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -1,4 +1,266 @@
|
|||
# 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 ;
|
||||
}
|
||||
#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
|
||||
'lnsp' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 25 ;
|
||||
typeOfFirstFixedSurface = 105 ;
|
||||
}
|
||||
#Total cloud cover
|
||||
'tcc' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'aco2nee' = {
|
||||
discipline = 2 ;
|
||||
|
@ -50,6 +312,24 @@
|
|||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#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, vertically integrated eastward ozone flux
|
||||
'tvioze' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -1,4 +1,266 @@
|
|||
# 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 ;
|
||||
}
|
||||
#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
|
||||
'Numeric' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 25 ;
|
||||
typeOfFirstFixedSurface = 105 ;
|
||||
}
|
||||
#Total cloud cover
|
||||
'(0 - 1)' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Accumulated Carbon Dioxide Net Ecosystem Exchange
|
||||
'kg m**-2' = {
|
||||
discipline = 2 ;
|
||||
|
@ -50,6 +312,24 @@
|
|||
constituentType = 3 ;
|
||||
is_chemical = 1 ;
|
||||
}
|
||||
#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, vertically integrated eastward ozone flux
|
||||
'kg m**-1' = {
|
||||
discipline = 0 ;
|
||||
|
|
Loading…
Reference in New Issue