pdc-beskow.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <Platform name="pdc-beskow">
  2. <!-- Tested with modules PrgEnv-intel/5.2.56 cray-hdf5-parallel/1.8.13 loaded -->
  3. <Description></Description>
  4. <Translation name="BESKOW_CFG">
  5. <Description>Platform dependent configuration (beskow)</Description>
  6. <Template>platform/pdc-beskow.cfg.tmpl</Template>
  7. <Target>ecconf.cfg</Target>
  8. <Properties></Properties>
  9. </Translation>
  10. <Parameter name="BUILD_ARCH">
  11. <Description>Architecture used when building EC-Earth</Description>
  12. <Type>STRING</Type>
  13. <Value>ecconf</Value>
  14. </Parameter>
  15. <Parameter name="ECEARTH_SRC_DIR">
  16. <Description>Base directory for EC-Earth sources</Description>
  17. <Type>PATH</Type>
  18. <Value>${HOME}/Projects/ecearth3/sources</Value>
  19. </Parameter>
  20. <Parameter name="RUN_DIR">
  21. <Description>EC-Earth run directory</Description>
  22. <Type>PATH</Type>
  23. <Value>/cfs/klemming/scratch/u/ufla/ece-run/${exp_name}</Value>
  24. </Parameter>
  25. <Parameter name="INI_DATA_DIR">
  26. <Description>Initial data directory used by EC-Earth</Description>
  27. <Type>PATH</Type>
  28. <Value>/cfs/klemming/nobackup/u/ufla/ece-inidata</Value>
  29. </Parameter>
  30. <Parameter name="PROC_PER_NODE">
  31. <Description>Number of processors per node</Description>
  32. <Type>INTEGER</Type>
  33. <Value>32</Value>
  34. </Parameter>
  35. <Parameter name="RESUBMIT_JOB">
  36. <Description>Automatically resubmit the job? [true|false]</Description>
  37. <Type>BOOLEAN</Type>
  38. <Value>false</Value>
  39. </Parameter>
  40. <Parameter name="RESUBMIT_OPT">
  41. <Description>Additional options for the submit command</Description>
  42. <Type>STRING</Type>
  43. <Value>-t 1:00:00 -A 2014-11-5</Value>
  44. </Parameter>
  45. <Parameter name="GRIBAPI_BASE_DIR">
  46. <Description>GRIB API base directory</Description>
  47. <Type>PATH</Type>
  48. <Value>/pdc/vol/grib_api/1.12.1-cray</Value>
  49. </Parameter>
  50. <Parameter name="GRIBAPI_BIN_SUBDIR">
  51. <Description>GRIB API bin directory relative to the base directory</Description>
  52. <Type>PATH</Type>
  53. <Value>bin</Value>
  54. </Parameter>
  55. <Parameter name="GRIBAPI_DEFINITION_SUBDIR">
  56. <Description>GRIB API definition directory relative to the base directory</Description>
  57. <Type>PATH</Type>
  58. <Value>share/grib_api/ifs_definitions</Value>
  59. </Parameter>
  60. <Parameter name="GRIBAPI_SAMPLES_SUBDIR">
  61. <Description>GRIB API samples directory relative to the base directory</Description>
  62. <Type>PATH</Type>
  63. <Value>share/grib_api/ifs_samples/grib1</Value>
  64. </Parameter>
  65. <Parameter name="ADD_TO_LD_LIBRARY_PATH">
  66. <Description>Additional shared library paths needed at runtime</Description>
  67. <Type>STRING</Type>
  68. <Value></Value>
  69. </Parameter>
  70. <Parameter name="PRE_LOAD_MODULES_CMD">
  71. <Description>Command run before any modules are loaded</Description>
  72. <Type>STRING</Type>
  73. <Value>source /opt/modules/default/etc/modules.sh</Value>
  74. </Parameter>
  75. <Parameter name="MODULE_LIST">
  76. <Description>List of modules to load</Description>
  77. <Type>STRING</Type>
  78. <Value>PrgEnv-intel/5.2.56 cray-hdf5-parallel/1.8.13</Value>
  79. </Parameter>
  80. </Platform>