#!/bin/csh
#@ class = com_rg8
#@ node_usage = shared
#@ step_name = wrf_job
#@ job_type = parallel
#@ network.MPI = csss,shared,us
#@ tasks_per_node = 8
#@ node = 2
#@ environment = MP_SHARED_MEMORY=yes;MP_EUILIB=us
#@ output = wrf.out
#@ error = wrf.err
##@ wall_clock_limit = 1:00:00
#@ queue
 

cd /ptmp/wrfhelp/WRF

poe /home/bluesky/wrfhelp/WRFV2/main/wrf.exe.64


exit