I am processing multiple files (PACE in this case, but probably not relevant to the question) on the same machine with l2gen. Each call to l2gen is in separate terminal and each has a distinct parameter file, but they are processing the same L1B file.
Where par1.txt is likeAnd par2.txt is likeIs there any reason this will create a conflict or erroneous/unexpected results due to, e.g., temporary files written by the first process being used by the second?
Code:
term1-on-computer1% l2gen par=par1.txt---term2-on-computer1% l2gen par=par2.txt
Code:
ifile=XYZ.L1B.ncofile=XYZ.L2.version1.ncuncertaintyfile=myuncertaintyfile1.nc
Code:
ifile=XYZ.L1B.ncofile=XYZ.L2.version2.ncuncertaintyfile=myuncertaintyfile2.nc
Statistics: Posted by daurin — Mon Mar 25, 2024 6:50 pm America/New_York