source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/config/IPSLCM6/CM65-ENSEMBLES.01/ENSEMBLES/script_opa.xx.ksh @ 5899

Last change on this file since 5899 was 5899, checked in by aclsce, 3 years ago

Modified libIGCM and configuration to run XIOS ensembles.

  • 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.