config-run.xml 46 KB

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