Skip to content

Commit

Permalink
ECC-1957: GRIB2: Time-processed parameters without corresponding WMO …
Browse files Browse the repository at this point in the history
…templates
  • Loading branch information
shahramn committed Nov 4, 2024
1 parent d538f7e commit 7206120
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1,424 deletions.
3 changes: 3 additions & 0 deletions definitions/create_def.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sub create_cfName {
param,grib_encoding,grib,attribute,centre,units,cf where
param.hide_def=0 and
param.retired=0 and
grib_encoding.published=1 and
grib_encoding.id=grib.encoding_id and
param.id=grib_encoding.param_id and
attribute.id=grib.attribute_id and
Expand Down Expand Up @@ -191,6 +192,7 @@ sub create_def {
from param,grib_encoding,grib,attribute,centre,units where
param.hide_def=0 and
param.retired=0 and
grib_encoding.published=1 and
grib_encoding.id=grib.encoding_id and
param.id=grib_encoding.param_id and
attribute.id=grib.attribute_id and
Expand Down Expand Up @@ -355,6 +357,7 @@ sub create_paramId_def {
from param,grib_encoding,grib,attribute,centre where
param.hide_def=0 and
param.retired=0 and
grib_encoding.published=1 and
grib_encoding.id=grib.encoding_id and
param.id=grib_encoding.param_id and
attribute.id=grib.attribute_id and
Expand Down
Loading

0 comments on commit 7206120

Please sign in to comment.