source: CONFIG_DEVT/IPSLCM6.2.2_ENSEMBLES/config/IPSLCM6/LMDZOR622-ENSEMBLES.01/ENSEMBLES/create_iodef_xml.sh @ 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: 173 bytes
Line 
1#!/bin/bash
2pool_size=$1
3oasis_codes_id=LMDZ:${pool_size}",oceanx:"${pool_size}
4cat iodef_template.xml > iodef.xml
5sed -i -e "s/@oasis_codes_id/$oasis_codes_id/g" iodef.xml
Note: See TracBrowser for help on using the repository browser.