source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/RUN_DIR/script_opa.xx.ksh

Last change on this file was 5869, checked in by ymipsl, 3 years ago

Create RUN_DIR ensemble

  • Property svn:executable set to *
File size: 287 bytes
Line 
1#!/bin/bash
2cd MEMBER_$MEMBER
3echo NEMO MEMBER_$MEMBER > out_opa.xx.out.${SLURM_PROCID}
4if [[ -z $DDT ]]
5then
6  ../opa.xx >> out_opa.xx.out.${SLURM_PROCID} 2>out_opa.xx.err.${SLURM_PROCID}
7else
8  ddt-client ../opa.xx >> out_opa.xx.out.${SLURM_PROCID} 2>out_opa.xx.err.${SLURM_PROCID}
9fi
Note: See TracBrowser for help on using the repository browser.