Sen2cor Processing Issue

Evening,

I am currently having a processing issue with sen2cor 2.5.5 atmospheric corrections. The tool has ran using 60m resolution (but failed to conduct the same process a second time). I didn’t see any obvious errors in the execution output window.

I managed to conduct a 20m resolution process, however, only a limited number of bands were available in the output dataset (Bands 1, 5, 6, 7, 8a, 9, 11, 12). The process ceases to process beyond 8-12% with 10m resolution criteria and the execution output window only details this as an issue. "NoSuchNodeError: group / does not have a child named /arrays/VIS" (as noted in the full execution output window below)

Processing baseline 02.1 is not implemented yet.
Product version 14.5 will be used but errors during processing might occur.
Sentinel-2 Level 2A Processor (Sen2Cor). Version: 2.5.5, created: 2018.03.19, supporting Level-1C product version <= 14.5 started …
Product version: 14.5. Operation mode: PDGS. Processing baseline: 02.07.
Selected resolution: 10 m.
Progress[]: 0.01 : PID-888, L2A_ProcessTile: processing with resolution 10 m, elapsed time[s]: 0.193, total: 1:11:34.727663 Progress[]: 0.01 : PID-888, L2A_ProcessTile: start of pre processing, elapsed time[s]: 0.001, total: 1:11:34.728868
Progress[]: 0.01 : PID-888, L2A_Tables: start import, elapsed time[s]: 0.183, total: 1:11:34.911919 Progress[]: 1.11 : PID-888, L2A_Tables: band B02 imported, elapsed time[s]: 34.357, total: 1:12:09.269226
Progress[]: 2.35 : PID-888, L2A_Tables: band B03 imported, elapsed time[s]: 38.588, total: 1:12:47.857352 Progress[]: 3.64 : PID-888, L2A_Tables: band B04 imported, elapsed time[s]: 40.010, total: 1:13:27.867376
Progress[]: 5.13 : PID-888, L2A_Tables: band B08 imported, elapsed time[s]: 46.730, total: 1:14:14.596964 Progress[]: 5.80 : PID-888, L2A_Tables: band AOT imported, elapsed time[s]: 20.717, total: 1:14:35.313701
Progress[]: 6.85 : PID-888, L2A_Tables: band WVP imported, elapsed time[s]: 32.723, total: 1:15:08.037099 Progress[]: 7.49 : PID-888, L2A_Tables: band SCL imported, elapsed time[s]: 19.912, total: 1:15:27.949300
Progress[]: 7.49 : PID-888, L2A_ProcessTile: start of Atmospheric Correction, elapsed time[s]: 0.207, total: 1:15:28.156368 Progress[]: 8.37 : PID-888, L2A_AtmCorr: end of calculation terrain maps, elapsed time[s]: 27.430, total: 1:15:55.586075
Progress[]: 8.37 : PID-888, L2A_AtmCorr: start of resampling visibility for 10 m resolution, elapsed time[s]: 0.019, total: 1:15:55.605281 [CRITICAL] L2A_ProcessT: 223 visibility index is required for 10 m processing, but not present [CRITICAL] L2A_ProcessT: 223 visibility index is required for 10 m processing, but not present Process L2A_ProcessTile-1: Traceback (most recent call last): File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/sen2cor/L2A_ProcessTile.py", line 136, in run if not self.process_10(): File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/sen2cor/L2A_ProcessTile.py", line 183, in process_10 return self.process() File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/sen2cor/L2A_ProcessTile.py", line 223, in process if ac.process() == False: File "L2A_AtmCorr.py", line 3040, in L2A_AtmCorr.L2A_AtmCorr.process (L2A_AtmCorr.c:70784) File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/sen2cor/L2A_Tables.py", line 2524, in getBand node = h5file.get_node('/arrays', bandName) File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/tables/file.py", line 1593, in get_node node = self._get_node(nodepath) File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/tables/file.py", line 1541, in _get_node node = self._node_manager.get_node(nodepath) File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/tables/file.py", line 437, in get_node node = self.node_factory(key) File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/tables/group.py", line 1160, in _g_load_child node_type = self._g_check_has_child(childname) File "/Users/michaeltalbot/.snap/auxdata/Sen2Cor-02.05.05-Darwin64/lib/python2.7/site-packages/tables/group.py", line 395, in _g_check_has_child (self._v_pathname, name))
NoSuchNodeError: group / does not have a child named /arrays/VIS

this is the full window. If you have any advice for a work around/solution to this it would be appreciated.