regions-glb600x400.rc 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. region.glb100x100.xcyc : 1
  47. region.glb100x100.touch_np : 1
  48. region.glb100x100.touch_sp : 1
  49. region.glb100x100.xbeg : -180
  50. region.glb100x100.xend : 180
  51. region.glb100x100.ybeg : -90
  52. region.glb100x100.yend : 90
  53. region.glb100x100.im : 360
  54. region.glb100x100.jm : 180
  55. region.glb100x100.xref : 0
  56. region.glb100x100.yref : 0
  57. region.glb100x100.zref : 0
  58. region.glb100x100.tref : 0
  59. region.glb100x100.redgrid.nh.n : 0
  60. region.glb100x100.redgrid.nh.comb :
  61. region.glb100x100.redgrid.sh.n : 0
  62. region.glb100x100.redgrid.sh.comb :
  63. ! global 6x4 for chemistry runs:
  64. region.glb600x400.xcyc : 1
  65. region.glb600x400.touch_np : 1
  66. region.glb600x400.touch_sp : 1
  67. region.glb600x400.xbeg : -180
  68. region.glb600x400.xend : 180
  69. region.glb600x400.ybeg : -90
  70. region.glb600x400.yend : 90
  71. region.glb600x400.im : 60
  72. region.glb600x400.jm : 45
  73. region.glb600x400.xref : 1
  74. region.glb600x400.yref : 1
  75. region.glb600x400.zref : 1
  76. region.glb600x400.tref : 1
  77. region.glb600x400.redgrid.nh.n : 3
  78. region.glb600x400.redgrid.nh.comb : 60 20 10
  79. region.glb600x400.redgrid.sh.n : 3
  80. region.glb600x400.redgrid.sh.comb : 60 20 10