source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/RUN_DIR/script_xios.x.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: 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.