pycasso-tm5-regions-glb050x050.rc 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 : 0.5
  23. region.dy : 0.5
  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 0.5x0.5 for surface fields ;
  46. ! not used for zooming, thus no 'ref's required
  47. region.glb050x050.xcyc : 1
  48. region.glb050x050.touch_np : 1
  49. region.glb050x050.touch_sp : 1
  50. region.glb050x050.xbeg : -180
  51. region.glb050x050.xend : 180
  52. region.glb050x050.ybeg : -90
  53. region.glb050x050.yend : 90
  54. region.glb050x050.im : 720
  55. region.glb050x050.jm : 360
  56. region.glb050x050.xref : 1
  57. region.glb050x050.yref : 1
  58. region.glb050x050.zref : 1
  59. region.glb050x050.tref : 1
  60. region.glb050x050.redgrid.nh.n : 0
  61. region.glb050x050.redgrid.nh.comb :
  62. region.glb050x050.redgrid.sh.n : 0
  63. region.glb050x050.redgrid.sh.comb :