pycasso-tm5-regions-glb3x2.rc 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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 : 3.0
  23. region.dy : 2.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.glb1x1.xcyc : 1
  48. region.glb1x1.touch_np : 1
  49. region.glb1x1.touch_sp : 1
  50. region.glb1x1.xbeg : -180
  51. region.glb1x1.xend : 180
  52. region.glb1x1.ybeg : -90
  53. region.glb1x1.yend : 90
  54. region.glb1x1.im : 360
  55. region.glb1x1.jm : 180
  56. region.glb1x1.xref : 0
  57. region.glb1x1.yref : 0
  58. region.glb1x1.zref : 0
  59. region.glb1x1.tref : 0
  60. region.glb1x1.redgrid.nh.n : 0
  61. region.glb1x1.redgrid.nh.comb :
  62. region.glb1x1.redgrid.sh.n : 0
  63. region.glb1x1.redgrid.sh.comb :
  64. ! global 3.x2.
  65. region.glb3x2.xcyc : 1
  66. region.glb3x2.touch_np : 1
  67. region.glb3x2.touch_sp : 1
  68. region.glb3x2.xbeg : -180
  69. region.glb3x2.xend : 180
  70. region.glb3x2.ybeg : -90
  71. region.glb3x2.yend : 90
  72. region.glb3x2.im : 120
  73. region.glb3x2.jm : 90
  74. region.glb3x2.xref : 1
  75. region.glb3x2.yref : 1
  76. region.glb3x2.zref : 1
  77. region.glb3x2.tref : 1
  78. !
  79. region.glb3x2.redgrid.nh.n : 7
  80. region.glb3x2.redgrid.nh.comb : 40 8 8 4 4 4 2
  81. region.glb3x2.redgrid.sh.n : 7
  82. region.glb3x2.redgrid.sh.comb : 40 8 8 4 4 4 2
  83. ! following "c1a:/ms_perm/TM/input/redgrid/RedGrid_glb3x2"
  84. !region.glb3x2.redgrid.nh.n : 13
  85. !region.glb3x2.redgrid.nh.comb : 40 8 8 4 4 4 2 2 2 2 2 2 2
  86. !region.glb3x2.redgrid.sh.n : 13
  87. !region.glb3x2.redgrid.sh.comb : 40 8 8 4 4 4 2 2 2 2 2 2 2
  88. ! zoom over Europe 1x1
  89. region.eur1x1.xcyc : 0
  90. region.eur1x1.touch_np : 0
  91. region.eur1x1.touch_sp : 0
  92. region.eur1x1.xbeg : -21
  93. region.eur1x1.xend : 39
  94. region.eur1x1.ybeg : 12
  95. region.eur1x1.yend : 66
  96. region.eur1x1.im : 60
  97. region.eur1x1.jm : 54
  98. region.eur1x1.xref : 3
  99. region.eur1x1.yref : 2
  100. region.eur1x1.zref : 1
  101. region.eur1x1.tref : 2
  102. region.eur1x1.redgrid.nh.n : 0
  103. region.eur1x1.redgrid.nh.comb :
  104. region.eur1x1.redgrid.sh.n : 0
  105. region.eur1x1.redgrid.sh.comb :
  106. ! hi-res zoom over Europe 0.50x0.25
  107. region.eur050x025.xcyc : 0
  108. region.eur050x025.touch_np : 0
  109. region.eur050x025.touch_sp : 0
  110. region.eur050x025.xbeg : -9
  111. region.eur050x025.xend : 27
  112. region.eur050x025.ybeg : 40
  113. region.eur050x025.yend : 58
  114. region.eur050x025.im : 72
  115. region.eur050x025.jm : 72
  116. region.eur050x025.xref : 6
  117. region.eur050x025.yref : 8
  118. region.eur050x025.zref : 1
  119. region.eur050x025.tref : 4
  120. region.eur050x025.redgrid.nh.n : 0
  121. region.eur050x025.redgrid.nh.comb :
  122. region.eur050x025.redgrid.sh.n : 0
  123. region.eur050x025.redgrid.sh.comb :
  124. ! zoom over North America 1x1
  125. region.nam1x1.xcyc : 0
  126. region.nam1x1.touch_np : 0
  127. region.nam1x1.touch_sp : 0
  128. region.nam1x1.xbeg : -132
  129. region.nam1x1.xend : -60
  130. region.nam1x1.ybeg : 20
  131. region.nam1x1.yend : 64
  132. region.nam1x1.im : 72
  133. region.nam1x1.jm : 44
  134. region.nam1x1.xref : 3
  135. region.nam1x1.yref : 2
  136. region.nam1x1.zref : 1
  137. region.nam1x1.tref : 2
  138. region.nam1x1.redgrid.nh.n : 0
  139. region.nam1x1.redgrid.nh.comb :
  140. region.nam1x1.redgrid.sh.n : 0
  141. region.nam1x1.redgrid.sh.comb :