source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/config/IPSLCM6/CM65-ENSEMBLES.01/ENSEMBLES/script_xios.x.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: 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.