Definitions: cleanup of cfNames (Related to ECC-1163)

This commit is contained in:
Shahram Najm 2020-11-16 21:35:20 +00:00
parent e6be1103c7
commit 2b5aeb9c83
4 changed files with 119 additions and 10 deletions

View File

@ -242,3 +242,78 @@
table2Version = 1 ;
indicatorOfParameter = 123 ;
}
#Vertical velocity (geometric)
'lagrangian_tendency_of_air_pressure' = {
indicatorOfParameter = 40 ;
table2Version = 3 ;
}
#Vertical velocity (geometric)
'lagrangian_tendency_of_air_pressure' = {
indicatorOfParameter = 40 ;
table2Version = 2 ;
}
#Vertical velocity (geometric)
'lagrangian_tendency_of_air_pressure' = {
indicatorOfParameter = 40 ;
table2Version = 1 ;
}
#Surface sensible heat flux
'surface_upward_sensible_heat_flux' = {
indicatorOfParameter = 122 ;
table2Version = 3 ;
}
#Surface sensible heat flux
'surface_upward_sensible_heat_flux' = {
indicatorOfParameter = 122 ;
table2Version = 2 ;
}
#Surface sensible heat flux
'surface_upward_sensible_heat_flux' = {
indicatorOfParameter = 122 ;
table2Version = 1 ;
}
#Surface latent heat flux
'surface_upward_latent_heat_flux' = {
indicatorOfParameter = 121 ;
table2Version = 3 ;
}
#Surface latent heat flux
'surface_upward_latent_heat_flux' = {
indicatorOfParameter = 121 ;
table2Version = 2 ;
}
#Surface latent heat flux
'surface_upward_latent_heat_flux' = {
indicatorOfParameter = 121 ;
table2Version = 1 ;
}
#Albedo
'surface_albedo' = {
indicatorOfParameter = 84 ;
table2Version = 3 ;
}
#Albedo
'surface_albedo' = {
indicatorOfParameter = 84 ;
table2Version = 2 ;
}
#Albedo
'surface_albedo' = {
indicatorOfParameter = 84 ;
table2Version = 1 ;
}
#Convective cloud cover
'convective_cloud_area_fraction' = {
indicatorOfParameter = 72 ;
table2Version = 3 ;
}
#Convective cloud cover
'convective_cloud_area_fraction' = {
indicatorOfParameter = 72 ;
table2Version = 2 ;
}
#Convective cloud cover
'convective_cloud_area_fraction' = {
indicatorOfParameter = 72 ;
table2Version = 1 ;
}

View File

@ -165,7 +165,7 @@
indicatorOfParameter = 135 ;
}
#Total column water vapour
'lwe_thickness_of_atmosphere_water_vapor_content' = {
'lwe_thickness_of_atmosphere_mass_content_of_water_vapor' = {
table2Version = 128 ;
indicatorOfParameter = 137 ;
}
@ -245,17 +245,17 @@
indicatorOfParameter = 141 ;
}
#Large-scale precipitation
'lwe_thickness_of_large_scale_precipitation_amount' = {
'lwe_thickness_of_stratiform_precipitation_amount' = {
table2Version = 128 ;
indicatorOfParameter = 142 ;
}
#Large-scale precipitation
'lwe_thickness_of_large_scale_precipitation_amount' = {
'lwe_thickness_of_stratiform_precipitation_amount' = {
table2Version = 170 ;
indicatorOfParameter = 142 ;
}
#Large-scale precipitation
'lwe_thickness_of_large_scale_precipitation_amount' = {
'lwe_thickness_of_stratiform_precipitation_amount' = {
table2Version = 180 ;
indicatorOfParameter = 142 ;
}
@ -285,7 +285,7 @@
indicatorOfParameter = 144 ;
}
#Boundary layer dissipation
'dissipation_in_atmosphere_boundary_layer' = {
'kinetic_energy_dissipation_in_atmosphere_boundary_layer' = {
table2Version = 128 ;
indicatorOfParameter = 145 ;
}
@ -665,7 +665,7 @@
indicatorOfParameter = 211 ;
}
#Temperature of snow layer
'snow_temperature' = {
'temperature_in_surface_snow' = {
table2Version = 128 ;
indicatorOfParameter = 238 ;
}
@ -729,3 +729,13 @@
table2Version = 174 ;
indicatorOfParameter = 98 ;
}
#Surface downward northward stress
'surface_downward_northward_stress' = {
table2Version = 151 ;
indicatorOfParameter = 154 ;
}
#Surface downward eastward stress
'surface_downward_eastward_stress' = {
table2Version = 151 ;
indicatorOfParameter = 153 ;
}

View File

@ -163,7 +163,7 @@
parameterNumber = 12 ;
}
#Boundary layer dissipation
'dissipation_in_atmosphere_boundary_layer' = {
'kinetic_energy_dissipation_in_atmosphere_boundary_layer' = {
discipline = 0 ;
parameterCategory = 2 ;
parameterNumber = 20 ;
@ -246,3 +246,15 @@
typeOfFirstFixedSurface = 8 ;
typeOfStatisticalProcessing = 1 ;
}
#Convective precipitation
'lwe_thickness_of_convective_precipitation_amount' = {
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 10 ;
}
#Snow depth
'lwe_thickness_of_surface_snow_amount' = {
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 11 ;
}

View File

@ -1,6 +1,6 @@
# Automatically generated by create_def.CLEAN.pl, do not edit
#Total column water vapour
'lwe_thickness_of_atmosphere_water_vapor_content' = {
'lwe_thickness_of_atmosphere_mass_content_of_water_vapor' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 137 ;
@ -25,7 +25,7 @@
parameterNumber = 254 ;
}
#Large-scale precipitation
'lwe_thickness_of_large_scale_precipitation_amount' = {
'lwe_thickness_of_stratiform_precipitation_amount' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 142 ;
@ -74,7 +74,7 @@
parameterNumber = 185 ;
}
#Temperature of snow layer
'snow_temperature' = {
'temperature_in_surface_snow' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 238 ;
@ -109,3 +109,15 @@
parameterCategory = 151 ;
parameterNumber = 147 ;
}
#Surface downward northward stress
'surface_downward_northward_stress' = {
discipline = 192 ;
parameterCategory = 151 ;
parameterNumber = 154 ;
}
#Surface downward eastward stress
'surface_downward_eastward_stress' = {
discipline = 192 ;
parameterCategory = 151 ;
parameterNumber = 153 ;
}