source: TOOLS/ConsoGENCMIP6/bin/config.ini.init @ 2464

Last change on this file since 2464 was 2464, checked in by labetoulle, 9 years ago
  • Use allow_no_value option from ConfigParser?, for dods directory in config.ini
  • keep default config.ini.init on svn instead of config.ini, which is to be adapted to each implementation
  • debug project_name processing
File size: 407 bytes
Line 
1[projet]
2name: gencmip6
3
4[directories]
5ROOT_DIR: /path/to/install/dir/ConsoGENCMIP6
6DATA: %(ROOT_DIR)s/output
7PLOT: %(ROOT_DIR)s/plot
8SAVE: %(ROOT_DIR)s/save
9SAVEDATA: %(SAVE)s/data
10SAVEPLOT: %(SAVE)s/plot
11DODS
12# DODS: /path/to/dods
13
14[files]
15PARAM: OUT_CONSO_PARAM
16BILAN: OUT_CONSO_BILAN
17UTHEO: OUT_CONSO_UTHEO
18LOGIN: OUT_CONSO_LOGIN
19STORE: OUT_CONSO_STORE
20CCCMP: ccc_myproject.dat
21JOBS:  OUT_JOBS_PENDING
22
Note: See TracBrowser for help on using the repository browser.