config-run.xml 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <?xml version="1.0"?>
  2. <Configuration xmlns:xi="http://www.w3.org/2001/XInclude">
  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_ESM">
  22. <Description>Run script file (coupled run: atm+esm components)</Description>
  23. <Template>ece-esm.sh.tmpl</Template>
  24. <Target>ece-esm.sh</Target>
  25. <Properties>executable</Properties>
  26. </Translation>
  27. <Translation name="RUN_LSM">
  28. <Description>Run script file (offline land surface run)</Description>
  29. <Template>../classic/ece-lsm.sh.tmpl</Template>
  30. <Target>ece-lsm.sh</Target>
  31. <Properties>executable</Properties>
  32. </Translation>
  33. <Translation name="RT_CTRL_CHE">
  34. <Description>Control file for TM5</Description>
  35. <Template>../classic/ctrl/tm5-config-run.rc.tmpl</Template>
  36. <Target>../classic/ctrl/tm5-config-run.rc</Target>
  37. <Properties>executable</Properties>
  38. </Translation>
  39. <xi:include href="../classic/platform/bsc-nord3.xml" />
  40. <xi:include href="../classic/platform/bsc-marenostrum4.xml" />
  41. <xi:include href="../classic/platform/cesga-finisterrae2.xml" />
  42. <xi:include href="../classic/platform/dmi-hpcdev-intel.xml" />
  43. <xi:include href="../classic/platform/ecmwf-cca-cray.xml" />
  44. <xi:include href="../classic/platform/ecmwf-cca-intel.xml" />
  45. <xi:include href="../classic/platform/fmi-voima.xml" />
  46. <xi:include href="../classic/platform/knmi-rhino.xml" />
  47. <xi:include href="../classic/platform/nsc-bi.xml" />
  48. <xi:include href="../classic/platform/nsc-tetralith.xml" />
  49. <xi:include href="../classic/platform/pdc-beskow.xml" />
  50. <xi:include href="../classic/platform/surfsara-cartesius.xml" />
  51. <Model name="GENERAL">
  52. <Parameter name="EXP_NAME">
  53. <Description>Experiment name (4 letters)</Description>
  54. <Type>STRING</Type>
  55. <Value>%EXPID%</Value>
  56. </Parameter>
  57. <Parameter name="RUN_START_DATE">
  58. <Description>Start date of the simulation. Use any reasonable syntax.</Description>
  59. <Type>DATE</Type>
  60. <Value>%SDATE%</Value>
  61. </Parameter>
  62. <Parameter name="RUN_END_DATE">
  63. <Description>End date of the simulation. Use any reasonable syntax.</Description>
  64. <Type>STRING</Type>
  65. <Value>%Chunk_START_DATE% + %CHUNKSIZE% %CHUNKSIZEUNIT%</Value>
  66. </Parameter>
  67. <Parameter name="FORCE_RUN_FROM_SCRATCH">
  68. <Description>Start simulation from scratch, possibly ignoring any restart files. [true/false]</Description>
  69. <Type>BOOLEAN</Type>
  70. <Value>false</Value>
  71. </Parameter>
  72. <Parameter name="RST_FREQ">
  73. <Description>Restart frequency, e.g., 2 months</Description>
  74. <Type>STRING</Type>
  75. <Value>%CHUNKSIZE% %CHUNKSIZEUNIT%</Value>
  76. </Parameter>
  77. <Parameter name="RUN_NUM_LEGS">
  78. <Description>Number of restart legs</Description>
  79. <Type>INTEGER</Type>
  80. <Value>1</Value>
  81. </Parameter>
  82. <Parameter name="OUTPUT_CONTROL_FILES_DIR">
  83. <Description>The path to the IFS ppt and NEMO file_def file dir</Description>
  84. <Type>PATH</Type>
  85. <Value>ctrl</Value>
  86. </Parameter>
  87. </Model>
  88. <Model name="OASIS">
  89. <Parameter name="CPL_FREQ_ATM_CHE_HRS">
  90. <Description>Coupling frequency between IFS and TM5 in hours</Description>
  91. <Type>INTEGER</Type>
  92. <Value>6</Value>
  93. </Parameter>
  94. <Parameter name="CPL_FREQ_ATM_LPJG_HRS">
  95. <Description>Coupling frequency between IFS|TM5 and LPJG in hours</Description>
  96. <Type>INTEGER</Type>
  97. <Value>24</Value>
  98. </Parameter>
  99. </Model>
  100. <Model name="IFS">
  101. <Parameter name="GRID">
  102. <Description>Resolution of IFS grid</Description>
  103. <Type>STRING</Type>
  104. <Value>%IFS_resolution%</Value>
  105. </Parameter>
  106. <Parameter name="NUMPROC">
  107. <Description>Number of processors running IFS</Description>
  108. <Type>INTEGER</Type>
  109. <Value>%IFS_NUMPROC%</Value>
  110. </Parameter>
  111. <Parameter name="CMIP6">
  112. <Description>Use CMIP6 forcings (TRUE or FALSE)</Description>
  113. <Type>BOOLEAN</Type>
  114. <Value>TRUE</Value>
  115. </Parameter>
  116. <Parameter name="CMIP6_SCENARIO">
  117. <Description>SSP selection for 2015 onwards</Description>
  118. <Type>STRING</Type>
  119. <Value>historical</Value>
  120. </Parameter>
  121. <Parameter name="CMIP6_A4xCO2">
  122. <Description>Use Abrupt4xCO2 in CMIP6 DECK (TRUE or FALSE)</Description>
  123. <Type>BOOLEAN</Type>
  124. <Value>FALSE</Value>
  125. </Parameter>
  126. <Parameter name="CMIP6_1PCTCO2">
  127. <Description>Use 1pctCO2 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>%NFIXYR%</Value>
  145. </Parameter>
  146. </Model>
  147. <Model name="NEM">
  148. <Parameter name="GRID">
  149. <Description>Resolution of NEMO grid</Description>
  150. <Type>STRING</Type>
  151. <Value>%NEMO_resolution%</Value>
  152. </Parameter>
  153. <Parameter name="NUMPROC">
  154. <Description>Number of processors running NEMO</Description>
  155. <Type>INTEGER</Type>
  156. <Value>%NEM_NUMPROC%</Value>
  157. </Parameter>
  158. </Model>
  159. <Model name="XIO">
  160. <Parameter name="NUMPROC">
  161. <Description>Number of processors running XIOS</Description>
  162. <Type>INTEGER</Type>
  163. <Value>%XIO_NUMPROC%</Value>
  164. </Parameter>
  165. </Model>
  166. <Model name="TM5">
  167. <Parameter name="ISTART">
  168. <Description>TM5 initial tracer fields option (2,5,9,31,32, or 33)</Description>
  169. <Type>INTEGER</Type>
  170. <Value>33</Value>
  171. </Parameter>
  172. <Parameter name="TIME_STEP_SEC">
  173. <Description>TM5 time step in seconds</Description>
  174. <Type>INTEGER</Type>
  175. <Value>3600</Value>
  176. </Parameter>
  177. <Parameter name="NUMPROC_X">
  178. <Description>Number of processors in the X direction running TM5 (max 4)</Description>
  179. <Type>INTEGER</Type>
  180. <Value>2</Value>
  181. </Parameter>
  182. <Parameter name="NUMPROC_Y">
  183. <Description>Number of processors in the Y direction running TM5 (max 45)</Description>
  184. <Type>INTEGER</Type>
  185. <Value>45</Value>
  186. </Parameter>
  187. <Parameter name="CMIP5_RCP">
  188. <Description>RCP selection (RCP26, RCP45, RCP60, RCP85 or hist [pre-2000])</Description>
  189. <Type>STRING</Type>
  190. <Value>hist</Value>
  191. </Parameter>
  192. <Parameter name="EMISS_FIXYEAR">
  193. <Description>Fix EMISSIONS at the indicated year (or 0 to ignore)</Description>
  194. <Type>INTEGER</Type>
  195. <Value>0</Value>
  196. </Parameter>
  197. </Model>
  198. <Model name="LPJG">
  199. <Parameter name="TIME_STEP_SEC">
  200. <Description>LPJ-GUESS time step in seconds</Description>
  201. <Type>INTEGER</Type>
  202. <Value>86400</Value>
  203. </Parameter>
  204. <Parameter name="NUMPROC">
  205. <Description>Number of processors running LPJG (min )</Description>
  206. <Type>INTEGER</Type>
  207. <Value>%LPJG_NUMPROC%</Value>
  208. </Parameter>
  209. <Parameter name="LPJG_FIXNDEPAFTER">
  210. <Description>Fix N-Deposition from (>=0: year, -1:off)</Description>
  211. <Type>INTEGER</Type>
  212. <Value>-1</Value>
  213. </Parameter>
  214. <Parameter name="LPJG_FIXLUAFTER">
  215. <Description>Fix Land-Use from (>=0: year, -1:off)</Description>
  216. <Type>INTEGER</Type>
  217. <Value>-1</Value>
  218. </Parameter>
  219. </Model>
  220. </Configuration>