meteo-tm5-produce-glb100x100__ea.rc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2. !
  3. ! METEO RC FILE FOR PRE-PROCESSING OF BOTH EI AND OD MET FIELDS.
  4. !
  5. !
  6. ! The following variables are used and should have been defined:
  7. !
  8. ! * in the main rcfile:
  9. !
  10. ! ! short names for regions:
  11. ! my.region1 : glb100x100
  12. !
  13. ! ! grid names for meteo input:
  14. ! my.region1m : ${my.region1}
  15. !
  16. ! ! Number of model levels:
  17. ! my.levs : all
  18. !
  19. ! ! ECMWF meteo class ('ei' or 'od')
  20. ! my.meteo.class : ei
  21. !
  22. ! ! file format: "tm5-nc" for netcdf, "tm5-hdf" for hdf
  23. ! my.meteo.format : tm5-nc
  24. !
  25. ! ! call meteo setup script
  26. ! my.tmm.setup.apply : T
  27. !
  28. ! * in the machine rc file:
  29. !
  30. ! ! local directory with unpacked meteo files:
  31. ! my.meteo.dir : /scratch/shared/meteo
  32. !
  33. ! ! where to search of missing files ?
  34. ! my.meteo.search : ec:ecfs[nlh]:TM/meteo
  35. !
  36. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  37. !
  38. ! The keys that define meteo usage have the form:
  39. !
  40. ! <key(s)>.<name(s)>
  41. !
  42. ! or, if the property depends on the zoom region:
  43. !
  44. ! <key(s)>.<region_name>.<name(s)>
  45. !
  46. ! The region_name is either a '*' or names like 'glb300x200' etc.
  47. !
  48. ! Multipe names could apply to the same field; see the table below.
  49. ! A '*' applies to all fields.
  50. ! If more than name applies to a field, the last one defines the value.
  51. ! For example, the following 3 keys all apply to the 'oro' field,
  52. ! but the resulting temporal interpolation will be 'const' :
  53. !
  54. ! meteo.tinterp.* : interp3
  55. ! meteo.tinterp.sfc.an : interp6
  56. ! meteo.tinterp.oro : const
  57. !
  58. ! Summary of possible name(s) :
  59. !
  60. ! field name(s) that apply to this field
  61. ! -------- ------------------------------------------------------
  62. ! sp ml sp
  63. ! mfw ml mflux_w
  64. ! tsp ml mflux_w
  65. ! mfu ml mflux_uv
  66. ! mfv ml mflux_uv
  67. ! T ml temper
  68. ! Q ml humid
  69. ! CLWC ml cloud
  70. ! CIWC ml cloud
  71. ! CC ml cloud
  72. ! CCO ml cloud
  73. ! CCU ml cloud
  74. ! eu ml convec
  75. ! ed ml convec
  76. ! du ml convec
  77. ! dd ml convec
  78. ! K ml diffus
  79. ! oro sfc sfc.const sfc.an oro
  80. ! lsm sfc sfc.const sfc.an lsm
  81. ! ci sfc sfc.inst sfc.day sfc.fc ci
  82. ! sst sfc sfc.inst sfc.fc sst
  83. ! u10m sfc sfc.inst sfc.fc u10m
  84. ! v10m sfc sfc.inst sfc.fc u10m
  85. ! g10m sfc sfc.inst sfc.fc g10m
  86. ! src sfc sfc.inst sfc.fc src
  87. ! d2m sfc sfc.inst sfc.fc d2m
  88. ! t2m sfc sfc.inst sfc.fc t2m
  89. ! skt sfc sfc.inst sfc.fc blh
  90. ! blh sfc sfc.inst sfc.fc skt
  91. ! sshf sfc sfc.aver sfc.fc sshf
  92. ! slhf sfc sfc.aver sfc.fc slhf
  93. ! ewss sfc sfc.aver sfc.fc ewss
  94. ! nsss sfc sfc.aver sfc.fc nsss
  95. ! cp sfc sfc.aver sfc.fc cp
  96. ! lsp sfc sfc.aver sfc.fc lsp
  97. ! sf sfc sfc.aver sfc.fc sf
  98. ! ssr sfc sfc.aver sfc.fc ssr
  99. ! sd sfc sfc.inst sfc.day sfc.fc sd
  100. ! swvl1 sfc sfc.inst sfc.day sfc.fc swvl1
  101. ! tv sfc sfc.inst sfc.day sfc.an veg
  102. ! cvl sfc sfc.inst sfc.day sfc.an veg
  103. ! cvh sfc sfc.inst sfc.day sfc.an veg
  104. ! albedo sfc sfc.inst sfc.day sfc.an albedo
  105. ! sr sfc sfc.inst sfc.day sfc.an sr
  106. ! srols sfc sfc.inst sfc.day sfc.an srols
  107. !
  108. ! Background:
  109. ! o 'ml' and 'sfc' indicate model levels and surface level
  110. ! o surface fields could have a constant value (sfc.const),
  111. ! have instananeous values (sfc.inst),
  112. ! or averaged over an accumulation interval (sfc.aver).
  113. ! o when meteo was produced by TMPP, some fields were stored
  114. ! as daily averages (sfc.day)
  115. ! o surface fields could originate from an ecmwf forecast (sfc.fc)
  116. ! or from the analysis (sfc.an)
  117. ! o group names apply to fields that usually belong together,
  118. ! for example the vegation fields (veg)
  119. !
  120. !====================================================
  121. ! ~ get number of meteo levels, and set class variable for filenames
  122. !====================================================
  123. ! ~ era interim
  124. my.meteo.nlev : 137
  125. my.ecclass_ecl : ${my.meteo.class}
  126. !previously ECLEVS:
  127. my.eclevs : ml${my.meteo.nlev}
  128. !------------------------------
  129. ! name for choice of number of model levels (previously LEVS)
  130. !------------------------------
  131. #if "${my.levs}" in ["all",""] :
  132. my.mlevs : ml${my.meteo.nlev}
  133. #elif "${my.levs}" in ["tropo25","tropo31","tropo34","ml40"] :
  134. my.mlevs : ${my.levs}
  135. #else :
  136. #error "unsupported number of model levels : ${my.levs}"
  137. #endif
  138. !------------------------------
  139. ! ** which files should be read ?
  140. !------------------------------
  141. ! read all fields
  142. meteo.read.*.* : T
  143. !! rerun accum sfc:
  144. !meteo.read.*.* : F
  145. !meteo.read.*.sfc.fc : T
  146. !====================================================
  147. ! ** temporal interpolation
  148. !====================================================
  149. !
  150. ! Temporal interpolation is defined first by the general key:
  151. !
  152. ! meteo.tinterp.* : const6
  153. !
  154. ! Optionally, different settings might be chosen for specific meteo:
  155. !
  156. ! sp mflux_uv mflux_w temper humid cloud convec surf.inst surf.aver surf.day albedo sr
  157. !
  158. ! Possible time interpolations:
  159. ! o month : constant in month
  160. ! o const : constant
  161. ! o const24 : constant in 24hr intervals [00:00,24:00]
  162. ! o const6 : constant in 6hr intervals [21:00,03:00] [03:00,09:00] ...
  163. ! o const3 : constant in 3hr intervals [22:30,01:30] [01:30,04:30] ...
  164. ! o interp6 : interpoloated between 00, 06, 12, 18
  165. ! o interp6_3 : interpoloated between 03, 09, 15, 21
  166. ! o interp3 : interpoloated between 00, 03, 06, 09, 12, 15, 18, 21
  167. ! o aver6 : time averages over intervals ]00,06], [06,12], ...
  168. ! o aver3 : time averages over intervals [00,03], [03,06], ...
  169. ! o aver24 : time averages over interval [00,24]
  170. ! o aver24_3 : time averages over interval [21,21]
  171. !
  172. !
  173. ! ~~~ od meteo production
  174. !
  175. ! ~ archived fields are 1 hourly;
  176. ! surface fields at this resolution:
  177. meteo.tinterp.* : interp1
  178. meteo.tinterp.sfc.aver : aver1
  179. ! ~ model level fields retrieved 3 hourly:
  180. meteo.tinterp.ml : interp3
  181. meteo.tinterp.convec : aver3
  182. meteo.tinterp.diffus : aver3
  183. ! ~ constant
  184. meteo.tinterp.oro : const
  185. meteo.tinterp.lsm : const
  186. ! ~ surface roughness Olsson/Ganzeveld is per month:
  187. meteo.tinterp.srols : month
  188. !====================================================
  189. ! ** source keys : file name to read ?
  190. !====================================================
  191. !
  192. ! TMM requires keys on how to form a meteo filename.
  193. ! A key should be defined for each region (names are in 'dims_grid.F90'):
  194. !
  195. ! tmm.sourcekey.glb600x400.* : tmpp:class=od;type=fc;levs=ml60;grid=glb3x2;tres=_21p06
  196. !
  197. ! Optionally, some specific fields might be read from a different set:
  198. !
  199. ! tmm.sourcekey.glb600x400.sp : ecmwf:form=3hr;class=od;type=fc;nlev=60;sh=159;tres=_fc012up2tr3
  200. !
  201. ! Possible specific fields:
  202. !
  203. ! sp mflux_uv mflux_w temper humid cloud convec
  204. ! surf oro lsm albedo sr
  205. !
  206. ! Examples of source keys:
  207. !
  208. ! * tmpp:class=od;type=fc;levs=ml60;grid=glb3x2;tres=_21p06
  209. !
  210. ! Identifies the regular TMPP hdf files:
  211. ! xxxx/od-fc-2000-01-ml60-glb3x2-uvsp_20000101_21p06.hdf
  212. ! etc
  213. !
  214. ! * tmpp:class=od;type=fc;levs=ml60;grid=glb3x2;tres=_21p06;pathsep=\;namesep=\
  215. !
  216. ! Idem, but then for full Windows path names:
  217. ! xxxx\od\fc\2000\01\ml60\glb3x2\uvsp_20000101_21p06.hdf
  218. ! etc
  219. !
  220. ! * tm5-hdf:mdir=ec-fc012up2-ml60-tropo25-glb600x400;tres=_00p06
  221. !
  222. ! TM5 produced meteo files, hdf format.
  223. !
  224. ! * tm5-nc:mdir=ec-fc012up2-ml60-tropo25-glb600x400-<yyyy>;tres=_00p06
  225. !
  226. ! TM5 produced meteo files, netcdf format.
  227. ! The '<yyyy>' key will be replaced by the year.
  228. !
  229. ! * msc-data:nlev=71;sh=47;mdir=cmam;type=iau;tres=_6hrly;sp_unit=hPa
  230. !
  231. ! * ncep-gfs:
  232. ! * ncep-cdc:
  233. !
  234. my.mext : -<yyyy>
  235. ! time resolution keys let TM5 read the correct grib file,
  236. ! also used as subdirectory in output path;
  237. ! forecasts from 06:00/18:00, retrieve 3 or 1 hourly;
  238. ! analysis, retrieve 1 hourly
  239. my.source.tres.ml : h06h18tr3
  240. my.source.tres.sfc : h06h18tr1
  241. my.source.tres.sfc.an : an0tr1
  242. ! time resolutions in destination files:
  243. my.dest.tres.ml : 00p03
  244. my.dest.tres.sfc : 00p01
  245. my.dest.tres.sfc.an : 00p01
  246. ! ~~~ GRIB files from MARS archive :
  247. !
  248. ! data set T/N deg
  249. ! --------------------------------------------------
  250. ! Era40 T159/N80 1.125
  251. ! Era-Interim T255/N128 0.703
  252. ! EC-Earth / CMIP5 T159/N0 1.125
  253. ! OD (up to 2000) T319/N160 0.5625
  254. ! OD (2000-2005) T511/N256 0.3516
  255. ! OD L91 (2006-02-01 onwards) T799/N400 0.225
  256. ! T1279/N640 0.125 # available as of 11/2010
  257. ! Era-5 at T639/N320 ; however, retreive at ERA-Interim resolution:
  258. SHT : 255
  259. GGN : 128
  260. ! special convection fields;
  261. ! if not explicitly specified, then 'ec-ll' is used for OASIS coupling and 'raw' otherwise:
  262. !convec_method :
  263. !convec_method : raw ! (default) compute from u/v/T/Q/etc (Tiedtke) ; requires "with_tmm_convec_raw"
  264. convec_method : ec-ll ! read ECMWF (accumulated or averaged) convec fields, regrid, convert units ;
  265. ! requires "with_tmm_convec_ec"
  266. !convec_method : ec-gg ! read ECMWF convec fields, convert units, regrid ;
  267. ! ! requires "with_tmm_convec_ec_gg"
  268. tmm.sourcekey.*.ml : ecmwf-tm5:class=${my.meteo.class};type=fc;levs=${my.eclevs};sh=${SHT};gg=${GGN};tres=_${my.source.tres.ml}
  269. tmm.sourcekey.*.convec : ecmwf-tm5:class=${my.meteo.class};type=fc;levs=${my.eclevs};sh=${SHT};gg=${GGN};tres=_${my.source.tres.ml};method=${convec_method}
  270. tmm.sourcekey.*.sfc : ecmwf-tm5:class=${my.meteo.class};type=fc;levs=sfc;gg=${GGN};tres=_${my.source.tres.sfc}
  271. tmm.sourcekey.*.sfc.an : ecmwf-tm5:class=${my.meteo.class};type=an;levs=sfc;gg=${GGN};tres=_${my.source.tres.sfc.an}
  272. !------------------------------
  273. ! ** install meteo files
  274. !------------------------------
  275. ! location of meteo files at runtime (a permanent archive or a temporary scratch)
  276. !TEST-OD tmm.dir : ${my.scratch}/mars_meteo_od_prod
  277. tmm.dir : ${my.scratch}/tm5_meteo_prod_in
  278. !
  279. ! Clean up the temporary meteo ?
  280. ! o Set the clean flag (T|F) such that files that have not been accessed
  281. ! for a long time are removed if a maximum buffer usage is exceeded.
  282. ! o specify a maximum size: 500k, 1M, 2G
  283. !
  284. tmm.dir.clean : F
  285. tmm.dir.size : 10G
  286. !=====================
  287. ! ** Retrieve meteo files
  288. !=====================
  289. ! Meteo files could be setup before the actual program is started.
  290. ! First set the main switch to apply this or not.
  291. ! If to be applied, specify details for a number of sets;
  292. ! each set can be applied by a seperate flag.
  293. !
  294. tmm.setup.apply : ${my.tmm.setup.apply}
  295. ! display progress ?
  296. tmm.setup.verbose : T
  297. ! file permission mode for newly created files:
  298. ! o user archive : 644
  299. ! o archive shared by group : 664
  300. tmm.setup.mode : 664
  301. ! Number of sets (defined below) to retrieve.
  302. tmm.setup.nset : 7
  303. !
  304. ! ** extracted from MARS archive
  305. !
  306. ! SP available as od-fc-sfc-SP and e4-an-sfc-SP ; for e4:
  307. ! o skip 'SP' in fc-sfc-N80,
  308. ! o add 'LNSP' to fc-ml-N80 which is converted to SP
  309. !
  310. ! Fields for convective fluxes and diffusion:
  311. ! - ERA Interim:
  312. ! - updraught mass flux umfa kg/m2 104.162 # accumulated
  313. ! - downdraught mass flux dmfa kg/m2 105.162 # accumulated
  314. ! - updraught detrainment rate udra kg/m3 106.162 # accumulated
  315. ! - downdraught detrainment rate ddra kg/m3 107.162 # accumulated
  316. ! - turbulent diff. coeff. for heat tdcha m2 109.162 # accumulated
  317. ! - ERA5:
  318. ! - mean updraught mass flux mumf kg/m2/s 009.235 # aver prev hour
  319. ! - mean downdraught mass flux mdmf kg/m2/s 010.235 # aver prev hour
  320. ! - mean updraught detrainment rate mudr kg/m3/s 011.235 # aver prev hour
  321. ! - mean downdraught detrainment rate mddr kg/m3/s 012.235 # aver prev hour
  322. ! - mean turbulent diff. coeff. for heat mtdch m2/s 014.235 # aver prev hour
  323. !
  324. ! Surface pressure for level definition;
  325. ! get both the spectral version for the model pressure
  326. ! as well as the gaussian grid for the input convec fields .
  327. !
  328. ! Accumulated fields are now also available as average over last hour.
  329. ! Original accumulated fields seem present too, but when used the processing seemed buggy
  330. ! (wrong usage of 0600/1800 forecasts instead of previous 0000/1200 forecats).
  331. ! Table shows new parameters, created using 'ecmwf parameter database' webpage
  332. ! and 'ecmwf mars catalogue' to see which fields are actually available.
  333. ! Note change of units in snowfall, new field looks correct equivalent of 'cp' given the name and the parameter code.
  334. !
  335. ! ----------------------------------------------------------------- -------------------------------------------------------------------------------
  336. ! ERA Interim ERA5
  337. ! ----------------------------------------------------------------- -------------------------------------------------------------------------------
  338. ! Large-scale precipitation lsp m 142.128 Mean large-scale precipitation rate mlspr kg m-2 s-1 029.235
  339. ! Convective precipitation cp m 143.128 Mean convective precipitation rate mcpr kg m-2 s-1 030.235
  340. ! Snowfall sf m water eqv. 144.128 Mean snowfall rate msr kg m-2 s-1 031.235
  341. ! Surface sensible heat flux sshf J m-2 146.128 Mean surface sensible heat flux msshf W m-2 033.235
  342. ! Surface latent heat flux slhf J m-2 147.128 Mean surface latent heat flux mslhf W m-2 034.235
  343. ! Surface solar radiation downwards ssrd J m-2 169.128 Mean surface downward short-wave radiation flux msdwswrf W m-2 035.235
  344. ! Surface thermal radiation downwards strd J m-2 175.128 Mean surface downward long-wave radiation flux msdwlwrf W m-2 036.235
  345. ! Surface net solar radiation ssr J m-2 176.128 Mean surface net short-wave radiation flux msnswrf W m-2 037.235
  346. ! Surface net thermal radiation str J m-2 177.128 Mean surface net long-wave radiation flux msnlwrf W m-2 038.235
  347. ! Eastward turbulent surface stress ewss N m-2 s 180.128 Mean eastward turbulent surface stress metss N m-2 041.235
  348. ! Northward turbulent surface stress nsss N m-2 s 181.128 Mean northward turbulent surface stress mntss N m-2 042.235
  349. ! ----------------------------------------------------------------- -------------------------------------------------------------------------------
  350. !
  351. tmm.setup.001.apply : T
  352. ! available in era5: "forecast surface roughness (244.128)", "forecast albedo (243.128)"
  353. tmm.setup.001.files : CVL/CVH/TVL/TVH/Z/LSM/FSR/FAL
  354. tmm.setup.001.sources : ecmwf-tm5:class=${my.meteo.class};type=an;levs=sfc;grid=N${GGN}
  355. tmm.setup.001.search :
  356. !
  357. tmm.setup.002.apply : T
  358. tmm.setup.002.files : CI/SSTK/SWVL1/SWVL2/SWVL3/SWVL4/STL1/10FG/SD/MLSPR/MCPR/MSR/MSSHF/MSLHF/BLH/10U/10V/2T/2D/MSNSWRF/METSS/MNTSS/SRC/SKT
  359. tmm.setup.002.sources : ecmwf-tm5:class=${my.meteo.class};type=fc;levs=sfc;grid=N${GGN}
  360. tmm.setup.002.search :
  361. !
  362. tmm.setup.003.apply : T
  363. tmm.setup.003.files : LNSP/VO/D
  364. tmm.setup.003.sources : ecmwf-tm5:class=${my.meteo.class};type=fc;levs=${my.eclevs};grid=T${SHT}
  365. tmm.setup.003.search :
  366. !
  367. tmm.setup.004.apply : T
  368. tmm.setup.004.files : LNSP/T/Q/W/CLWC/CIWC/CC/MUMF/MDMF/MUDR/MDDR/MTDCH
  369. tmm.setup.004.sources : ecmwf-tm5:class=${my.meteo.class};type=fc;levs=${my.eclevs};grid=N${GGN}
  370. tmm.setup.004.search :
  371. !
  372. ! ** Olsson surface roughness files
  373. !
  374. tmm.setup.005.apply : T
  375. tmm.setup.005.files : SR
  376. tmm.setup.005.sources : olsson:mdir=SR_OLSSON
  377. tmm.setup.005.search : ecfs:/nlh/TM
  378. !
  379. ! ** WP stuff ...
  380. !
  381. ! Surface solar radiation, Surface solar radiation downwards, Surface thermal radiation, Surface thermal radiation downwards
  382. !
  383. ! Date: 2000-09-12 to 2002-12-31 Time: 00:00:00 Step: 3 to 12 by 3
  384. ! Date: 2001-03-28 to 2002-12-31 Time: 00:00:00 Step: 15 to 72 by 3, 78 to 240 by 6
  385. !
  386. ! Date: 2000-01-01 to 2002-12-31 Time: 12:00:00 Step: 3 to 12 by 3, 18 to 240 by 6
  387. ! Date: 2000-10-24 to 2002-12-31 Time: 12:00:00 Step: 15 to 69 by 6
  388. !
  389. tmm.setup.006.apply : F
  390. tmm.setup.006.files : AL
  391. tmm.setup.006.sources : ecmwf-tm5:class=${my.meteo.class};type=an;levs=sfc;grid=N${GGN}
  392. tmm.setup.006.search :
  393. !
  394. tmm.setup.007.apply : T
  395. !tmm.setup.007.files : SSRD/STR/STRD
  396. tmm.setup.007.files : MSDWSWRF/MSNLWRF/MSDWLWRF
  397. tmm.setup.007.sources : ecmwf-tm5:class=${my.meteo.class};type=fc;levs=sfc;grid=N${GGN}
  398. tmm.setup.007.search :
  399. !================================================
  400. ! ** output meteo
  401. !================================================
  402. ! Write output (T/F)?
  403. tmm.output : T
  404. ! Write all fields (T/F)?
  405. tmm.output.*.* : T
  406. ! do not write constant fields, already available ..
  407. tmm.output.*.oro : F
  408. tmm.output.*.lsm : F
  409. ! Define output format and/or first part of file name:
  410. !
  411. ! tmm.destkey.glb6x4.* : tm5:mdir=ec-fc012up2-tropo25-glb6x4;tres=_00p06
  412. !
  413. ! Optionally overwrite for special sets
  414. !
  415. ! sp mflux_w mflux_uv temper humid cloud convec albedo sr
  416. !
  417. !
  418. ! ** ea production
  419. !
  420. tmm.destkey.*.ml : tm5-nc:mdir=ec-${my.ecclass_ecl}-${my.source.tres.ml}-${my.mlevs}-${my.region1}${my.mext};tres=_00p03
  421. tmm.destkey.*.convec : tm5-nc:mdir=ec-${my.ecclass_ecl}-${my.source.tres.ml}-${my.mlevs}-${my.region1}${my.mext};tres=_00p03
  422. tmm.destkey.*.diffus : tm5-nc:mdir=ec-${my.ecclass_ecl}-${my.source.tres.ml}-${my.mlevs}-${my.region1}${my.mext};tres=_00p03
  423. !
  424. tmm.destkey.*.sfc : tm5-nc:mdir=ec-${my.ecclass_ecl}-${my.source.tres.sfc}-sfc-${my.region1}${my.mext};tres=_00p01
  425. tmm.destkey.*.sfc.an : tm5-nc:mdir=ec-${my.ecclass_ecl}-${my.source.tres.sfc.an}-sfc-${my.region1}${my.mext};tres=_00p01
  426. ! TM5 writes new meteo files to:
  427. tmm.output.dir : ${my.project.dir}/tm5_meteo_out
  428. ! ensure creation via 'install' facilty:
  429. tmm.output.install.dir : ${tmm.output.dir}
  430. ! ================================================
  431. ! Options for "tm5-tmm-store" script.
  432. ! ================================================
  433. ! The "tm5-tmm-store" script is run if added to the list of postprocessing
  434. ! scripts in your main rc file.
  435. !
  436. ! Specify one or more archives. Files are stored in monthly tar files if an
  437. ! archive ends with '/*.tar'; large 3D files per 10 or 5 days for '/*.tar10'
  438. ! or '/*.tar5' .
  439. !
  440. ! Examples:
  441. ! ${SCRATCH}/TM/meteo_day
  442. ! ecfs:/nlh/TM/meteo/*.tar
  443. ! mos:umask=002%/fa/ks/meteo/*.tar
  444. !
  445. ! NOTE: (1) files are removed from <tmm.output.dir> after storage ...
  446. ! (2) intermediate directories are created according to the
  447. ! name. For example, the "destkey"
  448. !
  449. ! tm5:mdir=ec-od_L91-fc012up2-tropo25-glb6x4;tres=_00p06
  450. !
  451. ! with
  452. !
  453. ! tmm.output.store.archives : ecfs:/nlh/TM/meteo/*.tar
  454. !
  455. ! will archive monthly tar files into the following tree :
  456. !
  457. ! ecfs:/nlh/TM/meteo/ec/od_L91/fc012up2/tropo25/glb6x4/*.tar
  458. !
  459. tmm.output.store.verbose : T
  460. tmm.output.store.zipper : internal
  461. ! ERA-Interim / OD
  462. !!~ TESTING: user archive:
  463. !tmm.output.store.archives : ecfs:umask=002%/${USER}/TM/meteo-nc/*.tar5
  464. !~ main archive:
  465. tmm.output.store.archives : ecfs:umask=002%/nlh/TM/meteo-nc/*.tar5
  466. !------------------------------
  467. ! ** CF conventions
  468. !------------------------------
  469. ! file with standard name table:
  470. cf-standard-name-table : ${PWD}/tools/cf/data/cf-standard-name-table-v15.xml