You should be able to run the GOMb0.08 example on a workstation. It only requires about 2GB of memory and takes about 10 minutes to run one model month on 48 MPI tasks.
So if you have a 4 processor workstation and run on 3 MPI tasks (only use 4 tasks if the workstation is doing nothing else at all) it should take 2-3 hours per model month. It might be easier to use 3 OpenMP threads (no MPI library required), which might take a little longer to run but is still manageable.
For gfortran with OpenMP use config/xc40-gnu-relo_omp, your source directory name would end in _omp instead of _mpi. If you want to use just a single processor use config/xc40-gnu-relo_one.
Use msub_csh in place of msub_pbs (which is linked to msub by default).
Alan.