When I calculate the surface energy flux, "MemoryError: Unable to allocate array with shape (30101865,) and data type float32", how should I solve it?

C:\Users\ADMINI~1\AppData\Local\Temp>“C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\sen-et-snap-scripts\…\python.exe” “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\sen-et-snap-scripts\energy_fluxes.py” --lst F:\s3_preprocess\S320210118\Sharpen_lst.dim --lst_vza F:\s3_preprocess\S320210118\Band_warp.dim --lai E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\s2\2021_01_18\S2_2021_01_18_biophysical.dim --csp E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\s2\2021_01_18\S2_2021_01_18_structural_parameters.dim --fgv E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\s2\2021_01_18\S2_2021_01_18_frac_green.dim --ar E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\s2\2021_01_18\S2_2021_01_18_aerodynamic_parameters.dim --mi E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\era\2021_01_18\2021_01_18_meteo.dim --nsr E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\out\2021_01_18\2021_01_18_shortwave_ra.dim --li E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\out\2021_01_18\2021_01_18_longwave_ir.dim --mask E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\s2\2021_01_18\S2_2021_01_18_mask.dim --soil_roughness 0.01 --alpha_pt 1.28 --atmospheric_measurement_height 100.0 --green_vegetation_emissivity 0.99 --soil_emissivity 0.97 --save_component_fluxes true --save_component_temperature true --save_aerodynamic_parameters true --output_file E:\SEN_ET_END\S20210118QXM\MAIN_FOLDER\out\2021_01_18\energy_fluxes.dim
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: GDAL 3.0.2 found on system. JNI driver will be used.
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: Installed GDAL 3.0.2 set to be used by SNAP.
WARNING: org.esa.s2tbx.dataio.gdal.GDALInstaller: Failed to delete the GDAL distribution folder ‘C:\Users\Administrator.snap\auxdata\gdal’.
SEVERE: org.esa.s2tbx.dataio.gdal.GDALLoader: Failed to initialize GDAL native drivers. GDAL readers and writers were disabled.C:\Users\Administrator.snap\auxdata\gdal\environment-variables.dll
INFO: org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO: Initializing external tool adapters
INFO: org.esa.snap.core.util.EngineVersionCheckActivator: Please check regularly for new updates for the best SNAP experience.
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: Installed GDAL 3.0.2 set to be used by SNAP.
INFO: org.hsqldb.persist.Logger: dataFileCache open start
Traceback (most recent call last):
File “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\sen-et-snap-scripts\energy_fluxes.py”, line 188, in
main()
File “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\lib\site-packages\click\core.py”, line 764, in call
return self.main(*args, **kwargs)
File “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\lib\site-packages\click\core.py”, line 717, in main
rv = self.invoke(ctx)
File “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\lib\site-packages\click\core.py”, line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\lib\site-packages\click\core.py”, line 555, in invoke
return callback(*args, **kwargs)
File “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\sen-et-snap-scripts\energy_fluxes.py”, line 136, in main
resistance_form=[0, {}])
File “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\lib\site-packages\pyTSEB\TSEB.py”, line 680, in TSEB_PT
rho = met.calc_rho(p, ea, T_A_K) # Air density
File “C:\Users\Administrator.snap\auxdata\sen-et-conda-Win64\lib\site-packages\pyTSEB\meteo_utils.py”, line 178, in calc_rho
rho = ((p * 100.0) / (R_d * T_A_K)) * (1.0 - (1.0 - epsilon) * ea / p)
MemoryError: Unable to allocate array with shape (30101865,) and data type float32
Process exited with value 1
Finished tool execution in 181 seconds

This is a critical issue for me and I hope I can get your help. Thank you very much