config-run.xml 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416
  1. <?xml version="1.0"?>
  2. <Configuration>
  3. <Translation name="RUN_ATM+OCE">
  4. <Description>Run script file (coupled run: atm+oce)</Description>
  5. <Template>ece-ifs+nemo.sh.tmpl</Template>
  6. <Target>ece-ifs+nemo.sh</Target>
  7. <Properties>executable</Properties>
  8. </Translation>
  9. <Translation name="RUN_ATM">
  10. <Description>Run script file (atm only run)</Description>
  11. <Template>ece-ifs.sh.tmpl</Template>
  12. <Target>ece-ifs.sh</Target>
  13. <Properties>executable</Properties>
  14. </Translation>
  15. <Translation name="RUN_OCE">
  16. <Description>Run script file (oce only run)</Description>
  17. <Template>ece-nemo.sh.tmpl</Template>
  18. <Target>ece-nemo.sh</Target>
  19. <Properties>executable</Properties>
  20. </Translation>
  21. <Translation name="RUN_ATM+CHE">
  22. <Description>Run script file (coupled run: atm+che)</Description>
  23. <Template>ece-ifs+tm5.sh.tmpl</Template>
  24. <Target>ece-ifs+tm5.sh</Target>
  25. <Properties>executable</Properties>
  26. </Translation>
  27. <Platform name="lemaitre3">
  28. <Description>
  29. HOST: lemaitre3.cism.ucl.ac.be
  30. ARCH: linux_x86_64
  31. CPU MODEL: SkyLake
  32. MAINTAINER: Pierre-Yves Barriat [pierre-yves.barriat@uclouvain.be]
  33. </Description>
  34. <Translation name="LEMAITRE3_CFG">
  35. <Description>Platform dependent configuration (lemaitre3)</Description>
  36. <Template>platform/lemaitre3.cfg.tmpl</Template>
  37. <Target>ecconf.cfg</Target>
  38. <Properties></Properties>
  39. </Translation>
  40. <Parameter name="BUILD_ARCH">
  41. <Description>Architecture used when building EC-Earth</Description>
  42. <Type>STRING</Type>
  43. <Value>ecconf</Value>
  44. </Parameter>
  45. <Parameter name="ECEARTH_SRC_DIR">
  46. <Description>Base directory for EC-Earth sources</Description>
  47. <Type>PATH</Type>
  48. <Value>${HOME}/modeles/ecearth/ecearth_3.2.2/sources</Value>
  49. </Parameter>
  50. <Parameter name="RUN_DIR">
  51. <Description>EC-Earth run directory</Description>
  52. <Type>PATH</Type>
  53. <Value>/scratch/ucl/elic/${USER}/ecearth/run/${exp_name}</Value>
  54. </Parameter>
  55. <Parameter name="INI_DATA_DIR">
  56. <Description>Initial data directory used by EC-Earth</Description>
  57. <Type>PATH</Type>
  58. <Value>/scratch/ucl/elic/pbarriat/DATA/EC-EARTH</Value>
  59. </Parameter>
  60. <Parameter name="PROC_PER_NODE">
  61. <Description>Number of processors per node</Description>
  62. <Type>INTEGER</Type>
  63. <Value>24</Value>
  64. </Parameter>
  65. <Parameter name="RESUBMIT_JOB">
  66. <Description>Automatically resubmit the job? [true|false]</Description>
  67. <Type>BOOLEAN</Type>
  68. <Value>true</Value>
  69. </Parameter>
  70. <Parameter name="RESUBMIT_OPT">
  71. <Description>Additional options for the submit command</Description>
  72. <Type>STRING</Type>
  73. <Value></Value>
  74. </Parameter>
  75. <Parameter name="GRIBEX_DEFINITION_PATH">
  76. <Description>GRIBEX definition Template path</Description>
  77. <Type>PATH</Type>
  78. <Value>/scratch/ucl/elic/pbarriat/DATA/OPT/gribex/lib</Value>
  79. </Parameter>
  80. <Parameter name="GRIBAPI_BASE_DIR">
  81. <Description>GRIB API base directory</Description>
  82. <Type>PATH</Type>
  83. <Value>/opt/cecisw/arch/easybuild/2018a/software/grib_api/1.16.0-intel-2018a</Value>
  84. </Parameter>
  85. <Parameter name="GRIBAPI_BIN_SUBDIR">
  86. <Description>GRIB API bin directory relative to the base directory</Description>
  87. <Type>PATH</Type>
  88. <Value>bin</Value>
  89. </Parameter>
  90. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  91. <Description>GRIB API definition directory relative to the base directory</Description>
  92. <Type>PATH</Type>
  93. <Value>share/grib_api/definitions</Value>
  94. </Parameter>
  95. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  96. <Description>GRIB API samples directory relative to the base directory</Description>
  97. <Type>PATH</Type>
  98. <Value>share/grib_api/ifs_samples/grib1</Value>
  99. </Parameter>
  100. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  101. <Description>Additional shared library paths needed at runtime</Description>
  102. <Type>STRING</Type>
  103. <Value></Value>
  104. </Parameter>
  105. <Parameter name="PRE_LOAD_MODULES_CMD">
  106. <Description>Command run before any modules are loaded</Description>
  107. <Type>STRING</Type>
  108. <Value>module purge</Value>
  109. </Parameter>
  110. <Parameter name="MODULE_LIST">
  111. <Description>List of modules to load</Description>
  112. <Type>STRING</Type>
  113. <Value>Boost netCDF-Fortran/4.4.4-intel-2018a grib_api</Value>
  114. </Parameter>
  115. </Platform>
  116. <Platform name="zenobe">
  117. <Description>
  118. HOST: zenobe.hpc.cenaero.be
  119. ARCH: linux_x86_64
  120. CPU MODEL: Ivy Bridge
  121. MAINTAINER: Pierre-Yves Barriat [pierre-yves.barriat@uclouvain.be]
  122. </Description>
  123. <Translation name="ZENOBE_CFG">
  124. <Description>Platform dependent configuration (zenobe)</Description>
  125. <Template>platform/zenobe.cfg.tmpl</Template>
  126. <Target>ecconf.cfg</Target>
  127. <Properties></Properties>
  128. </Translation>
  129. <Parameter name="BUILD_ARCH">
  130. <Description>Architecture used when building EC-Earth</Description>
  131. <Type>STRING</Type>
  132. <Value>ecconf</Value>
  133. </Parameter>
  134. <Parameter name="ECEARTH_SRC_DIR">
  135. <Description>Base directory for EC-Earth sources</Description>
  136. <Type>PATH</Type>
  137. <Value>${HOME}/modeles/ecearth_3.2.2/sources</Value>
  138. </Parameter>
  139. <Parameter name="RUN_DIR">
  140. <Description>EC-Earth run directory</Description>
  141. <Type>PATH</Type>
  142. <Value>/SCRATCH/acad/ecearth/${USER}/run/${exp_name}</Value>
  143. </Parameter>
  144. <Parameter name="INI_DATA_DIR">
  145. <Description>Initial data directory used by EC-Earth</Description>
  146. <Type>PATH</Type>
  147. <Value>/SCRATCH/acad/ecearth/DATA</Value>
  148. </Parameter>
  149. <Parameter name="PROC_PER_NODE">
  150. <Description>Number of processors per node</Description>
  151. <Type>INTEGER</Type>
  152. <Value>24</Value>
  153. </Parameter>
  154. <Parameter name="RESUBMIT_JOB">
  155. <Description>Automatically resubmit the job? [true|false]</Description>
  156. <Type>BOOLEAN</Type>
  157. <Value>true</Value>
  158. </Parameter>
  159. <Parameter name="RESUBMIT_OPT">
  160. <Description>Additional options for the submit command</Description>
  161. <Type>STRING</Type>
  162. <Value></Value>
  163. </Parameter>
  164. <Parameter name="GRIBEX_DEFINITION_PATH">
  165. <Description>GRIBEX definition Template path</Description>
  166. <Type>PATH</Type>
  167. <Value>/projects/acad/ecearth/opt/gribex/lib</Value>
  168. </Parameter>
  169. <Parameter name="GRIBAPI_BASE_DIR">
  170. <Description>GRIB API base directory</Description>
  171. <Type>PATH</Type>
  172. <Value>/projects/acad/ecearth/opt/grib_api</Value>
  173. </Parameter>
  174. <Parameter name="GRIBAPI_BIN_SUBDIR">
  175. <Description>GRIB API bin directory relative to the base directory</Description>
  176. <Type>PATH</Type>
  177. <Value>bin</Value>
  178. </Parameter>
  179. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  180. <Description>GRIB API definition directory relative to the base directory</Description>
  181. <Type>PATH</Type>
  182. <Value>share/definitions</Value>
  183. </Parameter>
  184. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  185. <Description>GRIB API samples directory relative to the base directory</Description>
  186. <Type>PATH</Type>
  187. <Value>share/ifs_samples/grib1</Value>
  188. </Parameter>
  189. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  190. <Description>Additional shared library paths needed at runtime</Description>
  191. <Type>STRING</Type>
  192. <Value>/projects/acad/ecearth/opt/grib_api/lib:/projects/acad/ecearth/opt/openjpeg/lib:/projects/acad/ecearth/opt/netcdf/4.4.1.1_ivy_2016.2.181/lib</Value>
  193. </Parameter>
  194. <Parameter name="PRE_LOAD_MODULES_CMD">
  195. <Description>Command run before any modules are loaded</Description>
  196. <Type>STRING</Type>
  197. <Value>module purge</Value>
  198. </Parameter>
  199. <Parameter name="MODULE_LIST">
  200. <Description>List of modules to load</Description>
  201. <Type>STRING</Type>
  202. <Value>compiler/intel/comp_and_lib/2016.2.181 intelmpi/5.1.3.181/64 hdf5/1.8.18-el6/intel_2016.2.181/intelmpi_5.1.3.181</Value>
  203. </Parameter>
  204. </Platform>
  205. <Platform name="voima">
  206. <Description>
  207. HOST: Voima (voima.fmi.fi)
  208. ARCH: linux_x86_64
  209. CPU MODEL: Intel Sandy Bridge (Ivy Bridge?)
  210. MAINTAINER: Declan O'Donnell [declan.odonnell@fmi.fi]
  211. </Description>
  212. <Translation name="VOIMA_CFG">
  213. <Description>Platform dependent configuration (voima.fmi.fi)</Description>
  214. <Template>platform/voima.cfg.tmpl</Template>
  215. <Target>ecconf.cfg</Target>
  216. <Properties></Properties>
  217. </Translation>
  218. <Translation name="VOIMA_PBS">
  219. <Description>Platform dependent configuration (voima.fmi.fi)</Description>
  220. <Template>platform/voima_pbs.cfg.tmpl</Template>
  221. <Target>jobsubm_ece.sh</Target>
  222. <Properties></Properties>
  223. </Translation>
  224. <Parameter name="BUILD_ARCH">
  225. <Description>Architecture used when building EC-Earth</Description>
  226. <Type>STRING</Type>
  227. <Value>ecconf</Value>
  228. </Parameter>
  229. <Parameter name="ECEARTH_SRC_DIR">
  230. <Description>Base directory for EC-Earth sources</Description>
  231. <Type>PATH</Type>
  232. <!-- on voima, ECEARTH_SRC_DIR must be available on the compute nodes -->
  233. <!-- use /stornext (or /lustre if you don't have /stornext storage -->
  234. <Value>/stornext/field/users/odonnell/models/ec-earth/branches/r2617/sources</Value>
  235. </Parameter>
  236. <Parameter name="RUN_DIR">
  237. <Description>EC-Earth run directory</Description>
  238. <Type>PATH</Type>
  239. <Value>/lustre/tmp/${USER}/${exp_name}</Value>
  240. </Parameter>
  241. <Parameter name="INI_DATA_DIR">
  242. <Description>Initial data directory used by EC-Earth</Description>
  243. <Type>PATH</Type>
  244. <Value>/stornext/field/users/odonnell/input/ec-earth</Value>
  245. </Parameter>
  246. <Parameter name="PROC_PER_NODE">
  247. <Description>Number of processors per node</Description>
  248. <Type>INTEGER</Type>
  249. <Value>20</Value>
  250. </Parameter>
  251. <Parameter name="RESUBMIT_JOB">
  252. <Description>Automatically resubmit the job? [true|false]</Description>
  253. <Type>BOOLEAN</Type>
  254. <Value>true</Value>
  255. </Parameter>
  256. <Parameter name="RESUBMIT_OPT">
  257. <Description>Additional options for the submit command</Description>
  258. <Type>STRING</Type>
  259. <Value></Value>
  260. </Parameter>
  261. <Parameter name="GRIBEX_DEFINITION_PATH">
  262. <Description>GRIBEX definition Template path</Description>
  263. <Type>PATH</Type>
  264. <Value>/stornext/field/users/odonnell/models/ec-earth/gribex/gribtemplates</Value>
  265. <!-- <Value>/opt/gribex/gribtemplates</Value> -->
  266. </Parameter>
  267. <Parameter name="GRIBAPI_BASE_DIR">
  268. <Description>GRIB API base directory</Description>
  269. <Type>PATH</Type>
  270. <Value>/stornext/field/users/odonnell/models/ec-earth/grib_api/1.12.3/intel</Value>
  271. <!-- <Value>/opt/grib_api/INTEL</Value> -->
  272. </Parameter>
  273. <Parameter name="GRIBAPI_BIN_SUBDIR">
  274. <Description>GRIB API bin directory relative to the base directory</Description>
  275. <Type>PATH</Type>
  276. <Value>bin</Value>
  277. </Parameter>
  278. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  279. <Description>GRIB API definition directory relative to the base directory</Description>
  280. <Type>PATH</Type>
  281. <Value>share/grib_api/definitions</Value>
  282. </Parameter>
  283. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  284. <Description>GRIB API samples directory relative to the base directory</Description>
  285. <Type>STRING</Type>
  286. <Value>share/grib_api/ifs_samples/grib1</Value>
  287. </Parameter>
  288. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  289. <Description>Additional shared library paths needed at runtime</Description>
  290. <Type>STRING</Type>
  291. <Value></Value>
  292. </Parameter>
  293. <Parameter name="PRE_LOAD_MODULES_CMD">
  294. <Description>Command run before any modules are loaded</Description>
  295. <Type>STRING</Type>
  296. <Value>source /opt/modules/default/etc/modules.sh</Value>
  297. </Parameter>
  298. <Parameter name="MODULE_LIST">
  299. <Description>List of modules to load</Description>
  300. <Type>STRING</Type>
  301. <Value></Value>
  302. </Parameter>
  303. <Parameter name="WALLTIME">
  304. <Description>Maximum runtime requested from the batch system (hh:mm:ss)</Description>
  305. <Type>STRING</Type>
  306. <Value>08:00:00</Value>
  307. </Parameter>
  308. <Parameter name="RUN_COMPONENTS">
  309. <Description>Components that will be used in the run</Description>
  310. <Type>STRING</Type>
  311. <Value>ifs</Value>
  312. </Parameter>
  313. </Platform>
  314. <Platform name="bi">
  315. <Description>
  316. HOST: bi.nsc.liu.se
  317. ARCH: linux_x86_64
  318. CPU MODEL: Intel E5-2660
  319. MAINTAINER: Uwe Fladrich [uwe.fladrich@smhi.se]
  320. </Description>
  321. <Translation name="BI_CFG">
  322. <Description>Platform dependent configuration (bi)</Description>
  323. <Template>platform/bi.cfg.tmpl</Template>
  324. <Target>ecconf.cfg</Target>
  325. <Properties></Properties>
  326. </Translation>
  327. <Parameter name="BUILD_ARCH">
  328. <Description>Architecture used when building EC-Earth</Description>
  329. <Type>STRING</Type>
  330. <Value>ecconf</Value>
  331. </Parameter>
  332. <Parameter name="ECEARTH_SRC_DIR">
  333. <Description>Base directory for EC-Earth sources</Description>
  334. <Type>PATH</Type>
  335. <Value>${HOME}/Projects/ecearth3/sources</Value>
  336. </Parameter>
  337. <Parameter name="RUN_DIR">
  338. <Description>EC-Earth run directory</Description>
  339. <Type>PATH</Type>
  340. <Value>/nobackup/rossby15/${USER}/run/${exp_name}</Value>
  341. </Parameter>
  342. <Parameter name="INI_DATA_DIR">
  343. <Description>Initial data directory used by EC-Earth</Description>
  344. <Type>PATH</Type>
  345. <Value>/nobackup/rossby20/rossby/joint_exp/ecearth/inidata</Value>
  346. </Parameter>
  347. <Parameter name="PROC_PER_NODE">
  348. <Description>Number of processors per node</Description>
  349. <Type>INTEGER</Type>
  350. <Value>16</Value>
  351. </Parameter>
  352. <Parameter name="RESUBMIT_JOB">
  353. <Description>Automatically resubmit the job? [true|false]</Description>
  354. <Type>BOOLEAN</Type>
  355. <Value>false</Value>
  356. </Parameter>
  357. <Parameter name="RESUBMIT_OPT">
  358. <Description>Additional options for the submit command</Description>
  359. <Type>STRING</Type>
  360. <Value>-t 30</Value>
  361. </Parameter>
  362. <Parameter name="GRIBAPI_BASE_DIR">
  363. <Description>GRIB API base directory</Description>
  364. <Type>PATH</Type>
  365. <Value>/software/apps/grib_api/1.12.3/i1501</Value>
  366. </Parameter>
  367. <Parameter name="GRIBAPI_BIN_SUBDIR">
  368. <Description>GRIB API bin directory relative to the base directory</Description>
  369. <Type>PATH</Type>
  370. <Value>bin</Value>
  371. </Parameter>
  372. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  373. <Description>GRIB API definition directory relative to the base directory</Description>
  374. <Type>PATH</Type>
  375. <Value>share/ifs-definitions/definitions</Value>
  376. </Parameter>
  377. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  378. <Description>GRIB API samples directory relative to the base directory</Description>
  379. <Type>PATH</Type>
  380. <Value>share/ifs-samples/grib1</Value>
  381. </Parameter>
  382. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  383. <Description>Additional shared library paths needed at runtime</Description>
  384. <Type>STRING</Type>
  385. <Value>/software/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64:/software/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64:/software/apps/intel/impi/5.0.2.044/intel64/lib:/software/apps/netcdf/4.3.2/i1501-impi-5.0.2.044-hdf5-1.8.14/lib:/software/apps/hdf5/1.8.14/i1501/lib</Value>
  386. </Parameter>
  387. <Parameter name="PRE_LOAD_MODULES_CMD">
  388. <Description>Command run before any modules are loaded</Description>
  389. <Type>STRING</Type>
  390. <Value></Value>
  391. </Parameter>
  392. <Parameter name="MODULE_LIST">
  393. <Description>List of modules to load</Description>
  394. <Type>STRING</Type>
  395. <Value>impi/5.0.2.044</Value>
  396. </Parameter>
  397. </Platform>
  398. <Platform name="triolith">
  399. <Description>
  400. HOST: triolith.nsc.liu.se
  401. ARCH: linux_x86_64
  402. CPU MODEL: Intel E5-2660
  403. MAINTAINER: Uwe Fladrich [uwe.fladrich@smhi.se]
  404. </Description>
  405. <Translation name="TRIOLITH_CFG">
  406. <Description>Platform dependent configuration (triolith)</Description>
  407. <Template>platform/triolith.cfg.tmpl</Template>
  408. <Target>ecconf.cfg</Target>
  409. <Properties></Properties>
  410. </Translation>
  411. <Parameter name="BUILD_ARCH">
  412. <Description>Architecture used when building EC-Earth</Description>
  413. <Type>STRING</Type>
  414. <Value>ecconf</Value>
  415. </Parameter>
  416. <Parameter name="ECEARTH_SRC_DIR">
  417. <Description>Base directory for EC-Earth sources</Description>
  418. <Type>PATH</Type>
  419. <Value>${HOME}/Projects/ecearth3/sources</Value>
  420. </Parameter>
  421. <Parameter name="RUN_DIR">
  422. <Description>EC-Earth run directory</Description>
  423. <Type>PATH</Type>
  424. <Value>NO_PATH_DEFINED</Value>
  425. </Parameter>
  426. <Parameter name="INI_DATA_DIR">
  427. <Description>Initial data directory used by EC-Earth</Description>
  428. <Type>PATH</Type>
  429. <Value>/nobackup/rossby20/rossby/joint_exp/ecearth/inidata</Value>
  430. </Parameter>
  431. <Parameter name="PROC_PER_NODE">
  432. <Description>Number of processors per node</Description>
  433. <Type>INTEGER</Type>
  434. <Value>16</Value>
  435. </Parameter>
  436. <Parameter name="RESUBMIT_JOB">
  437. <Description>Automatically resubmit the job? [true|false]</Description>
  438. <Type>BOOLEAN</Type>
  439. <Value>true</Value>
  440. </Parameter>
  441. <Parameter name="RESUBMIT_OPT">
  442. <Description>Additional options for the submit command</Description>
  443. <Type>STRING</Type>
  444. <Value>-t 24:00:00 -N 13</Value>
  445. </Parameter>
  446. <Parameter name="GRIBAPI_BASE_DIR">
  447. <Description>GRIB API base directory</Description>
  448. <Type>PATH</Type>
  449. <Value>/software/apps/grib_api/1.12.1/i1214</Value>
  450. </Parameter>
  451. <Parameter name="GRIBAPI_BIN_SUBDIR">
  452. <Description>GRIB API bin directory relative to the base directory</Description>
  453. <Type>PATH</Type>
  454. <Value>bin</Value>
  455. </Parameter>
  456. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  457. <Description>GRIB API definition directory relative to the base directory</Description>
  458. <Type>PATH</Type>
  459. <Value>share/grib_api/definitions</Value>
  460. </Parameter>
  461. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  462. <Description>GRIB API samples directory relative to the base directory</Description>
  463. <Type>PATH</Type>
  464. <Value>share/grib_api/ifs_samples/grib1</Value>
  465. </Parameter>
  466. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  467. <Description>Additional shared library paths needed at runtime</Description>
  468. <Type>STRING</Type>
  469. <Value></Value>
  470. </Parameter>
  471. <Parameter name="PRE_LOAD_MODULES_CMD">
  472. <Description>Command run before any modules are loaded</Description>
  473. <Type>STRING</Type>
  474. <Value></Value>
  475. </Parameter>
  476. <Parameter name="MODULE_LIST">
  477. <Description>List of modules to load</Description>
  478. <Type>STRING</Type>
  479. <Value>buildenv-intel/2015-1</Value>
  480. </Parameter>
  481. </Platform>
  482. <Platform name="neuron">
  483. <Description>
  484. HOST: bxshpc01.knmi.nl
  485. ARCH: linux_x86_64
  486. CPU MODEL: Intel Xeon X5675 3.07GHz
  487. MAINTAINER: Philippe Le Sager [sager@knmi.nl]
  488. </Description>
  489. <Translation name="KNMI_NEURON_CFG">
  490. <Description>Platform dependent configuration (bull@knmi)</Description>
  491. <Template>platform/neuron.cfg.tmpl</Template>
  492. <Target>ecconf.cfg</Target>
  493. </Translation>
  494. <Parameter name="BUILD_ARCH">
  495. <Description>Architecture used when building EC-Earth</Description>
  496. <Type>STRING</Type>
  497. <Value>ecconf</Value>
  498. </Parameter>
  499. <Parameter name="ECEARTH_SRC_DIR">
  500. <Description>Base directory for EC-Earth sources</Description>
  501. <Type>PATH</Type>
  502. <Value>${HOME}/Projects/ecearth3/sources</Value>
  503. </Parameter>
  504. <Parameter name="RUN_DIR">
  505. <Description>EC-Earth run directory</Description>
  506. <Type>PATH</Type>
  507. <Value>/scratch/users/sager/ecearth3/${exp_name}</Value>
  508. </Parameter>
  509. <Parameter name="INI_DATA_DIR">
  510. <Description>Initial data directory used by EC-Earth</Description>
  511. <Type>PATH</Type>
  512. <Value>${HOME}/DATA/ecearth-3.2b</Value>
  513. </Parameter>
  514. <Parameter name="PROC_PER_NODE">
  515. <Description>Number of processors per node</Description>
  516. <Type>INTEGER</Type>
  517. <Value>12</Value>
  518. </Parameter>
  519. <Parameter name="RESUBMIT_JOB">
  520. <Description>Automatically resubmit the job? [true|false]</Description>
  521. <Type>BOOLEAN</Type>
  522. <Value>true</Value>
  523. </Parameter>
  524. <Parameter name="RESUBMIT_OPT">
  525. <Description>Additional options for the submit command</Description>
  526. <Type>STRING</Type>
  527. <Value></Value>
  528. </Parameter>
  529. <Parameter name="GRIBAPI_BASE_DIR">
  530. <Description>GRIB API base directory</Description>
  531. <Type>PATH</Type>
  532. <Value>/nfs_ltc/ecearth/users/severijn/installed/grib_api-1.9.9</Value>
  533. </Parameter>
  534. <Parameter name="GRIBAPI_BIN_SUBDIR">
  535. <Description>GRIB API bin directory relative to the base directory</Description>
  536. <Type>PATH</Type>
  537. <Value>bin</Value>
  538. </Parameter>
  539. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  540. <Description>GRIB API definition directory relative to the base directory</Description>
  541. <Type>PATH</Type>
  542. <Value>share/definitions</Value>
  543. </Parameter>
  544. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  545. <Description>GRIB API samples directory relative to the base directory</Description>
  546. <Type>PATH</Type>
  547. <Value>ifs_samples/grib1</Value>
  548. </Parameter>
  549. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  550. <Description>Additional shared library paths needed at runtime</Description>
  551. <Type>STRING</Type>
  552. <Value></Value>
  553. </Parameter>
  554. <Parameter name="PRE_LOAD_MODULES_CMD">
  555. <Description>Command run before any modules are loaded</Description>
  556. <Type>STRING</Type>
  557. <Value></Value>
  558. </Parameter>
  559. <Parameter name="MODULE_LIST">
  560. <Description>List of modules to load</Description>
  561. <Type>STRING</Type>
  562. <Value></Value>
  563. </Parameter>
  564. </Platform>
  565. <Platform name="beskow">
  566. <!-- Tested with modules PrgEnv-intel/5.2.56 cray-hdf5-parallel/1.8.13 loaded -->
  567. <Description></Description>
  568. <Translation name="BESKOW_CFG">
  569. <Description>Platform dependent configuration (beskow)</Description>
  570. <Template>platform/beskow.cfg.tmpl</Template>
  571. <Target>ecconf.cfg</Target>
  572. <Properties></Properties>
  573. </Translation>
  574. <Parameter name="BUILD_ARCH">
  575. <Description>Architecture used when building EC-Earth</Description>
  576. <Type>STRING</Type>
  577. <Value>ecconf</Value>
  578. </Parameter>
  579. <Parameter name="ECEARTH_SRC_DIR">
  580. <Description>Base directory for EC-Earth sources</Description>
  581. <Type>PATH</Type>
  582. <Value>${HOME}/Projects/ecearth3/sources</Value>
  583. </Parameter>
  584. <Parameter name="RUN_DIR">
  585. <Description>EC-Earth run directory</Description>
  586. <Type>PATH</Type>
  587. <Value>/cfs/klemming/scratch/u/ufla/ece-run/${exp_name}</Value>
  588. </Parameter>
  589. <Parameter name="INI_DATA_DIR">
  590. <Description>Initial data directory used by EC-Earth</Description>
  591. <Type>PATH</Type>
  592. <Value>/cfs/klemming/nobackup/u/ufla/ece-inidata</Value>
  593. </Parameter>
  594. <Parameter name="PROC_PER_NODE">
  595. <Description>Number of processors per node</Description>
  596. <Type>INTEGER</Type>
  597. <Value>32</Value>
  598. </Parameter>
  599. <Parameter name="RESUBMIT_JOB">
  600. <Description>Automatically resubmit the job? [true|false]</Description>
  601. <Type>BOOLEAN</Type>
  602. <Value>false</Value>
  603. </Parameter>
  604. <Parameter name="RESUBMIT_OPT">
  605. <Description>Additional options for the submit command</Description>
  606. <Type>STRING</Type>
  607. <Value>-t 1:00:00 -A 2014-11-5</Value>
  608. </Parameter>
  609. <Parameter name="GRIBAPI_BASE_DIR">
  610. <Description>GRIB API base directory</Description>
  611. <Type>PATH</Type>
  612. <Value>/pdc/vol/grib_api/1.12.1-cray</Value>
  613. </Parameter>
  614. <Parameter name="GRIBAPI_BIN_SUBDIR">
  615. <Description>GRIB API bin directory relative to the base directory</Description>
  616. <Type>PATH</Type>
  617. <Value>bin</Value>
  618. </Parameter>
  619. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  620. <Description>GRIB API definition directory relative to the base directory</Description>
  621. <Type>PATH</Type>
  622. <Value>share/grib_api/ifs_definitions</Value>
  623. </Parameter>
  624. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  625. <Description>GRIB API samples directory relative to the base directory</Description>
  626. <Type>PATH</Type>
  627. <Value>share/grib_api/ifs_samples/grib1</Value>
  628. </Parameter>
  629. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  630. <Description>Additional shared library paths needed at runtime</Description>
  631. <Type>STRING</Type>
  632. <Value></Value>
  633. </Parameter>
  634. <Parameter name="PRE_LOAD_MODULES_CMD">
  635. <Description>Command run before any modules are loaded</Description>
  636. <Type>STRING</Type>
  637. <Value>source /opt/modules/default/etc/modules.sh</Value>
  638. </Parameter>
  639. <Parameter name="MODULE_LIST">
  640. <Description>List of modules to load</Description>
  641. <Type>STRING</Type>
  642. <Value>PrgEnv-intel/5.2.56 cray-hdf5-parallel/1.8.13</Value>
  643. </Parameter>
  644. </Platform>
  645. <Platform name="cca-intel">
  646. <Description>
  647. HOST: cca/ccb at ECMWF
  648. ARCH: linux_x86_64
  649. CPU MODEL: 36-core Intel(R) Broadwell
  650. MAINTAINER: Philippe Le Sager [sager@knmi.nl]
  651. </Description>
  652. <Translation name="CCA_CFG">
  653. <Description>Platform dependent configuration (cca)</Description>
  654. <Template>platform/cca-intel.cfg.tmpl</Template>
  655. <Target>ecconf.cfg</Target>
  656. <Properties></Properties>
  657. </Translation>
  658. <Parameter name="BUILD_ARCH">
  659. <Description>Architecture used when building EC-Earth</Description>
  660. <Type>STRING</Type>
  661. <Value>ecconf</Value>
  662. </Parameter>
  663. <Parameter name="ECEARTH_SRC_DIR">
  664. <Description>Base directory for EC-Earth sources</Description>
  665. <Type>PATH</Type>
  666. <Value>${PERM}/ece-3.2b/sources</Value>
  667. </Parameter>
  668. <Parameter name="RUN_DIR">
  669. <Description>EC-Earth run directory</Description>
  670. <Type>PATH</Type>
  671. <Value>${SCRATCH}/ECEARTH-RUNS/${exp_name}</Value>
  672. </Parameter>
  673. <Parameter name="INI_DATA_DIR">
  674. <Description>Initial data directory used by EC-Earth</Description>
  675. <Type>PATH</Type>
  676. <Value>/perm/ms/nl/nm6/ECE3-DATA</Value>
  677. </Parameter>
  678. <Parameter name="PROC_PER_NODE">
  679. <Description>Number of processors per node</Description>
  680. <Type>INTEGER</Type>
  681. <Value>18</Value>
  682. </Parameter>
  683. <Parameter name="RESUBMIT_JOB">
  684. <!-- NOTE: can be true only if FORCE_RUN_FROM_SCRATCH is false -->
  685. <Description>Automatically resubmit the job? [true|false]</Description>
  686. <Type>BOOLEAN</Type>
  687. <Value>true</Value>
  688. </Parameter>
  689. <Parameter name="RESUBMIT_OPT">
  690. <Description>Additional options for the submit command</Description>
  691. <Type>STRING</Type>
  692. <Value></Value>
  693. </Parameter>
  694. <Parameter name="GRIBEX_DEFINITION_PATH">
  695. <Description>GRIBEX definition Template path</Description>
  696. <Type>PATH</Type>
  697. <Value>/usr/local/apps/libemos/tables/gribex</Value>
  698. </Parameter>
  699. <Parameter name="GRIBAPI_BASE_DIR">
  700. <Description>GRIB API base directory</Description>
  701. <Type>PATH</Type>
  702. <Value>/usr/local/apps/grib_api/1.12.3/INTEL/140</Value>
  703. </Parameter>
  704. <Parameter name="GRIBAPI_BIN_SUBDIR">
  705. <Description>GRIB API bin directory relative to the base directory</Description>
  706. <Type>PATH</Type>
  707. <Value>bin</Value>
  708. </Parameter>
  709. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  710. <Description>GRIB API definition directory relative to the base directory</Description>
  711. <Type>PATH</Type>
  712. <Value>share/grib_api/definitions</Value>
  713. </Parameter>
  714. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  715. <Description>GRIB API samples directory relative to the base directory</Description>
  716. <Type>STRING</Type>
  717. <Value>ifs_samples/grib1</Value>
  718. </Parameter>
  719. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  720. <Description>Additional shared library paths needed at runtime</Description>
  721. <Type>STRING</Type>
  722. <Value></Value>
  723. </Parameter>
  724. <Parameter name="PRE_LOAD_MODULES_CMD">
  725. <Description>Command run before any modules are loaded</Description>
  726. <Type>STRING</Type>
  727. <Value>source /opt/modules/default/etc/modules.sh ; module unload PrgEnv-cray; module unload PrgEnv-gnu</Value>
  728. </Parameter>
  729. <Parameter name="MODULE_LIST">
  730. <Description>List of modules to load</Description>
  731. <Type>STRING</Type>
  732. <Value>PrgEnv-intel</Value>
  733. </Parameter>
  734. </Platform>
  735. <Platform name="hpcdev-intel">
  736. <Description></Description>
  737. <Translation name="hpcdev_CFG">
  738. <Description>Platform dependent configuration (hpcdev)</Description>
  739. <Template>platform/hpcdev-intel.cfg.tmpl</Template>
  740. <Target>ecconf.cfg</Target>
  741. <Properties></Properties>
  742. </Translation>
  743. <Parameter name="BUILD_ARCH">
  744. <Description>Architecture used when building EC-Earth</Description>
  745. <Type>STRING</Type>
  746. <Value>ecconf</Value>
  747. </Parameter>
  748. <Parameter name="ECEARTH_SRC_DIR">
  749. <Description>Base directory for EC-Earth sources</Description>
  750. <Type>PATH</Type>
  751. <Value>${HOME}/EC-Earth3_dmi/ece3_dmi/sources</Value>
  752. </Parameter>
  753. <Parameter name="RUN_DIR">
  754. <Description>EC-Earth run directory</Description>
  755. <Type>PATH</Type>
  756. <Value>/data/${USER}/ecearth3_exp/${exp_name}</Value>
  757. </Parameter>
  758. <Parameter name="INI_DATA_DIR">
  759. <Description>Initial data directory used by EC-Earth</Description>
  760. <Type>PATH</Type>
  761. <Value>/data/shuting/EC-Earth/ecearth3.2b.r2882</Value>
  762. </Parameter>
  763. <Parameter name="PROC_PER_NODE">
  764. <Description>Number of processors per node</Description>
  765. <Type>INTEGER</Type>
  766. <Value>16</Value>
  767. </Parameter>
  768. <Parameter name="RESUBMIT_JOB">
  769. <Description>Automatically resubmit the job? [true|false]</Description>
  770. <Type>BOOLEAN</Type>
  771. <Value>true</Value>
  772. </Parameter>
  773. <Parameter name="RESUBMIT_OPT">
  774. <Description>Additional options for the submit command</Description>
  775. <Type>STRING</Type>
  776. <Value></Value>
  777. </Parameter>
  778. <Parameter name="GRIBEX_DEFINITION_PATH">
  779. <Description>GRIBEX definition Template path</Description>
  780. <Type>PATH</Type>
  781. <Value>/home/shuting/Libraries/gribex_000370.ifort/gribtemplates</Value>
  782. </Parameter>
  783. <Parameter name="GRIBAPI_BASE_DIR">
  784. <Description>GRIB API base directory</Description>
  785. <Type>PATH</Type>
  786. <Value>/netapp/dmisys/swrepo/grib_api/1.14.4-1/INTEL/15.0</Value>
  787. </Parameter>
  788. <Parameter name="GRIBAPI_BIN_SUBDIR">
  789. <Description>GRIB API bin directory relative to the base directory</Description>
  790. <Type>PATH</Type>
  791. <Value>bin</Value>
  792. </Parameter>
  793. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  794. <Description>GRIB API definition directory relative to the base directory</Description>
  795. <Type>PATH</Type>
  796. <Value>share/grib_api/definitions</Value>
  797. </Parameter>
  798. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  799. <Description>GRIB API samples directory relative to the base directory</Description>
  800. <Type>STRING</Type>
  801. <Value>share/grib_api/ifs_samples/grib1</Value>
  802. </Parameter>
  803. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  804. <Description>Additional shared library paths needed at runtime</Description>
  805. <Type>STRING</Type>
  806. <Value>/opt/intel/composer_xe_2015/lib/intel64:/opt/intel/composer_xe_2015/mkl/lib/intel64</Value>
  807. </Parameter>
  808. <Parameter name="PRE_LOAD_MODULES_CMD">
  809. <Description>Command run before any modules are loaded</Description>
  810. <Type>STRING</Type>
  811. <Value>source /opt/modules/default/etc/modules.sh ; module swap PrgEnv-cray PrgEnv-intel</Value>
  812. </Parameter>
  813. <Parameter name="MODULE_LIST">
  814. <Description>List of modules to load</Description>
  815. <Type>STRING</Type>
  816. <Value></Value>
  817. </Parameter>
  818. </Platform>
  819. <Platform name="marenostrum">
  820. <Description>
  821. HOST: mn.bsc.es
  822. ARCH: linux_x86_64
  823. CPU MODEL: Xeon E5-2670 8C 2.6GHz
  824. MAINTAINER: Uwe Fladrich [uwe.fladrich@smhi.se]
  825. </Description>
  826. <Translation name="MN_CFG">
  827. <Description>Platform dependent configuration (MareNostrum)</Description>
  828. <Template>platform/marenostrum.cfg.tmpl</Template>
  829. <Target>ecconf.cfg</Target>
  830. <Properties></Properties>
  831. </Translation>
  832. <Parameter name="BUILD_ARCH">
  833. <Description>Architecture used when building EC-Earth</Description>
  834. <Type>STRING</Type>
  835. <Value>ecconf</Value>
  836. </Parameter>
  837. <Parameter name="ECEARTH_SRC_DIR">
  838. <Description>Base directory for EC-Earth sources</Description>
  839. <Type>PATH</Type>
  840. <Value>${HOME}/Projects/ecearth3/sources</Value>
  841. </Parameter>
  842. <Parameter name="RUN_DIR">
  843. <Description>EC-Earth run directory</Description>
  844. <Type>PATH</Type>
  845. <Value>/gpfs/scratch/bsc32/bsc32100/ece-run/${exp_name}</Value>
  846. </Parameter>
  847. <Parameter name="INI_DATA_DIR">
  848. <Description>Initial data directory used by EC-Earth</Description>
  849. <Type>PATH</Type>
  850. <Value>/gpfs/projects/bsc32/bsc32100/ece-setup</Value>
  851. </Parameter>
  852. <Parameter name="PROC_PER_NODE">
  853. <Description>Number of processors per node</Description>
  854. <Type>INTEGER</Type>
  855. <Value>16</Value>
  856. </Parameter>
  857. <Parameter name="RESUBMIT_JOB">
  858. <Description>Automatically resubmit the job? [true|false]</Description>
  859. <Type>BOOLEAN</Type>
  860. <Value>false</Value>
  861. </Parameter>
  862. <Parameter name="RESUBMIT_OPT">
  863. <Description>Additional options for the submit command</Description>
  864. <Type>STRING</Type>
  865. <Value>-W 1:30</Value>
  866. </Parameter>
  867. <Parameter name="GRIBAPI_BASE_DIR">
  868. <Description>GRIB API base directory</Description>
  869. <Type>PATH</Type>
  870. <Value>/apps/GRIB/1.14.0</Value>
  871. </Parameter>
  872. <Parameter name="GRIBAPI_BIN_SUBDIR">
  873. <Description>GRIB API bin directory relative to the base directory</Description>
  874. <Type>PATH</Type>
  875. <Value>bin</Value>
  876. </Parameter>
  877. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  878. <Description>GRIB API definition directory relative to the base directory</Description>
  879. <Type>PATH</Type>
  880. <Value>share/grib_api/definitions</Value>
  881. </Parameter>
  882. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  883. <Description>GRIB API samples directory relative to the base directory</Description>
  884. <Type>PATH</Type>
  885. <Value>share/grib_api/ifs_samples/grib1</Value>
  886. </Parameter>
  887. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  888. <Description>Additional shared library paths needed at runtime</Description>
  889. <Type>STRING</Type>
  890. <Value>/apps/NETCDF/4.3.2/INTEL/IMPI/lib:/apps/HDF5/1.8.12-mpi/IMPI/lib:/apps/INTEL/mkl/lib/intel64:/apps/GRIB/1.14.0/lib</Value>
  891. </Parameter>
  892. <Parameter name="PRE_LOAD_MODULES_CMD">
  893. <Description>Command run before any modules are loaded</Description>
  894. <Type>STRING</Type>
  895. <Value>module purge</Value>
  896. </Parameter>
  897. <Parameter name="MODULE_LIST">
  898. <Description>List of modules to load</Description>
  899. <Type>STRING</Type>
  900. <Value>intel/15.0.2 impi/4.1.3.049</Value>
  901. </Parameter>
  902. </Platform>
  903. <Platform name="cca-cray">
  904. <Description>
  905. HOST: cca
  906. ARCH:
  907. CPU MODEL:
  908. MAINTAINER:
  909. </Description>
  910. <Translation name="CCA_CFG">
  911. <Description>Platform dependent configuration (cca)</Description>
  912. <Template>platform/cca.cfg.tmpl</Template>
  913. <Target>ecconf.cfg</Target>
  914. <Properties></Properties>
  915. </Translation>
  916. <Parameter name="BUILD_ARCH">
  917. <Description>Architecture used when building EC-Earth</Description>
  918. <Type>STRING</Type>
  919. <Value>ecconf</Value>
  920. </Parameter>
  921. <Parameter name="ECEARTH_SRC_DIR">
  922. <Description>Base directory for EC-Earth sources</Description>
  923. <Type>PATH</Type>
  924. <Value>/perm/rd/pa1/r2930-3.2beta-MACv2.0-SP_v2/sources/</Value>
  925. </Parameter>
  926. <Parameter name="RUN_DIR">
  927. <Description>EC-Earth run directory</Description>
  928. <Type>PATH</Type>
  929. <Value>${SCRATCH}/ecearth/crayrundir/${exp_name}</Value>
  930. </Parameter>
  931. <Parameter name="INI_DATA_DIR">
  932. <Description>Initial data directory used by EC-Earth</Description>
  933. <Type>PATH</Type>
  934. <Value>/fwsm/lb/project/ecearth/ece3.2b</Value>
  935. </Parameter>
  936. <Parameter name="PROC_PER_NODE">
  937. <Description>Number of processors per node</Description>
  938. <Type>INTEGER</Type>
  939. <Value>18</Value>
  940. </Parameter>
  941. <Parameter name="RESUBMIT_JOB">
  942. <Description>Automatically resubmit the job? [true|false]</Description>
  943. <Type>BOOLEAN</Type>
  944. <Value>true</Value>
  945. </Parameter>
  946. <Parameter name="RESUBMIT_OPT">
  947. <Description>Additional options for the submit command</Description>
  948. <Type>STRING</Type>
  949. <Value>-t 30</Value>
  950. </Parameter>
  951. <Parameter name="GRIBEX_DEFINITION_PATH">
  952. <Description>GRIBEX definition Template path</Description>
  953. <Type>PATH</Type>
  954. <Value>/usr/local/apps/libemos/tables/gribex</Value>
  955. </Parameter>
  956. <Parameter name="GRIBAPI_BASE_DIR">
  957. <Description>GRIB API base directory</Description>
  958. <Type>PATH</Type>
  959. <Value>/usr/local/apps/grib_api/1.12.1/CRAY/82/</Value>
  960. </Parameter>
  961. <Parameter name="GRIBAPI_BIN_SUBDIR">
  962. <Description>GRIB API bin directory relative to the base directory</Description>
  963. <Type>PATH</Type>
  964. <Value>bin</Value>
  965. </Parameter>
  966. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  967. <Description>GRIB API definition directory relative to the base directory</Description>
  968. <Type>PATH</Type>
  969. <Value>share/grib_api/definitions</Value>
  970. </Parameter>
  971. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  972. <Description>GRIB API samples directory relative to the base directory</Description>
  973. <Type>PATH</Type>
  974. <Value>ifs_samples/grib1</Value>
  975. </Parameter>
  976. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  977. <Description>Additional shared library paths needed at runtime</Description>
  978. <Type>STRING</Type>
  979. <Value>/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/:/opt/cray/netcdf-hdf5parallel/4.3.3.1/CRAY/83/lib/</Value>
  980. </Parameter>
  981. <Parameter name="PRE_LOAD_MODULES_CMD">
  982. <Description>Command run before any modules are loaded</Description>
  983. <Type>STRING</Type>
  984. <Value>source /opt/modules/default/etc/modules.sh ; module load cdt/15.11 ; module load craype-haswell ; module sw emos/394-r64 ; module load cray-netcdf-hdf5parallel/4.3.3.1 ; module load cray-hdf5-parallel/1.8.14 ; module list</Value>
  985. </Parameter>
  986. <Parameter name="MODULE_LIST">
  987. <Description>List of modules to load</Description>
  988. <Type>STRING</Type>
  989. <Value>python</Value>
  990. </Parameter>
  991. <Parameter name="USE_FORKING">
  992. <Description>Use efficient mpmd to save nodes. [true/false]</Description>
  993. <Type>BOOLEAN</Type>
  994. <Value>false</Value>
  995. </Parameter>
  996. </Platform>
  997. <Model name="GENERAL">
  998. <Parameter name="EXP_NAME">
  999. <Description>Experiment name (4 letters)</Description>
  1000. <Type>STRING</Type>
  1001. <Value>ECE3</Value>
  1002. </Parameter>
  1003. <Parameter name="RUN_START_DATE">
  1004. <Description>Start date of the simulation. Use any reasonable syntax.</Description>
  1005. <Type>DATE</Type>
  1006. <Value>1990-01-01</Value>
  1007. </Parameter>
  1008. <Parameter name="RUN_END_DATE">
  1009. <Description>End date of the simulation. Use any reasonable syntax.</Description>
  1010. <Type>STRING</Type>
  1011. <Value>${run_start_date} + 10 years</Value>
  1012. </Parameter>
  1013. <Parameter name="FORCE_RUN_FROM_SCRATCH">
  1014. <Description>Start simulation from scratch, possibly ignoring any restart files. [true/false]</Description>
  1015. <Type>BOOLEAN</Type>
  1016. <Value>true</Value>
  1017. </Parameter>
  1018. <Parameter name="RST_FREQ">
  1019. <Description>Restart frequency, e.g., 2 months</Description>
  1020. <Type>STRING</Type>
  1021. <Value>1 year</Value>
  1022. </Parameter>
  1023. <Parameter name="RUN_NUM_LEGS">
  1024. <Description>Number of restart legs</Description>
  1025. <Type>INTEGER</Type>
  1026. <Value>4</Value>
  1027. </Parameter>
  1028. </Model>
  1029. <Model name="OASIS">
  1030. <Parameter name="CPL_FREQ_ATM_OCE_SEC">
  1031. <Description>Coupling frequency between IFS and NEMO in seconds</Description>
  1032. <Type>INTEGER</Type>
  1033. <Value>2700</Value>
  1034. </Parameter>
  1035. <Parameter name="CPL_FREQ_ATM_CHE_HRS">
  1036. <Description>Coupling frequency between IFS and TM5 in hours</Description>
  1037. <Type>INTEGER</Type>
  1038. <Value>6</Value>
  1039. </Parameter>
  1040. </Model>
  1041. <Model name="IFS">
  1042. <Parameter name="GRID">
  1043. <Description>Resolution of IFS grid</Description>
  1044. <Type>STRING</Type>
  1045. <Value>T255L91</Value>
  1046. </Parameter>
  1047. <Parameter name="TIME_STEP_SEC">
  1048. <Description>IFS time step in seconds</Description>
  1049. <Type>INTEGER</Type>
  1050. <Value>2700</Value>
  1051. </Parameter>
  1052. <Parameter name="NUMPROC">
  1053. <Description>Number of processors running IFS</Description>
  1054. <Type>INTEGER</Type>
  1055. <Value>78</Value>
  1056. </Parameter>
  1057. <Parameter name="CMIP6">
  1058. <Description>Use CMIP6 forcings (TRUE or FALSE)</Description>
  1059. <Type>BOOLEAN</Type>
  1060. <Value>TRUE</Value>
  1061. </Parameter>
  1062. <Parameter name="CMIP6_A4xCO2">
  1063. <Description>Use Abrupt4xCO2 in CMIP6 DECK (TRUE or FALSE)</Description>
  1064. <Type>BOOLEAN</Type>
  1065. <Value>FALSE</Value>
  1066. </Parameter>
  1067. <Parameter name="CMIP6_1PCTCO2">
  1068. <Description>Use 1pctCO2 in CMIP6 DECK (TRUE or FALSE)</Description>
  1069. <Type>BOOLEAN</Type>
  1070. <Value>FALSE</Value>
  1071. </Parameter>
  1072. <Parameter name="CMIP5">
  1073. <Description>Use CMIP5 forcings (TRUE or FALSE)</Description>
  1074. <Type>BOOLEAN</Type>
  1075. <Value>TRUE</Value>
  1076. </Parameter>
  1077. <Parameter name="CMIP5_RCP">
  1078. <Description>RCP selection (1-4 or 0 for historical run)</Description>
  1079. <Type>INTEGER</Type>
  1080. <Value>0</Value>
  1081. </Parameter>
  1082. <Parameter name="CMIP_FIXYEAR">
  1083. <Description>Fix CMIP5/CMIP6 forcings at the indicated year (or 0 to ignore for transient runs)</Description>
  1084. <Type>INTEGER</Type>
  1085. <Value>0</Value>
  1086. </Parameter>
  1087. <Parameter name="CMIP6PIAER">
  1088. <Description>Use prescribed preindustrial TM5 clim (TRUE or FALSE)</Description>
  1089. <Type>BOOLEAN</Type>
  1090. <Value>TRUE</Value>
  1091. </Parameter>
  1092. <Parameter name="MAC2SP">
  1093. <Description>Use MACv2 simple plume aerosol (TRUE or FALSE)</Description>
  1094. <Type>BOOLEAN</Type>
  1095. <Value>TRUE</Value>
  1096. </Parameter>
  1097. </Model>
  1098. <Model name="NEM">
  1099. <Parameter name="GRID">
  1100. <Description>Resolution of NEMO grid</Description>
  1101. <Type>STRING</Type>
  1102. <Value>ORCA1L75</Value>
  1103. </Parameter>
  1104. <Parameter name="NEM_TIME_STEP_SEC">
  1105. <Description>NEMO time step in seconds</Description>
  1106. <Type>INTEGER</Type>
  1107. <Value>2700</Value>
  1108. </Parameter>
  1109. <Parameter name="LIM_TIME_STEP_SEC">
  1110. <Description>LIM time step in seconds</Description>
  1111. <Type>INTEGER</Type>
  1112. <Value>2700</Value>
  1113. </Parameter>
  1114. <Parameter name="NUMPROC">
  1115. <Description>Number of processors running NEMO</Description>
  1116. <Type>INTEGER</Type>
  1117. <Value>64</Value>
  1118. </Parameter>
  1119. </Model>
  1120. <Model name="XIO">
  1121. <Parameter name="NUMPROC">
  1122. <Description>Number of processors running XIOS</Description>
  1123. <Type>INTEGER</Type>
  1124. <Value>1</Value>
  1125. </Parameter>
  1126. </Model>
  1127. <Model name="TM5">
  1128. <Parameter name="ISTART">
  1129. <Description>TM5 initial tracer fields (33 for restart, 31 else)</Description>
  1130. <Type>INTEGER</Type>
  1131. <Value>31</Value>
  1132. </Parameter>
  1133. <Parameter name="TIME_STEP_SEC">
  1134. <Description>TM5 time step in seconds</Description>
  1135. <Type>INTEGER</Type>
  1136. <Value>3600</Value>
  1137. </Parameter>
  1138. <Parameter name="NUMPROC">
  1139. <Description>Number of processors running TM5 (max 45)</Description>
  1140. <Type>INTEGER</Type>
  1141. <Value>12</Value>
  1142. </Parameter>
  1143. <Parameter name="CMIP5_RCP">
  1144. <Description>RCP selection (RCP26, RCP45, RCP60, RCP85 or hist)</Description>
  1145. <Type>STRING</Type>
  1146. <Value>RCP60</Value>
  1147. </Parameter>
  1148. <Parameter name="EMISS_FIXYEAR">
  1149. <Description>Fix EMISSIONS at the indicated year (or 0 to ignore)</Description>
  1150. <Type>INTEGER</Type>
  1151. <Value>0</Value>
  1152. </Parameter>
  1153. <Parameter name="FDBCK_O3">
  1154. <Description>Send Ozone to IFS (0:no, 1:yes)</Description>
  1155. <Type>INTEGER</Type>
  1156. <Value>0</Value>
  1157. </Parameter>
  1158. <Parameter name="FDBCK_CH4">
  1159. <Description>Send METHANE to IFS (0:no, 1:yes)</Description>
  1160. <Type>INTEGER</Type>
  1161. <Value>0</Value>
  1162. </Parameter>
  1163. <Parameter name="FDBCK_AEROSOL">
  1164. <Description>Send AEROSOLS to IFS (0:no, 1:yes)</Description>
  1165. <Type>INTEGER</Type>
  1166. <Value>0</Value>
  1167. </Parameter>
  1168. </Model>
  1169. </Configuration>