Can you post your code? It is also helpful to add in 'print' statements in your code so you can see if the results are what you expect. For example, if you are having trouble getting unique output names in your loop, you can do a print on the 'year' and 'outfile' parameters to see if you are extracting the name you expect.
|