main-chem.rc.tmpl 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. !=====================================================================!
  2. ! Run main specifications
  3. !=====================================================================!
  4. ! [id] basename for executable, runtime rcfile, job script (hence logfiles too), ${my.basename}__sources.tar
  5. my.basename : tm5mp
  6. ! timing
  7. timerange.start : 2006-01-01 00:00:00
  8. timerange.end : 2006-02-01 00:00:00
  9. jobstep.length : month
  10. ! autorun
  11. submit.auto : False
  12. ! main directories (compilation, run, meteo)
  13. my.project.dir : ${my.scratch}/TM5/benchmark_chem
  14. my.run.dir : ${my.project.dir}/rundir
  15. my.meteo.dir : ${my.scratch}/TM5_METEO_NC/
  16. ! dir of standard input files (read in model init)
  17. inputdir : ${my.data.dir}
  18. !=====================================================================!
  19. ! Environment (compiler, libraries, job manager, //, ...)
  20. !=====================================================================!
  21. #include rc/machine-<machine-name>.rc
  22. ! add here any keys required by your job manager and defined in your machine.rc file (e.g., my.queue.make)
  23. my.queue.account :
  24. my.build.configure.flags : optim-strict
  25. par.mpi : T
  26. par.nx : 1
  27. par.ny : 45
  28. !=====================================================================!
  29. ! Grids & Levels
  30. !=====================================================================!
  31. my.levs : tropo34
  32. ! regions name
  33. my.region1 : glb300x200
  34. ! grid names for meteo input (allows on the flight regridding):
  35. my.region1m : glb100x100
  36. ! Do not use default region file for 1x1 runs, the reduced grid is too agressive for the chemistry.
  37. #if "${my.region1}" == "glb100x100"
  38. #include rc/regions-glb100x100-chem.rc
  39. #else
  40. #include rc/regions-${my.region1}.rc
  41. #endif
  42. !=====================================================================!
  43. ! Source code (list of proj)
  44. !=====================================================================!
  45. my.source.proj : proj/output proj/budget10 proj/cb05
  46. !=====================================================================!
  47. ! C-preprocessors: DF, TMM, TM5
  48. !=====================================================================!
  49. my.df.define : with_hdf4 with_hdf5_par with_netcdf4_par
  50. ! macro's for meteo input:
  51. my.tmm.define : with_tmm_tm5
  52. my.without :
  53. !standard chemistry uses:
  54. my.def_advec : slopes
  55. my.defs_emis : with_ch4_emis
  56. my.defs_chem : with_m7 with_optics
  57. my.defs_misc : with_budgets
  58. my.tm5.define : ${my.without} ${my.def_advec} ${my.defs_misc} ${my.defs_chem} ${my.defs_emis}
  59. !=====================================================================!
  60. ! Model tuning
  61. !=====================================================================!
  62. ! model timestep
  63. time.ntimestep : 3600
  64. time.ndyn_max : 3600
  65. ! processes
  66. proces.advection.reduced : T
  67. proces.wet_removal.cp_scale : 0.5
  68. ! read diffusion coefficients (instead of calculate) (also: write if doesnot exist)
  69. diffusion.write : F
  70. diffusion.dir : ${my.run.dir}/output
  71. !(diffusion dir is parent dir of diffusion files. Must be specified if diffusion.write is T
  72. ! sub-dir/fname are: <my.levs>/<grid>/yyyy/mm/dd/dkg_yyyymmddhhmm.hdf
  73. !=====================================================================!
  74. ! Restart files
  75. !=====================================================================!
  76. ! initial fields
  77. istart : 33
  78. ! Directory (case of istart=33 or 32)
  79. restart.read.dir : /PATH/TO/TM5_INPUT/testdata_restart/
  80. ! File (case of istart=4, 30, 31, 5)
  81. start.31.glb300x200 : ${PERM}/TM5_INPUT/testdata_restart/save_2007010100_glb300x200.hdf
  82. start.31.glb100x100 : ${PERM}/TM5_INPUT/testdata_restart/save_2007010100_glb300x200.hdf
  83. start.5.glb300x200 : ${PERM}/TM5_INPUT/testdata_restart/mmix_2006010100_2006020100_glb300x200.hdf
  84. restart.write : T
  85. ! extra restart files
  86. restart.write.extra : F
  87. restart.write.extra.hour : 00
  88. restart.write.extra.dhour : 24
  89. ! where to write restart files
  90. restart.write.dir : ${my.run.dir}/restart
  91. ! ensure creation of directory
  92. restart.install.dir : ${restart.write.dir}
  93. !=====================================================================!
  94. ! METEO SETTINGS
  95. !=====================================================================!
  96. my.meteo.class : ei
  97. my.meteo.resol : glb100x100
  98. my.meteo.format : tm5-nc
  99. time.fc : F
  100. time.fc.day0 :
  101. my.tmm.setup.apply : T
  102. convective.fluxes.tiedtke : F
  103. #include rc/meteo-tm5-default.rc
  104. !=====================================================================!
  105. ! Extra ressources
  106. !=====================================================================!
  107. #include rc/expert-default.rc
  108. #include chem-input.rc
  109. !=====================================================================!
  110. ! Log & output dir
  111. !=====================================================================!
  112. ! Log
  113. okdebug : F
  114. go.print.all : F
  115. go.print.prompt.pe : F
  116. go.print.trace : F
  117. go.print.file : F
  118. go.print.file.base : log.ctm
  119. output.dir : ${my.run.dir}/output
  120. output.overwrite : T
  121. ! alternative output dir
  122. output.dir.base :
  123. output.dir.extensions :
  124. output.types : timing settings
  125. !=====================================================================!
  126. ! Optional output from 'BASE' code
  127. !=====================================================================!
  128. ! (monthly) mean mixing ratio
  129. output.mmix : T
  130. ! budget fluxes through boundaries
  131. apply.budget.global.flux : F
  132. budget.global.flux.lon_in : -12
  133. budget.global.flux.lon_out : 36
  134. budget.global.flux.lat_in : 34
  135. budget.global.flux.lat_out : 62
  136. ! Non-Horizontally-Aggregated-Budgets
  137. write.column.budgets : T
  138. ! profiling
  139. timing.output : T
  140. timing.output.subdir : profile
  141. !output.after.step :
  142. !=====================================================================!
  143. ! Optional output from 'PROJ/USER_OUTPUT' code
  144. !=====================================================================!
  145. ! Grids setting
  146. settings.output : T
  147. settings.output.subdir :
  148. ! Station output
  149. output.station : F
  150. inputdir.station : ${my.scratch}/TM5/TM5-input/
  151. input.station.filename : station.emep.list
  152. input.station.filename2 :
  153. input.station.fileformat : 1
  154. station.speclist : SO2 NOy CH4 OH
  155. output.station.filename : tm5_emep.hdf
  156. ! Flight tracks
  157. output.flight : F
  158. ! All fields on root processor
  159. output.mix : F
  160. output.mix.dhour : 3
  161. ! Aerocom output (cannot do -fpe0 with Aerocom output)
  162. output.aerocom : F
  163. ! Set output frequency to "hourly", "daily" or "monthly"
  164. output.aerocom.freq : monthly
  165. output.aerocom.exper : AP3
  166. output.aerocom.dhour : 1
  167. output.aerocom.stations : T
  168. pm.sizelimits : 2 5 10
  169. ! General output
  170. ! only one hourly
  171. output.general : T
  172. output.general.freq : hourly
  173. output.general.exper : EXP
  174. output.general.dhour : 1
  175. ! all_chemistry: all or subset of gasphase compounds
  176. output.general.all_chemistry : F
  177. output.general.2d : T
  178. output.general.3d : T
  179. ! AerChemMIP and CRESCENDO output
  180. output.aerchemmip: T
  181. output.aerchemmip.1h: T
  182. output.aerchemmip.dhour: 6
  183. output.aerchemmip.experiment: SOMETHING
  184. output.aerchemmip.realm: atmosChem
  185. output.aerchemmip.sourcetype: AP3
  186. output.aerchemmip.experimentid: id00
  187. output.crescendo: T
  188. ! diagnostic CCN
  189. input.diagnostic.CCN : T
  190. input.supersat : 8
  191. ! supersaturation [%RH]
  192. supersat.values : 0.05 0.1 0.2 0.3 0.5 0.7 1.0 1.4
  193. ! NOAA output
  194. output.noaa : F
  195. ! Time Series
  196. output.pdump : T
  197. output.pdump.dataset.author : John Doe
  198. output.pdump.dataset.institution : My Company, Somewhere
  199. output.pdump.dataset.version : benchmark
  200. output.pdump.fname.model : TM5
  201. output.pdump.fname.expid : tropomi
  202. output.pdump.fname.grid.glb300x200 : glb3x2
  203. output.pdump.fname.grid.eur100x100 : eur1x1
  204. output.pdump.griddef.apply : T
  205. output.pdump.tp.apply : F
  206. output.pdump.tp.dhour : 3
  207. output.pdump.vmr.n : 1
  208. output.pdump.vmr.001.apply : T
  209. output.pdump.vmr.001.fname : gas
  210. output.pdump.vmr.001.dhour : 3
  211. output.pdump.vmr.001.tracers : CO O3 NO2 CH2O
  212. output.pdump.lt.apply : F
  213. output.pdump.lt.tracers : O3
  214. output.pdump.lt.localtime : 2
  215. output.pdump.lt2.apply : F
  216. output.pdump.lt2.tracers :
  217. output.pdump.lt2.localtime :
  218. output.pdump.depositions.apply : F
  219. output.pdump.depositions.dhour : 3
  220. output.pdump.depositions.tracers : O3 HNO3 NO NO2 H2O2 CH2O PAN CO NH3 NH4 SO2 NOy
  221. output.pdump.depvels.apply : F
  222. output.pdump.depvels.dhour : 3
  223. output.pdump.depvels.tracers : O3 HNO3 NO NO2 H2O2 CH2O PAN CO NH3 NH4 SO2
  224. !=====================================================================!
  225. ! PRE-Processing
  226. !=====================================================================!
  227. ! I - Installation of input files ("install" keys)
  228. install.tasks : ${my.install.tasks} restart
  229. ! II - User scripts to setup run
  230. input.user.scripts : <bindir>/tm5-tmm-setup <rcfile>
  231. !=====================================================================!
  232. ! POST-Processing
  233. !=====================================================================!
  234. ! I - Archive output ("store" keys)
  235. default.store.zipper :
  236. default.store.arch : ${my.project.dir}/ARCHIVE
  237. default.store.renew : True
  238. !----------------------------------------------------------
  239. store.condition : False
  240. store.tasks :
  241. sources.store.extra.command :
  242. ! II - Touch files
  243. output.touch : False
  244. ! III - Run user scripts
  245. output.user.scripts.condition : False
  246. output.user.scripts :
  247. ! IV - DIADEM
  248. !#include tools/diadem/rc/diadem.rc
  249. !=====================================================================!
  250. ! Miscelleaneous (do not modify!) !
  251. !=====================================================================!
  252. par.ntask : 1 ! dummy value, this is set by the pycasso user script