parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can I do replacement strings with an arg-file?


From: Dew, James (NRCAN/RNCAN)
Subject: How can I do replacement strings with an arg-file?
Date: Fri, 15 Dec 2017 19:04:28 +0000

Hi,


I'm trying to use some replacement strings inside an arg-file and unable to do so, is there something I'm missing?


In my command file I have many rows of


./mkcontrol.py --lat=50.1848576262 --lon=-67.4749590421 --timestamp=2007-07-23T20:00 --count=11 --hours=20 --id=2007001 --number={#}


Which are fed to parallel:


parallel --sshloginfile x --workdir /hysplit4/parallel/ --basefile metdata/ --basefile mkcontrol.py --basefile SETUP.CFG --return tdump/{#}/ --return kml/{#}/ -a commands


I'm essentially trying to get hysplit to output into a directory based on the job number so that I can pull the results back with --return foo/{#}/


Is there something I can do, to do the same replacements in the arg-file as on the command line?



Jim






reply via email to

[Prev in Thread] Current Thread [Next in Thread]