diff --git a/Source/Python/Classes/EcFlexpart.py b/Source/Python/Classes/EcFlexpart.py index 488b72dd1933d07cd13aa83152dd40a96dc3e43d..53ba7e278b5e09a805c88e5cb692b206afe06664 100644 --- a/Source/Python/Classes/EcFlexpart.py +++ b/Source/Python/Classes/EcFlexpart.py @@ -1928,14 +1928,15 @@ class EcFlexpart(object): ofile = os.path.join(self.inputdir, ofile) if c.format.lower() == 'grib2': - execute_subprocess(['grib_set', '-s', 'edition=2,' + - 'productDefinitionTemplateNumber=8', - ofile, ofile + '_2'], - error_msg='GRIB2 CONVERSION FAILED!') - - execute_subprocess(['mv', ofile + '_2', ofile], - error_msg='RENAMING FOR NEW GRIB2 FORMAT ' - 'FILES FAILED!') + # execute_subprocess(['grib_set', '-s', 'edition=2,' + + # 'productDefinitionTemplateNumber=8', + # ofile, ofile + '_2'], + # error_msg='GRIB2 CONVERSION FAILED!') + + # execute_subprocess(['mv', ofile + '_2', ofile], + # error_msg='RENAMING FOR NEW GRIB2 FORMAT ' + # 'FILES FAILED!') + print('GRIB2 CONVERSION skipped!') if c.compression.lower() != 'grid_simple': execute_subprocess(['grib_set', '-r', '-s',