source: codes/icosagcm/trunk/param_sets/dcmip2012/test3/job_lynx @ 61

Last change on this file since 61 was 61, checked in by ymipsl, 12 years ago

update DCMIP3 testcase on LYNX

YM

File size: 347 bytes
Line 
1#!/bin/bash
2#PBS -N icosagcm             
3#PBS -q workshop                 
4#PBS -l mppwidth=60         
5##PBS -l mppnppn=12             
6#PBS -l walltime=00:30:00     
7#PBS -e icosagcm.out             
8#PBS -j eo                     
9#PBS -V                       
10cd $PBS_O_WORKDIR               
11aprun -n 60 ./icosa_gcm.exe > out         
Note: See TracBrowser for help on using the repository browser.