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