regions-glb100x100-chem.rc 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 : 1.0
  23. region.dy : 1.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 chemistry runs:
  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 : 1
  56. region.glb100x100.yref : 1
  57. region.glb100x100.zref : 1
  58. region.glb100x100.tref : 1
  59. region.glb100x100.redgrid.nh.n : 14
  60. region.glb100x100.redgrid.nh.comb : 72 24 24 8 8 8 4 4 4 2 2 2 2 2
  61. region.glb100x100.redgrid.sh.n : 14
  62. region.glb100x100.redgrid.sh.comb : 72 24 24 8 8 8 4 4 4 2 2 2 2 2