source: codes/icosagcm/trunk/param_sets/dcmip2012/test4/test4.1/test4.1-0/job_lynx @ 86

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

dcmip testcase 4

YM

File size: 387 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   
11
12export MPICH_MAX_SHORT_MSG_SIZE=1024
13                   
14aprun -n 60 ./icosa_gcm.exe > out         
Note: See TracBrowser for help on using the repository browser.