config-run.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <?xml version="1.0"?>
  2. <Configuration xmlns:xi="http://www.w3.org/2001/XInclude">
  3. <Translation name="RUN_OCE">
  4. <Description>Run script file (oce only run)</Description>
  5. <Template>ece-nemo.sh.tmpl</Template>
  6. <Target>ece-nemo.sh</Target>
  7. <Properties>executable</Properties>
  8. </Translation>
  9. <Translation name="RUN_ESM">
  10. <Description>Run script file (coupled run: atm+esm components)</Description>
  11. <Template>ece-esm.sh.tmpl</Template>
  12. <Target>ece-esm.sh</Target>
  13. <Properties>executable</Properties>
  14. </Translation>
  15. <Translation name="RUN_LSM">
  16. <Description>Run script file (offline land surface run)</Description>
  17. <Template>ece-lsm.sh.tmpl</Template>
  18. <Target>ece-lsm.sh</Target>
  19. <Properties>executable</Properties>
  20. </Translation>
  21. <Translation name="RT_CTRL_CHE">
  22. <Description>Control file for TM5</Description>
  23. <Template>ctrl/tm5-config-run.rc.tmpl</Template>
  24. <Target>ctrl/tm5-config-run.rc</Target>
  25. <Properties>executable</Properties>
  26. </Translation>
  27. <xi:include href="platform/bsc-nord3.xml" />
  28. <xi:include href="platform/bsc-marenostrum4.xml" />
  29. <xi:include href="platform/dmi-hpcdev-intel.xml" />
  30. <xi:include href="platform/ecmwf-cca-cray.xml" />
  31. <xi:include href="platform/ecmwf-cca-intel.xml" />
  32. <xi:include href="platform/ecmwf-hpc2020-intel-openmpi.xml" />
  33. <xi:include href="platform/fmi-voima.xml" />
  34. <xi:include href="platform/knmi-rhino.xml" />
  35. <xi:include href="platform/csc-puhti-intel.xml" />
  36. <xi:include href="platform/csc-puhti-intel-intelmpi.xml" />
  37. <xi:include href="platform/nsc-bi.xml" />
  38. <xi:include href="platform/nsc-tetralith.xml" />
  39. <xi:include href="platform/pdc-beskow.xml" />
  40. <xi:include href="platform/surfsara-cartesius.xml" />
  41. <Model name="GENERAL">
  42. <Parameter name="EXP_NAME">
  43. <Description>Experiment name (4 letters)</Description>
  44. <Type>STRING</Type>
  45. <Value>ECE3</Value>
  46. </Parameter>
  47. <Parameter name="RUN_START_DATE">
  48. <Description>Start date of the simulation. Use any reasonable syntax.</Description>
  49. <Type>DATE</Type>
  50. <Value>1990-01-01</Value>
  51. </Parameter>
  52. <Parameter name="RUN_END_DATE">
  53. <Description>End date of the simulation. Use any reasonable syntax.</Description>
  54. <Type>STRING</Type>
  55. <Value>${run_start_date} + 10 years</Value>
  56. </Parameter>
  57. <Parameter name="FORCE_RUN_FROM_SCRATCH">
  58. <Description>Start simulation from scratch, possibly ignoring any restart files. [true/false]</Description>
  59. <Type>BOOLEAN</Type>
  60. <Value>false</Value>
  61. </Parameter>
  62. <Parameter name="RST_FREQ">
  63. <Description>Restart frequency, e.g., 2 months</Description>
  64. <Type>STRING</Type>
  65. <Value>1 year</Value>
  66. </Parameter>
  67. <Parameter name="RUN_NUM_LEGS">
  68. <Description>Number of restart legs</Description>
  69. <Type>INTEGER</Type>
  70. <Value>1</Value>
  71. </Parameter>
  72. <Parameter name="OUTPUT_CONTROL_FILES_DIR">
  73. <Description>The path to the IFS ppt and NEMO file_def file dir</Description>
  74. <Type>PATH</Type>
  75. <Value>ctrl</Value>
  76. </Parameter>
  77. </Model>
  78. <Model name="OASIS">
  79. <Parameter name="CPL_FREQ_ATM_CHE_HRS">
  80. <Description>Coupling frequency between IFS and TM5 in hours</Description>
  81. <Type>INTEGER</Type>
  82. <Value>6</Value>
  83. </Parameter>
  84. <Parameter name="CPL_FREQ_ATM_LPJG_HRS">
  85. <Description>Coupling frequency between IFS|TM5 and LPJG in hours</Description>
  86. <Type>INTEGER</Type>
  87. <Value>24</Value>
  88. </Parameter>
  89. <Parameter name="LUCIA">
  90. <Description>Lucia output: 0 -> Deactivated, -1 -> Legacy, -2 -> Updated CERFACS tool, -3 lucia_lite BSC</Description>
  91. <Type>INTEGER</Type>
  92. <Value>0</Value>
  93. </Parameter>
  94. </Model>
  95. <Model name="IFS">
  96. <Parameter name="GRID">
  97. <Description>Resolution of IFS grid</Description>
  98. <Type>STRING</Type>
  99. <Value>T255L91</Value>
  100. </Parameter>
  101. <Parameter name="NUMPROC">
  102. <Description>Number of processors running IFS</Description>
  103. <Type>INTEGER</Type>
  104. <Value>64</Value>
  105. </Parameter>
  106. <Parameter name="CMIP6">
  107. <Description>Use CMIP6 forcings (TRUE or FALSE)</Description>
  108. <Type>BOOLEAN</Type>
  109. <Value>TRUE</Value>
  110. </Parameter>
  111. <Parameter name="CMIP6_SCENARIO">
  112. <Description>SSP selection for 2015 onwards</Description>
  113. <Type>STRING</Type>
  114. <Value>historical</Value>
  115. </Parameter>
  116. <Parameter name="CMIP6_A4xCO2">
  117. <Description>Use Abrupt4xCO2 in CMIP6 DECK (TRUE or FALSE)</Description>
  118. <Type>BOOLEAN</Type>
  119. <Value>FALSE</Value>
  120. </Parameter>
  121. <Parameter name="CMIP6_1PCTCO2">
  122. <Description>Use 1pctCO2 for radiation in CMIP6 DECK (TRUE or FALSE)</Description>
  123. <Type>BOOLEAN</Type>
  124. <Value>FALSE</Value>
  125. </Parameter>
  126. <Parameter name="CMIP6_1PCTCO2_BGC">
  127. <Description>Use 1pctCO2 for BGC components (LPJ-GUESS, PISCES) in CMIP6 DECK (TRUE or FALSE)</Description>
  128. <Type>BOOLEAN</Type>
  129. <Value>FALSE</Value>
  130. </Parameter>
  131. <Parameter name="CMIP5">
  132. <Description>Use CMIP5 forcings (TRUE or FALSE)</Description>
  133. <Type>BOOLEAN</Type>
  134. <Value>TRUE</Value>
  135. </Parameter>
  136. <Parameter name="CMIP5_RCP">
  137. <Description>RCP selection (1-4 or 0 for historical run)</Description>
  138. <Type>INTEGER</Type>
  139. <Value>0</Value>
  140. </Parameter>
  141. <Parameter name="CMIP_FIXYEAR">
  142. <Description>Fix CMIP5/CMIP6 forcings at the indicated year (or 0 to ignore for transient runs)</Description>
  143. <Type>INTEGER</Type>
  144. <Value>0</Value>
  145. </Parameter>
  146. <Parameter name="CMIP_FIXYEAR_CH4">
  147. <Description>Fix CMIP5/CMIP6 CH4 mixing ratios at the indicated year (or 0 to ignore for transient runs)</Description>
  148. <Type>INTEGER</Type>
  149. <Value>0</Value>
  150. </Parameter>
  151. </Model>
  152. <Model name="NEM">
  153. <Parameter name="GRID">
  154. <Description>Resolution of NEMO grid</Description>
  155. <Type>STRING</Type>
  156. <Value>ORCA1L75</Value>
  157. </Parameter>
  158. <Parameter name="NUMPROC">
  159. <Description>Number of processors running NEMO</Description>
  160. <Type>INTEGER</Type>
  161. <Value>64</Value>
  162. </Parameter>
  163. </Model>
  164. <Model name="XIO">
  165. <Parameter name="NUMPROC">
  166. <Description>Number of processors running XIOS</Description>
  167. <Type>INTEGER</Type>
  168. <Value>1</Value>
  169. </Parameter>
  170. </Model>
  171. <Model name="TM5">
  172. <Parameter name="NLEVS">
  173. <Description>Number of levels in TM5 (4, 10, 34 or 91)</Description>
  174. <Type>INTEGER</Type>
  175. <Value>10</Value>
  176. </Parameter>
  177. <Parameter name="ISTART">
  178. <Description>TM5 initial tracer fields option (2,5,9,31,32 or 33)</Description>
  179. <Type>INTEGER</Type>
  180. <Value>9</Value>
  181. </Parameter>
  182. <Parameter name="TIME_STEP_SEC">
  183. <Description>TM5 time step in seconds</Description>
  184. <Type>INTEGER</Type>
  185. <Value>3600</Value>
  186. </Parameter>
  187. <Parameter name="NUMPROC_X">
  188. <Description>Number of processors in the X direction running TM5 (max 4)</Description>
  189. <Type>INTEGER</Type>
  190. <Value>2</Value>
  191. </Parameter>
  192. <Parameter name="NUMPROC_Y">
  193. <Description>Number of processors in the Y direction running TM5 (max 45)</Description>
  194. <Type>INTEGER</Type>
  195. <Value>45</Value>
  196. </Parameter>
  197. <Parameter name="EMISS_FIXYEAR">
  198. <Description>Fix EMISSIONS at the indicated year (0 to ignore, -1 to disable emissions for co2 version)</Description>
  199. <Type>INTEGER</Type>
  200. <Value>0</Value>
  201. </Parameter>
  202. </Model>
  203. <Model name="LPJG">
  204. <Parameter name="TIME_STEP_SEC">
  205. <Description>LPJ-GUESS time step in seconds</Description>
  206. <Type>INTEGER</Type>
  207. <Value>86400</Value>
  208. </Parameter>
  209. <Parameter name="NUMPROC">
  210. <Description>Number of processors running LPJG (min )</Description>
  211. <Type>INTEGER</Type>
  212. <Value>32</Value>
  213. </Parameter>
  214. <Parameter name="LPJG_FIXNDEPAFTER">
  215. <Description>Fix N-Deposition from (>=0: year, -1:off)</Description>
  216. <Type>INTEGER</Type>
  217. <Value>2099</Value>
  218. <!-- This is a hack as the final year (2100) is missing in the dataset -->
  219. </Parameter>
  220. <Parameter name="LPJG_FIXLUAFTER">
  221. <Description>Fix Land-Use from (>=0: year, -1:off)</Description>
  222. <Type>INTEGER</Type>
  223. <Value>-1</Value>
  224. </Parameter>
  225. <Parameter name="LPJG_IFS_OUTPUT_DIR">
  226. <Description>IFS output directory for lpjg_forcing to find ICMGG* files</Description>
  227. <Type>PATH</Type>
  228. <Value>${SCRATCH}/ECEARTH-RUNS/AAAA/output/ifs</Value>
  229. </Parameter>
  230. <Parameter name="LPJG_FORCING_DIR">
  231. <Description>LPJG directory to find forcing</Description>
  232. <Type>PATH</Type>
  233. <Value>${SCRATCH}/ECEARTH-RUNS/LPJG_FORCING/${exp_name}</Value>
  234. </Parameter>
  235. </Model>
  236. <Model name="OSM">
  237. <Parameter name="NUMPROC">
  238. <Description>Number of processors/threads running OSM:openMP</Description>
  239. <Type>INTEGER</Type>
  240. <Value>12</Value>
  241. </Parameter>
  242. <Parameter name="OSM_FORCING_TYPE">
  243. <Description>OSM forcing type, either ifs or one or the ERA reanalyses (erai, era20c, gswp3, era5)</Description>
  244. <Type>STRING</Type>
  245. <Value>ifs</Value>
  246. </Parameter>
  247. <Parameter name="OSM_IFS_OUTPUT_DIR">
  248. <Description>IFS output directory for OSM to find ICMGG* files</Description>
  249. <Type>PATH</Type>
  250. <Value>${SCRATCH}/ECEARTH-RUNS/AAAA/output/ifs</Value>
  251. </Parameter>
  252. <Parameter name="OSM_FORCING_DIR">
  253. <Description>OSM directory to find forcing or save if generated</Description>
  254. <Type>PATH</Type>
  255. <Value>${SCRATCH}/ECEARTH-RUNS/OSM_FORCING/${exp_name}</Value>
  256. </Parameter>
  257. </Model>
  258. </Configuration>