Gpt Biophysical calculation missing auxdata

hello ,
when using gpt Biophysical Op, I have the problem, I dont find LAI_Cw_TestCases, FCOVER_TestCases, FCOVER_DefinitionDomain_MinMax and COVER_DefinitionDomain_Grid files!!

WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable LAI_Cw. They won’t be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading /root/.snap/auxdata/s2tbx/biophysical/2_1/FCOVER/FCOVER_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable FCOVER. They won’t be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading /root/.snap/auxdata/s2tbx/biophysical/2_1/FCOVER/FCOVER_DefinitionDomain_MinMax
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients DEFINITION_DOMAIN_MINMAX for variable FCOVER. They won’t be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading /root/.snap/auxdata/s2tbx/biophysical/2_1/FCOVER/FCOVER_DefinitionDomain_Grid
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients DEFINITION_DOMAIN_GRID for variable FCOVER. They won’t be available.

thank you!

Gpt is looking for missing data in /root/.snap. Are you running gpt as the “root” user? Did you install SNAP using “sudo”? Installing or running SNAP or gpt using elevated privileges often results in a non-functioning installation. For security reasons, linux distros have been putting restrictions on the “root” user, or even moving to a “rootless” configuration. Some manual cleanup followed by a fresh install (avoiding use of “sudo”) may be needed.

I think that case with root account is not a solution. I use GPT and snap not as root and I still get this kind of errors/warnings.

[2021-08-09 13:50:27,639: WARNING/ForkPoolWorker-11] Start process graph /datastore-calc/0_17_81388_17_91302_52_67409_52_76176_000/20210809/inputs/graphs/s2_biophysical_lai.xml
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading /home/wasat/.snap/auxdata/s2tbx/biophysical/3_0/S2A/LAI/LAI_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable LAI model S2A. They won't be available.

[2021-08-09 13:50:43,807: WARNING/ForkPoolWorker-11] Start process graph /datastore-calc/0_17_81388_17_91302_52_67409_52_76176_000/20210809/inputs/graphs/s2_biophysical_fapar.xml
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading /home/wasat/.snap/auxdata/s2tbx/biophysical/3_0/S2A/FAPAR/FAPAR_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable FAPAR model S2A. They won't be available.

[2021-08-09 13:51:00,982: WARNING/ForkPoolWorker-11] Start process graph /datastore-calc/0_17_81388_17_91302_52_67409_52_76176_000/20210809/inputs/graphs/s2_biophysical_fvc.xml
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading /home/wasat/.snap/auxdata/s2tbx/biophysical/3_0/S2A/FCOVER/FCOVER_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable FCOVER model S2A. They won't be available.

[2021-08-09 13:51:17,116: WARNING/ForkPoolWorker-11] Start process graph /datastore-calc/0_17_81388_17_91302_52_67409_52_76176_000/20210809/inputs/graphs/s2_biophysical_cab.xml
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading /home/wasat/.snap/auxdata/s2tbx/biophysical/3_0/S2A/LAI_Cab/LAI_Cab_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable LAI_Cab model S2A. They won't be available.

[2021-08-09 13:51:33,372: WARNING/ForkPoolWorker-11] Start process graph /datastore-calc/0_17_81388_17_91302_52_67409_52_76176_000/20210809/inputs/graphs/s2_biophysical_cwc.xml
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading /home/wasat/.snap/auxdata/s2tbx/biophysical/3_0/S2A/LAI_Cw/LAI_Cw_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable LAI_Cw model S2A. They won't be available.

There is a lack of files with TestCases in each one. Problem exists in Snap 7.0 and 8.0 (both updated). Is there any kind to add this files manually or quiet this warnings?