Thank you very much! This worked well for the scan. Unfortunately, I ran into the next issue/set of questions:
1. On the long run I intend doing vscf calculations with NWChem. I started by an attempt to reproduce Chabans results for H2O (MP2/TZP). I obtain (without any error messages) these values:
  RESULTS OF VIBRATIONAL SCF CALCULATION: Frequencies, cm-1
  Mode      Harmonic     Diagonal      VSCF       PT2-VSCF
   1        3924.71      4021.95      4063.26      4030.09
   2        3806.67      4033.25      4010.87      3956.20
   3        1638.94      1776.22      1686.21      1680.68
which not only disagrees with the reference but appears to be nonsense alltogether, as the harmonic freq is actually lower than the VSCF one. Input was like this:
scratch_dir .
title "H2O TZP Optimized geom"
noprint
charge 0
geometry units au
   O       0.0000000000     0.0000000000    -0.2244495306
   H      -1.4306412400     0.0000000000     0.8977705872
   H       1.4306412400     0.0000000000     0.8977705872
end
basis noprint
 * library TZP
end
vscf
 ngrid 16
 coupling pair
end
mp2
 print none
 tight
end
task direct_MP2 vscf 
any thoughts on this?
2. In parallel I am trying to learn how to run VSCF on my linear molecule and this ends up with another symmtry issue, I guess: Per default NWChem lists (harmonic) frequencies for all 3N degrees of freedom but  the VSCF calculation on H2O couples and lists only the 3 virbational states - as I expected it would. 
However, this is not the case for my tri-atomic linear molecule: here, VSCF uses all 3x3=9 "modes" and (as a result?) is failing the SCF convergence for many of the coouplings involving the rotational degrees. So my question is two-fold I guess: Is this really intended behaviour to include all the 3N degrees of freedom and if so, may I trust VSCF results if *any* of the VSCF-steps does not converge?
Thanks again for any help,
Jack