config-run.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  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: Intel Skylake5000,5118
  32. MAINTAINER: PY Barriat [pierre-yves.barriat@uclouvain.be]
  33. COMPILER: i-compilers (icc+ifort, 18.0.1.163)
  34. MPI: Intel MPI
  35. BLAS/LAPACK: Intel MKL
  36. </Description>
  37. <Translation name="LEMAITRE3_CFG">
  38. <Description>Platform dependent configuration (lemaitre3)</Description>
  39. <Template>platform/lemaitre3.cfg.tmpl</Template>
  40. <Target>ecconf.cfg</Target>
  41. <Properties></Properties>
  42. </Translation>
  43. <Parameter name="BUILD_ARCH">
  44. <Description>Architecture used when building EC-Earth</Description>
  45. <Type>STRING</Type>
  46. <Value>ecconf</Value>
  47. </Parameter>
  48. <Parameter name="ECEARTH_SRC_DIR">
  49. <Description>Base directory for EC-Earth sources</Description>
  50. <Type>PATH</Type>
  51. <Value>${HOME}/modeles/ecearth/ecearth_primavera/sources</Value>
  52. </Parameter>
  53. <Parameter name="RUN_DIR">
  54. <Description>EC-Earth run directory</Description>
  55. <Type>PATH</Type>
  56. <Value>/scratch/ucl/elic/$USER/ecearth/run/${exp_name}</Value>
  57. </Parameter>
  58. <Parameter name="INI_DATA_DIR">
  59. <Description>Initial data directory used by EC-Earth</Description>
  60. <Type>PATH</Type>
  61. <Value>/scratch/ucl/elic/pbarriat/DATA/EC-EARTH/</Value>
  62. </Parameter>
  63. <Parameter name="PROC_PER_NODE">
  64. <Description>Number of processors per node</Description>
  65. <Type>INTEGER</Type>
  66. <Value>24</Value>
  67. </Parameter>
  68. <Parameter name="RESUBMIT_JOB">
  69. <!-- NOTE: can be true only if FORCE_RUN_FROM_SCRATCH is false -->
  70. <Description>Automatically resubmit the job? [true|false]</Description>
  71. <Type>BOOLEAN</Type>
  72. <Value>true</Value>
  73. </Parameter>
  74. <Parameter name="RESUBMIT_OPT">
  75. <Description>Additional options for the submit command</Description>
  76. <Type>STRING</Type>
  77. <Value></Value>
  78. </Parameter>
  79. <Parameter name="GRIBEX_DEFINITION_PATH">
  80. <Description>GRIBEX definition Template path</Description>
  81. <Type>PATH</Type>
  82. <Value>/scratch/ucl/elic/pbarriat/DATA/OPT/gribex/lib</Value>
  83. </Parameter>
  84. <Parameter name="GRIBAPI_BASE_DIR">
  85. <Description>GRIB API base directory</Description>
  86. <Type>PATH</Type>
  87. <Value>${EBROOTGRIB_API}</Value>
  88. </Parameter>
  89. <Parameter name="GRIBAPI_BIN_SUBDIR">
  90. <Description>GRIB API bin directory relative to the base directory</Description>
  91. <Type>PATH</Type>
  92. <Value>bin</Value>
  93. </Parameter>
  94. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  95. <Description>GRIB API definition directory relative to the base directory</Description>
  96. <Type>PATH</Type>
  97. <Value>share/grib_api/definitions</Value>
  98. </Parameter>
  99. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  100. <Description>GRIB API samples directory relative to the base directory</Description>
  101. <Type>STRING</Type>
  102. <Value>share/grib_api/ifs_samples/grib1</Value>
  103. </Parameter>
  104. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  105. <Description>Additional shared library paths needed at runtime</Description>
  106. <Type>STRING</Type>
  107. <Value></Value>
  108. </Parameter>
  109. <Parameter name="PRE_LOAD_MODULES_CMD">
  110. <Description>Command run before any modules are loaded</Description>
  111. <Type>STRING</Type>
  112. <Value>module purge</Value>
  113. </Parameter>
  114. <Parameter name="MODULE_LIST">
  115. <Description>List of modules to load</Description>
  116. <Type>STRING</Type>
  117. <Value>2016a netCDF-Fortran/4.4.4-intel-2016a grib_api/1.16.0-intel-2016a openjpeg/1.5.2-intel-2016a</Value>
  118. </Parameter>
  119. </Platform>
  120. <Platform name="zenobe">
  121. <Description>
  122. HOST: zenobe.hpc.cenaero.be
  123. ARCH: linux_x86_64
  124. CPU MODEL: Intel Ivy Bridge
  125. MAINTAINER: PY Barriat [pierre-yves.barriat@uclouvain.be]
  126. COMPILER: i-compilers (icc+ifort)
  127. MPI: Intel MPI
  128. BLAS/LAPACK: Intel MKL
  129. </Description>
  130. <Translation name="ZENOBE_CFG">
  131. <Description>Platform dependent configuration (zenobe)</Description>
  132. <Template>platform/zenobe.cfg.tmpl</Template>
  133. <Target>ecconf.cfg</Target>
  134. <Properties></Properties>
  135. </Translation>
  136. <Parameter name="BUILD_ARCH">
  137. <Description>Architecture used when building EC-Earth</Description>
  138. <Type>STRING</Type>
  139. <Value>ecconf</Value>
  140. </Parameter>
  141. <Parameter name="ECEARTH_SRC_DIR">
  142. <Description>Base directory for EC-Earth sources</Description>
  143. <Type>PATH</Type>
  144. <Value>${HOME}/modeles/ecearth/ecearth_primavera/sources</Value>
  145. </Parameter>
  146. <Parameter name="RUN_DIR">
  147. <Description>EC-Earth run directory</Description>
  148. <Type>PATH</Type>
  149. <Value>/SCRATCH/acad/ecearth/${USER}/run/${exp_name}</Value>
  150. </Parameter>
  151. <Parameter name="INI_DATA_DIR">
  152. <Description>Initial data directory used by EC-Earth</Description>
  153. <Type>PATH</Type>
  154. <Value>/SCRATCH/acad/ecearth/DATA</Value>
  155. </Parameter>
  156. <Parameter name="PROC_PER_NODE">
  157. <Description>Number of processors per node</Description>
  158. <Type>INTEGER</Type>
  159. <Value>24</Value>
  160. </Parameter>
  161. <Parameter name="RESUBMIT_JOB">
  162. <!-- NOTE: can be true only if FORCE_RUN_FROM_SCRATCH is false -->
  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>/projects/acad/ecearth/opt/gribex/lib</Value>
  176. </Parameter>
  177. <Parameter name="GRIBAPI_BASE_DIR">
  178. <Description>GRIB API base directory</Description>
  179. <Type>PATH</Type>
  180. <Value>/projects/acad/ecearth/opt/grib_api</Value>
  181. </Parameter>
  182. <Parameter name="GRIBAPI_BIN_SUBDIR">
  183. <Description>GRIB API bin directory relative to the base directory</Description>
  184. <Type>PATH</Type>
  185. <Value>bin</Value>
  186. </Parameter>
  187. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  188. <Description>GRIB API definition directory relative to the base directory</Description>
  189. <Type>PATH</Type>
  190. <Value>share/definitions</Value>
  191. </Parameter>
  192. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  193. <Description>GRIB API samples directory relative to the base directory</Description>
  194. <Type>STRING</Type>
  195. <Value>share/ifs_samples/grib1</Value>
  196. </Parameter>
  197. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  198. <Description>Additional shared library paths needed at runtime</Description>
  199. <Type>STRING</Type>
  200. <Value>/projects/acad/ecearth/opt/grib_api/lib:/projects/acad/ecearth/opt/openjpeg/lib:/projects/acad/ecearth/opt/netcdf/frontal1/2016.2.181/lib</Value>
  201. </Parameter>
  202. <Parameter name="PRE_LOAD_MODULES_CMD">
  203. <Description>Command run before any modules are loaded</Description>
  204. <Type>STRING</Type>
  205. <Value>module purge</Value>
  206. </Parameter>
  207. <Parameter name="MODULE_LIST">
  208. <Description>List of modules to load</Description>
  209. <Type>STRING</Type>
  210. <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>
  211. </Parameter>
  212. </Platform>
  213. <Model name="GENERAL">
  214. <Parameter name="EXP_NAME">
  215. <Description>Experiment name (4 letters)</Description>
  216. <Type>STRING</Type>
  217. <Value>ECE3</Value>
  218. </Parameter>
  219. <Parameter name="RUN_START_DATE">
  220. <Description>Start date of the simulation. Use any reasonable syntax.</Description>
  221. <Type>DATE</Type>
  222. <Value>1990-01-01</Value>
  223. </Parameter>
  224. <Parameter name="RUN_END_DATE">
  225. <Description>End date of the simulation. Use any reasonable syntax.</Description>
  226. <Type>STRING</Type>
  227. <Value>${run_start_date} + 4 years</Value>
  228. </Parameter>
  229. <Parameter name="FORCE_RUN_FROM_SCRATCH">
  230. <Description>Start simulation from scratch, possibly ignoring any restart files. [true/false]</Description>
  231. <Type>BOOLEAN</Type>
  232. <Value>true</Value>
  233. </Parameter>
  234. <Parameter name="RST_FREQ">
  235. <Description>Restart frequency, e.g., 2 months</Description>
  236. <Type>STRING</Type>
  237. <Value>1 year</Value>
  238. </Parameter>
  239. <Parameter name="RUN_NUM_LEGS">
  240. <Description>Number of restart legs</Description>
  241. <Type>INTEGER</Type>
  242. <Value>2</Value>
  243. </Parameter>
  244. </Model>
  245. <Model name="OASIS">
  246. <Parameter name="CPL_FREQ_ATM_OCE_SEC">
  247. <Description>Coupling frequency between IFS and NEMO in seconds</Description>
  248. <Type>INTEGER</Type>
  249. <Value>2700</Value>
  250. </Parameter>
  251. <Parameter name="CPL_FREQ_ATM_CHE_HRS">
  252. <Description>Coupling frequency between IFS and TM5 in hours</Description>
  253. <Type>INTEGER</Type>
  254. <Value>6</Value>
  255. </Parameter>
  256. </Model>
  257. <Model name="IFS">
  258. <Parameter name="GRID">
  259. <Description>Resolution of IFS grid</Description>
  260. <Type>STRING</Type>
  261. <Value>T255L91</Value>
  262. </Parameter>
  263. <Parameter name="TIME_STEP_SEC">
  264. <Description>IFS time step in seconds</Description>
  265. <Type>INTEGER</Type>
  266. <!-- stdres <Value>2700</Value> -->
  267. <!-- hires <Value>900</Value> -->
  268. <Value>2700</Value>
  269. </Parameter>
  270. <Parameter name="NUMPROC">
  271. <Description>Number of processors running IFS</Description>
  272. <Type>INTEGER</Type>
  273. <Value>78</Value>
  274. </Parameter>
  275. <Parameter name="CMIP6">
  276. <Description>Use CMIP6 forcings (TRUE or FALSE)</Description>
  277. <Type>BOOLEAN</Type>
  278. <Value>FALSE</Value>
  279. </Parameter>
  280. <Parameter name="CMIP6_SCENARIO">
  281. <Description>SSP selection for 2015 onwards</Description>
  282. <Type>STRING</Type>
  283. <Value>SSP5-8.5</Value>
  284. </Parameter>
  285. <Parameter name="CMIP6_A4xCO2">
  286. <Description>Use Abrupt4xCO2 in CMIP6 DECK (TRUE or FALSE)</Description>
  287. <Type>BOOLEAN</Type>
  288. <Value>FALSE</Value>
  289. </Parameter>
  290. <Parameter name="CMIP6_1PCTCO2">
  291. <Description>Use 1pctCO2 in CMIP6 DECK (TRUE or FALSE)</Description>
  292. <Type>BOOLEAN</Type>
  293. <Value>FALSE</Value>
  294. </Parameter>
  295. <Parameter name="CMIP5">
  296. <Description>Use CMIP5 forcings (TRUE or FALSE)</Description>
  297. <Type>BOOLEAN</Type>
  298. <Value>TRUE</Value>
  299. </Parameter>
  300. <Parameter name="CMIP5_RCP">
  301. <Description>RCP selection (1-4 or 0 for historical run)</Description>
  302. <Type>INTEGER</Type>
  303. <Value>0</Value>
  304. </Parameter>
  305. <Parameter name="CMIP_FIXYEAR">
  306. <Description>Fix CMIP5/CMIP6 forcings at the indicated year (or 0 to ignore for transient runs)</Description>
  307. <Type>INTEGER</Type>
  308. <Value>0</Value>
  309. </Parameter>
  310. <Parameter name="CMIP6PIAER">
  311. <Description>Use prescribed preindustrial TM5 clim (TRUE or FALSE)</Description>
  312. <Type>BOOLEAN</Type>
  313. <Value>TRUE</Value>
  314. </Parameter>
  315. <Parameter name="MAC2SP">
  316. <Description>Use MACv2 simple plume aerosol (TRUE or FALSE)</Description>
  317. <Type>BOOLEAN</Type>
  318. <Value>TRUE</Value>
  319. </Parameter>
  320. </Model>
  321. <Model name="AMIP">
  322. <Parameter name="INPUT_FILE_ROOT">
  323. <Description>Truncated path to SST and SIC files</Description>
  324. <Type>STRING</Type>
  325. <Value>/path_to_primavera/forcing/HadISST2_prelim/HadISST2_prelim_0to360_alldays</Value>
  326. </Parameter>
  327. </Model>
  328. <Model name="NEM">
  329. <Parameter name="GRID">
  330. <Description>Resolution of NEMO grid</Description>
  331. <Type>STRING</Type>
  332. <Value>ORCA1L75</Value>
  333. </Parameter>
  334. <Parameter name="NEM_TIME_STEP_SEC">
  335. <Description>NEMO time step in seconds</Description>
  336. <Type>INTEGER</Type>
  337. <!-- stdres <Value>2700</Value> -->
  338. <!-- hires <Value>900</Value> -->
  339. <Value>2700</Value>
  340. </Parameter>
  341. <Parameter name="LIM_TIME_STEP_SEC">
  342. <Description>LIM time step in seconds</Description>
  343. <Type>INTEGER</Type>
  344. <!-- stdres <Value>2700</Value> -->
  345. <!-- hires <Value>900</Value> -->
  346. <Value>2700</Value>
  347. </Parameter>
  348. <Parameter name="NUMPROC">
  349. <Description>Number of processors running NEMO</Description>
  350. <Type>INTEGER</Type>
  351. <Value>64</Value>
  352. </Parameter>
  353. </Model>
  354. <Model name="XIO">
  355. <Parameter name="NUMPROC">
  356. <Description>Number of processors running XIOS</Description>
  357. <Type>INTEGER</Type>
  358. <Value>1</Value>
  359. </Parameter>
  360. </Model>
  361. <Model name="TM5">
  362. <Parameter name="ISTART">
  363. <Description>TM5 initial tracer fields (33 for restart, 31 else)</Description>
  364. <Type>INTEGER</Type>
  365. <Value>31</Value>
  366. </Parameter>
  367. <Parameter name="TIME_STEP_SEC">
  368. <Description>TM5 time step in seconds</Description>
  369. <Type>INTEGER</Type>
  370. <Value>3600</Value>
  371. </Parameter>
  372. <Parameter name="NUMPROC">
  373. <Description>Number of processors running TM5 (max 45)</Description>
  374. <Type>INTEGER</Type>
  375. <Value>12</Value>
  376. </Parameter>
  377. <Parameter name="CMIP5_RCP">
  378. <Description>RCP selection (RCP26, RCP45, RCP60, RCP85 or hist)</Description>
  379. <Type>STRING</Type>
  380. <Value>RCP60</Value>
  381. </Parameter>
  382. <Parameter name="EMISS_FIXYEAR">
  383. <Description>Fix EMISSIONS at the indicated year (or 0 to ignore)</Description>
  384. <Type>INTEGER</Type>
  385. <Value>0</Value>
  386. </Parameter>
  387. <Parameter name="FDBCK_O3">
  388. <Description>Send Ozone to IFS (0:no, 1:yes)</Description>
  389. <Type>INTEGER</Type>
  390. <Value>0</Value>
  391. </Parameter>
  392. <Parameter name="FDBCK_CH4">
  393. <Description>Send METHANE to IFS (0:no, 1:yes)</Description>
  394. <Type>INTEGER</Type>
  395. <Value>0</Value>
  396. </Parameter>
  397. <Parameter name="FDBCK_AEROSOL">
  398. <Description>Send AEROSOLS to IFS (0:no, 1:yes)</Description>
  399. <Type>INTEGER</Type>
  400. <Value>0</Value>
  401. </Parameter>
  402. </Model>
  403. </Configuration>