mirror of https://github.com/ecmwf/eccodes.git
Testing: Add tigge for testing
This commit is contained in:
parent
85cb672b30
commit
f202308ceb
|
@ -21,11 +21,13 @@ $EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/gri
|
|||
$EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/grib2/localConcepts/ecmf/paramId.def
|
||||
$EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/grib2/localConcepts/uerra/paramId.def
|
||||
$EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/grib2/localConcepts/hydro/paramId.def
|
||||
$EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/grib2/localConcepts/tigge/paramId.def
|
||||
|
||||
$EXEC ${test_dir}/grib_check_param_concepts shortName $ECCODES_DEFINITION_PATH/grib2/shortName.def
|
||||
$EXEC ${test_dir}/grib_check_param_concepts shortName $ECCODES_DEFINITION_PATH/grib2/localConcepts/ecmf/shortName.def
|
||||
$EXEC ${test_dir}/grib_check_param_concepts shortName $ECCODES_DEFINITION_PATH/grib2/localConcepts/uerra/shortName.def
|
||||
$EXEC ${test_dir}/grib_check_param_concepts shortName $ECCODES_DEFINITION_PATH/grib2/localConcepts/hydro/shortName.def
|
||||
$EXEC ${test_dir}/grib_check_param_concepts shortName $ECCODES_DEFINITION_PATH/grib2/localConcepts/tigge/shortName.def
|
||||
|
||||
# Check the group: name.def paramId.def shortName.def units.def cfVarName.def
|
||||
# ----------------------------------------------------------------------------
|
||||
|
@ -58,6 +60,7 @@ defs_dirs="
|
|||
|
||||
$ECCODES_DEFINITION_PATH/grib2/localConcepts/uerra
|
||||
$ECCODES_DEFINITION_PATH/grib2/localConcepts/hydro
|
||||
$ECCODES_DEFINITION_PATH/grib2/localConcepts/tigge
|
||||
|
||||
$ECCODES_DEFINITION_PATH/grib2/localConcepts/egrr
|
||||
$ECCODES_DEFINITION_PATH/grib2/localConcepts/ekmi
|
||||
|
|
Loading…
Reference in New Issue