source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/RUN_DIR/create_iodef_xml.sh @ 6180

Last change on this file since 6180 was 5869, checked in by ymipsl, 3 years ago

Create RUN_DIR ensemble

  • Property svn:eol-style set to native
  • 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.