mirror of https://github.com/ecmwf/eccodes.git
ECC-1811: paramId for conversion + test
This commit is contained in:
parent
26d3e99dbf
commit
58124eedac
|
@ -29,3 +29,5 @@
|
||||||
235040 = {gribTablesVersionNo=172; indicatorOfParameter=179; centre=98;}
|
235040 = {gribTablesVersionNo=172; indicatorOfParameter=179; centre=98;}
|
||||||
# 174098 -> 262000
|
# 174098 -> 262000
|
||||||
262000 = {gribTablesVersionNo=174; indicatorOfParameter=98; centre=98;}
|
262000 = {gribTablesVersionNo=174; indicatorOfParameter=98; centre=98;}
|
||||||
|
# 151175 -> 262118
|
||||||
|
262118 = {gribTablesVersionNo=151; indicatorOfParameter=175; centre=98;}
|
||||||
|
|
|
@ -53,7 +53,7 @@ test_conversion 172176 235037 msnswrf
|
||||||
test_conversion 172177 235038 msnlwrf
|
test_conversion 172177 235038 msnlwrf
|
||||||
test_conversion 172178 235039 mtnswrf
|
test_conversion 172178 235039 mtnswrf
|
||||||
test_conversion 172179 235040 mtnlwrf
|
test_conversion 172179 235040 mtnlwrf
|
||||||
|
test_conversion 151175 262118 sc300m
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
rm -f $tempGrib1 $tempGrib2 $tempLog
|
rm -f $tempGrib1 $tempGrib2 $tempLog
|
||||||
|
|
Loading…
Reference in New Issue