pycasso-tm5-regions-glb600x400.rc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. !
  2. ! TM5 grid definitions
  3. !
  4. !
  5. ! For each region define:
  6. !
  7. ! xcyc : 1 if the region has cyclic x-boundary conditions, 0 otherwise
  8. ! touch_np : 1 if region touches the north pole, 0 otherwise
  9. ! touch_sp : 1 if region touches the south pole, 0 otherwise
  10. ! xbeg : the westmost border of the region
  11. ! xend : the eastmost border of the region
  12. ! ybeg : the southmost border of the region
  13. ! yend : the northmost border of the region
  14. !
  15. ! Refinement factors (<= maxref)
  16. ! tref may differ from xref/yref.
  17. ! In the current implementation it should be 1,2,4,6,...
  18. !
  19. ! maximum refinement factor (can be arbitrary in principle):
  20. region.maxref : 10
  21. ! basic (coarsest) resolution in degrees for x and y (dz default 1.0)' )
  22. region.dx : 6.0
  23. region.dy : 4.0
  24. region.dz : 1.0
  25. ! globe as single grid cell, used for global mass conservation ;
  26. ! this region has index '0' in the model;
  27. ! DO NOT CHANGE THIS DEFINITION !
  28. region.globe.xcyc : 1
  29. region.globe.touch_np : 1
  30. region.globe.touch_sp : 1
  31. region.globe.xbeg : -180
  32. region.globe.xend : 180
  33. region.globe.ybeg : -90
  34. region.globe.yend : 90
  35. region.globe.im : 1
  36. region.globe.jm : 1
  37. region.globe.xref : 1
  38. region.globe.yref : 1
  39. region.globe.zref : 1
  40. region.globe.tref : 1
  41. region.globe.redgrid.nh.n : 0
  42. region.globe.redgrid.nh.comb :
  43. region.globe.redgrid.sh.n : 0
  44. region.globe.redgrid.sh.comb :
  45. ! global 1x1 for surface fields ;
  46. ! not used for zooming, thus no 'ref's required
  47. region.glb100x100.xcyc : 1
  48. region.glb100x100.touch_np : 1
  49. region.glb100x100.touch_sp : 1
  50. region.glb100x100.xbeg : -180
  51. region.glb100x100.xend : 180
  52. region.glb100x100.ybeg : -90
  53. region.glb100x100.yend : 90
  54. region.glb100x100.im : 360
  55. region.glb100x100.jm : 180
  56. region.glb100x100.xref : 0
  57. region.glb100x100.yref : 0
  58. region.glb100x100.zref : 0
  59. region.glb100x100.tref : 0
  60. region.glb100x100.redgrid.nh.n : 0
  61. region.glb100x100.redgrid.nh.comb :
  62. region.glb100x100.redgrid.sh.n : 0
  63. region.glb100x100.redgrid.sh.comb :
  64. ! global 6x4
  65. region.glb600x400.xcyc : 1
  66. region.glb600x400.touch_np : 1
  67. region.glb600x400.touch_sp : 1
  68. region.glb600x400.xbeg : -180
  69. region.glb600x400.xend : 180
  70. region.glb600x400.ybeg : -90
  71. region.glb600x400.yend : 90
  72. region.glb600x400.im : 60
  73. region.glb600x400.jm : 45
  74. region.glb600x400.xref : 1
  75. region.glb600x400.yref : 1
  76. region.glb600x400.zref : 1
  77. region.glb600x400.tref : 1
  78. region.glb600x400.redgrid.nh.n : 1
  79. region.glb600x400.redgrid.nh.comb : 60
  80. region.glb600x400.redgrid.sh.n : 3
  81. region.glb600x400.redgrid.sh.comb : 60 20 10
  82. ! zoom over Europe 3x2
  83. region.eur300x200.xcyc : 0
  84. region.eur300x200.touch_np : 0
  85. region.eur300x200.touch_sp : 0
  86. region.eur300x200.xbeg : -36
  87. region.eur300x200.xend : 54
  88. region.eur300x200.ybeg : 2
  89. region.eur300x200.yend : 74
  90. region.eur300x200.im : 30
  91. region.eur300x200.jm : 36
  92. region.eur300x200.xref : 2
  93. region.eur300x200.yref : 2
  94. region.eur300x200.zref : 1
  95. region.eur300x200.tref : 2
  96. region.eur300x200.redgrid.nh.n : 0
  97. region.eur300x200.redgrid.nh.comb :
  98. region.eur300x200.redgrid.sh.n : 0
  99. region.eur300x200.redgrid.sh.comb :
  100. ! zoom over Europe 2x1
  101. region.eur200x100.xcyc : 0
  102. region.eur200x100.touch_np : 0
  103. region.eur200x100.touch_sp : 0
  104. region.eur200x100.xbeg : -45
  105. region.eur200x100.xend : 45
  106. region.eur200x100.ybeg : 20
  107. region.eur200x100.yend : 78
  108. region.eur200x100.im : 45
  109. region.eur200x100.jm : 58
  110. region.eur200x100.xref : 3
  111. region.eur200x100.yref : 4
  112. region.eur200x100.zref : 1
  113. region.eur200x100.tref : 4
  114. region.eur200x100.redgrid.nh.n : 0
  115. region.eur200x100.redgrid.nh.comb :
  116. region.eur200x100.redgrid.sh.n : 0
  117. region.eur200x100.redgrid.sh.comb :
  118. ! zoom over Europe 1x1
  119. region.eur100x100.xcyc : 0
  120. region.eur100x100.touch_np : 0
  121. region.eur100x100.touch_sp : 0
  122. region.eur100x100.xbeg : -21
  123. region.eur100x100.xend : 39
  124. region.eur100x100.ybeg : 12
  125. region.eur100x100.yend : 66
  126. region.eur100x100.im : 60
  127. region.eur100x100.jm : 54
  128. region.eur100x100.xref : 6
  129. region.eur100x100.yref : 4
  130. region.eur100x100.zref : 1
  131. region.eur100x100.tref : 4
  132. region.eur100x100.redgrid.nh.n : 0
  133. region.eur100x100.redgrid.nh.comb :
  134. region.eur100x100.redgrid.sh.n : 0
  135. region.eur100x100.redgrid.sh.comb :
  136. ! zoom over Europe 1x1 ; extended 6 cells to east
  137. region.eux100x100.xcyc : 0
  138. region.eux100x100.touch_np : 0
  139. region.eux100x100.touch_sp : 0
  140. region.eux100x100.xbeg : -21
  141. region.eux100x100.xend : 45
  142. region.eux100x100.ybeg : 12
  143. region.eux100x100.yend : 66
  144. region.eux100x100.im : 66
  145. region.eux100x100.jm : 54
  146. region.eux100x100.xref : 6
  147. region.eux100x100.yref : 4
  148. region.eux100x100.zref : 1
  149. region.eux100x100.tref : 4
  150. region.eux100x100.redgrid.nh.n : 0
  151. region.eux100x100.redgrid.nh.comb :
  152. region.eux100x100.redgrid.sh.n : 0
  153. region.eux100x100.redgrid.sh.comb :
  154. ! zoom over North-America 3x2
  155. region.nam300x200.xcyc : 0
  156. region.nam300x200.touch_np : 0
  157. region.nam300x200.touch_sp : 0
  158. region.nam300x200.xbeg : -168
  159. region.nam300x200.xend : -54
  160. region.nam300x200.ybeg : 2
  161. region.nam300x200.yend : 82
  162. region.nam300x200.im : 38
  163. region.nam300x200.jm : 40
  164. region.nam300x200.xref : 2
  165. region.nam300x200.yref : 2
  166. region.nam300x200.zref : 1
  167. region.nam300x200.tref : 2
  168. region.nam300x200.redgrid.nh.n : 0
  169. region.nam300x200.redgrid.nh.comb :
  170. region.nam300x200.redgrid.sh.n : 0
  171. region.nam300x200.redgrid.sh.comb :
  172. ! zoom over North-America 1x1
  173. region.nam100x100.xcyc : 0
  174. region.nam100x100.touch_np : 0
  175. region.nam100x100.touch_sp : 0
  176. region.nam100x100.xbeg : -132
  177. region.nam100x100.xend : -60
  178. region.nam100x100.ybeg : 20
  179. region.nam100x100.yend : 64
  180. region.nam100x100.im : 72
  181. region.nam100x100.jm : 44
  182. region.nam100x100.xref : 6
  183. region.nam100x100.yref : 4
  184. region.nam100x100.zref : 1
  185. region.nam100x100.tref : 4
  186. region.nam100x100.redgrid.nh.n : 0
  187. region.nam100x100.redgrid.nh.comb :
  188. region.nam100x100.redgrid.sh.n : 0
  189. region.nam100x100.redgrid.sh.comb :
  190. ! hi-res zoom over Europe 0.50x0.25
  191. region.eur050x025.xcyc : 0
  192. region.eur050x025.touch_np : 0
  193. region.eur050x025.touch_sp : 0
  194. region.eur050x025.xbeg : -9
  195. region.eur050x025.xend : 27
  196. region.eur050x025.ybeg : 40
  197. region.eur050x025.yend : 58
  198. region.eur050x025.im : 72
  199. region.eur050x025.jm : 72
  200. region.eur050x025.xref : 6
  201. region.eur050x025.yref : 8
  202. region.eur050x025.zref : 1
  203. region.eur050x025.tref : 4
  204. region.eur050x025.redgrid.nh.n : 0
  205. region.eur050x025.redgrid.nh.comb :
  206. region.eur050x025.redgrid.sh.n : 0
  207. region.eur050x025.redgrid.sh.comb :
  208. ! hi-res zoom over Europe 1.00x0.50
  209. region.eur100x050.xcyc : 0
  210. region.eur100x050.touch_np : 0
  211. region.eur100x050.touch_sp : 0
  212. region.eur100x050.xbeg : -30
  213. region.eur100x050.xend : 30
  214. region.eur100x050.ybeg : 35
  215. region.eur100x050.yend : 70
  216. region.eur100x050.im : 60
  217. region.eur100x050.jm : 70
  218. region.eur100x050.xref : 6
  219. region.eur100x050.yref : 8
  220. region.eur100x050.zref : 1
  221. region.eur100x050.tref : 8
  222. region.eur100x050.redgrid.nh.n : 0
  223. region.eur100x050.redgrid.nh.comb :
  224. region.eur100x050.redgrid.sh.n : 0
  225. region.eur100x050.redgrid.sh.comb :
  226. ! zoom over South-America 3x2
  227. region.sam300x200.xcyc : 0
  228. region.sam300x200.touch_np : 0
  229. region.sam300x200.touch_sp : 0
  230. region.sam300x200.xbeg : -96
  231. region.sam300x200.xend : -24
  232. region.sam300x200.ybeg : -70
  233. region.sam300x200.yend : 22
  234. region.sam300x200.im : 24
  235. region.sam300x200.jm : 46
  236. region.sam300x200.xref : 2
  237. region.sam300x200.yref : 2
  238. region.sam300x200.zref : 1
  239. region.sam300x200.tref : 2
  240. region.sam300x200.redgrid.nh.n : 0
  241. region.sam300x200.redgrid.nh.comb :
  242. region.sam300x200.redgrid.sh.n : 0
  243. region.sam300x200.redgrid.sh.comb :
  244. ! zoom over South-America 1x1
  245. region.sam100x100.xcyc : 0
  246. region.sam100x100.touch_np : 0
  247. region.sam100x100.touch_sp : 0
  248. region.sam100x100.xbeg : -84
  249. region.sam100x100.xend : -33
  250. region.sam100x100.ybeg : -32
  251. region.sam100x100.yend : 14
  252. region.sam100x100.im : 51
  253. region.sam100x100.jm : 46
  254. region.sam100x100.xref : 6
  255. region.sam100x100.yref : 4
  256. region.sam100x100.zref : 1
  257. region.sam100x100.tref : 4
  258. region.sam100x100.redgrid.nh.n : 0
  259. region.sam100x100.redgrid.nh.comb :
  260. region.sam100x100.redgrid.sh.n : 0
  261. region.sam100x100.redgrid.sh.comb :