#!/bin/bash
#PBS -N cube_topo
#PBS -o __ETA_RUN__/../err/err.topo
#PBS -q pesq
#PBS -l mppwidth=96
#PBS -l walltime=06:00:00
#PBS -A CPTEC
#PBS -j oe

 
PRP_DIR=__PRP_DIR__
ETA_RUN=__ETA_RUN__

cd ${PRP_DIR}/data_in/grid/

aprun -n 96 ${PRP_DIR}/exe/topo.exe 1> ${ETA_RUN}/../err/err.topo 2>&1 

