Skip to content
Snippets Groups Projects
Commit 73a8df23 authored by Anne Tipka's avatar Anne Tipka :headphones:
Browse files

added output at the end to show which packingType was used

parent b8037ed2
Branches
No related tags found
No related merge requests found
......@@ -1478,9 +1478,9 @@ class EcFlexpart(object):
'''
gribfile = GribUtil(os.path.join(inputdir, 'rr_grib_dummy.grb'))
gribfile.copy_dummy_msg(ifile, keynames=['paramId','paramId'],
keyvalues=[142,143], filemode='wb')
keyvalues=[142,143], filemode='wb')
return
......@@ -1879,6 +1879,8 @@ class EcFlexpart(object):
print('\n\nPostprocessing:\n Format: {}\n'.format(c.format))
print('\n\nGrib compression type:\n packingType: {}\n'.format(c.compression))
if _config.FLAG_ON_ECMWFSERVER:
print('ecstorage: {}\n ecfsdir: {}\n'.
format(c.ecstorage, c.ecfsdir))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment