source: CONFIG_DEVT/IPSLCM6.2.2_ENSEMBLES/config/IPSLCM6/LMDZOR622-ENSEMBLES.01/ENSEMBLES/script_xios.x.ksh @ 6246

Last change on this file since 6246 was 6246, checked in by aclsce, 20 months ago

Added LMDZOR experiment within XIOS ensembles infrastructure.

  • Property svn:executable set to *
File size: 219 bytes
Line 
1#!/bin/bash
2cd XIOS
3if [[ -z $DDT ]]
4then
5  ../xios.x >> out_xios.x.out.${SLURM_PROCID} 2>out_xios.x.err.${SLURM_PROCID}
6else
7  ddt-client ../xios.x >> out_xios.x.out.${SLURM_PROCID} 2>out_xios.x.err.${SLURM_PROCID}
8fi
Note: See TracBrowser for help on using the repository browser.