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

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

update dcmip run.def for test case 3 and 4

File size: 389 bytes
Line 
1#!/bin/bash
2#PBS -N icosagcm             
3#PBS -q workshop                 
4#PBS -l mppwidth=160         
5##PBS -l mppnppn=12             
6#PBS -l walltime=01:00: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 160 ./icosa_gcm.exe > out         
Note: See TracBrowser for help on using the repository browser.