How to run harpconver -a for a multiple files

Hi, i would like to run harpconvert for many files. I created a file list “List.txt” with the file names in the folder with the original files. How do i run the harpconvert for multiple files to output a number of regridded files equal to the number of files in the file list?

Thanks

The HARP tools themselves don’t have a way to batch process files as you descibe.
A solution would be to write e.g. a linux or python script that iterates on the list of items in the .txt file and then calls harpconvert for each entry individually.

Thanks a lot. I solved the issue by repeating the comand line for all the files automatically. I generate a list of files and copied and concatenate the comand lines for each file.