source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/mk/Flist_cfgs.sh @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

  • Property svn:executable set to *
File size: 665 bytes
Line 
1#!/bin/bash
2
3echo -e "\n  € Reference configurations with default sub-components (can be updated by a new set)"
4cat ${MAIN_DIR}/cfgs/ref_cfgs.txt \
5| awk '{printf "%-20s", $1}{$1 = ""; printf "%s\n", $0}'
6
7echo -e "\n  € Demonstrations cases (see https://github.com/sflavoni/NEMO-test-cases for more)"
8cat ${MAIN_DIR}/tests/demo_cfgs.txt \
9| awk '{printf "%-20s", $1}{$1 = ""; printf "%s\n", $0}'
10
11echo -e "\n  € Full scripted remote configurations (CPP file + EXP00 inputs + MY_SRC + ...)"
12cat ${MAIN_DIR}/tests/rmt_cfgs.txt
13
14echo -e "\n  € Available sub-components ('OCE' is mandatory in any set)"
15ls  ${MAIN_DIR}/src | awk -F/ '{ print $NF }' | column
16
17echo
Note: See TracBrowser for help on using the repository browser.