run_scripts = {}
run_scripts['nci'] = \
"""#!/bin/csh -f

#PBS -P x77
#PBS -q normal
#PBS -l walltime={walltime}
#PBS -l ncpus={ncpus}
#PBS -l mem={mem}
#PBS -l wd
#PBS -l storage=scratch/v45+scratch/x77
#PBS -o {stdout_file}
#PBS -e {stderr_file}
#PBS -N {run_name}
#PBS -W block=true

limit stacksize unlimited

./MOM_run.csh --platform nci --type {type} --experiment {exp} {npes} {valgrind}
"""

build_cmd = " ./MOM_compile.csh --platform {platform} --type {type} {unit_testing}"
