Problem: Getting ERROR 999999 while executing function in ArcMap 10.6 model builder.
I want to sum six different variables to a raster and save in a file geodatabase. The six variables are contained in a netcdf (nc4) file. The netcdf files are from the GLDAS-NOAH 3hrly model output. I have about 15 thousand netcdf files (each about 7 MB) for the year 2010-2014 in a folder.
I am using model builder in ArcMap 10.6. The screen shot of the model is attached.
The problem is the model works for about 70-85 files then stops with an error message like the one below:
ERROR 999999: Error executing function.
The table was not found. [VAT_G20000513_1800]
No spatial reference exists.
Failed to execute (Cell Statistics).
[Here, G20000513_1800 is one of the netCDF files that I am processing]
Once I close all program and restart the process, the model runs again stops after processing 70-85 files with a similar error message.
I think the error is memory issue. I installed and tried use background geoprocessing (64 bit) for 10.6. I also saved the intermediate files in a separate folder but it did not help either. Is there a way to resolve this? I am working on Windows 7 Enterprise 64 bit PC with 16 GB RAM
Thanks