All,
In refactoring the code to add gas transport (now merged to the master branch), I revised the way uniform (and non-uniform for the experts out there) velocities are read from the input file. You can refer to the attached .rst file (which will eventually be added to the online documentation) or regression tests in PFLOTRAN_DIR/regression_tests/default/velocity for examples on how to use the new format. This updated approach allows us to leverage the standard dataset class to store velocities, instead of using an object specifically assigned to velocities, which resulted in duplicate code. Just trying to ease maintenance.
Glenn