Freezing during processing S2 - C2RCC

Dear,

I have a problem running Sentinel-2 C2RCC. It seems freezing at 90% of processing. I do not have any ideas what is the issue.

Here is how I process.


D:\S2\work\S2A_MSIL1C_20160309T104032_N0201_R008_T32VNM_20160309T104357.SAFE\MTD_MSIL1C.xml
in atmcorr_c2rcc_s2
Running C2RCC on D:\S2\work\S2A_MSIL1C_20160309T104032_N0201_R008_T32VNM_20160309T104357.SAFE\MTD_MSIL1C.xml
properties D:\SATanalysis\SatelliteInLakes\properties\\S2_MSI_60m_indreOslofjord.properties
INFO: org.esa.snap.python.gpf.PyOperatorSpi: Python operator 'py_sambuca_snap_op' registered (Python module: 'sambuca_snap_op', class: 'sambuca_snap_op', root: 'C:\Users\pip\AppData\Roaming\SNAP\modules\org-esa-sen2coral-sen2coral-inversion.jar')
INFO: org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO: Initializing external tool adapters
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: GDAL not found on system. Internal GDAL 3.2.1 from distribution will be used. (f0)
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: Internal GDAL 3.2.1 set to be used by SNAP.
INFO: org.esa.snap.core.util.EngineVersionCheckActivator: Please check regularly for new updates for the best SNAP experience.
Executing processing graph
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: Internal GDAL 3.2.1 set to be used by SNAP.
INFO: org.esa.s2tbx.dataio.s2.ortho.S2OrthoProductReaderPlugIn: Building product reader - EPSG:32632
WARNING: org.esa.snap.core.metadata.GenericXmlMetadata: Metadata: the path to element [metadata_level] does not exist
WARNING: org.esa.snap.core.metadata.GenericXmlMetadata: Metadata: the path to element [granuleidentifier] does not exist
WARNING: org.esa.snap.core.metadata.GenericXmlMetadata: Metadata: the path to element [bandid] does not exist
INFO: org.hsqldb.persist.Logger: dataFileCache open start
INFO: org.esa.snap.core.datamodel.Product: raster width 1830 not equal to 10980
INFO: org.esa.snap.core.datamodel.Product: raster width 511 not equal to 1830
Initializing Elevation Model
100% done.

100% done.

100% done.

100% done.

100% done.

100% done.
11%22%33%45%56%.INFO: org.esa.s3tbx.c2rcc.ancillary.AtmosphericAuxdataBuilder: Atmospheric auxdata product can't be used. At least one is not specified. Using constant values for ozone (330.0) and surface pressure (1000.0).
67%....77%16846 [main] INFO serverStartup - Nc4Iosp: NetCDF-4 C library loaded (jna_path='C:\Users\pip\.snap\auxdata\netcdf_natives\9.0.4\amd64', libname='netcdf').
16852 [main] INFO serverStartup - NetcdfLoader: set log level: old=0 new=0
16853 [main] INFO serverStartup - Nc4Iosp: set log level: old=0 new=0
90%

What’s you processing environment? How much RAM do you have available?
I you are low on memory it can happen that the processing gets very slow or even enters an endless loop.

It would also help if you can provide the C2RCC configuration you are using.
You could disable some of the outputs the C2RCC can calculate. For example, the calculation is the uncertainties is quite expensive.

I have RAM 32 GB. I try to process Sentinel-3 C2RCC correction and it works.

The graphic card may be the problem, I got this error log said about Java problem
hs_err_pid16760.log (33.5 KB). The computer has NVIDIA Qudro K420 graphic card, and it is a bit old. What do you think, why it works for Sentinel-3 but not Sentinel-2?

And, here is properties C2RCC that I used
S2_MSI_60m_indreOslofjord.properties (472 Bytes)

Thank you in advance

32Gb should be sufficient.
If you have increased the amount of memory after SNAP installation you might need to adapt the value SNAP can use. (see FAQ)

The graphics card should not be the problem. It is not used for processing.
In the error log it is said:

# Problematic frame:
# C  [hdf5.dll+0x8d153]

Do you write to HDF5? Maybe this is the problem.
You can try NetCDF4-CF instead.

No, I write to NetCDF4-BEAM.