Job Submission Arguments
Job submission can be affected by the value of the optional variables NC_RUN_ARGS and NC_RUN_ARGS, which specify a list of arguments that are pre-pended and appended to the argument list passed to the submission command.
% setenv NC_RUN_ARGS "-D"
% setenv NC_RUN_ARGS_AFTER "-jobproj myproj123"
% nc run -p high sleep 10
% nc run -D -p high -jobproj myproj123 sleep 10