pycasso-tm5-regions-glb025x025.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 : 0.25
  23. region.dy : 0.25
  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.25x0.25 for surface fields
  46. region.glb025x025.xcyc : 1
  47. region.glb025x025.touch_np : 1
  48. region.glb025x025.touch_sp : 1
  49. region.glb025x025.xbeg : -180
  50. region.glb025x025.xend : 180
  51. region.glb025x025.ybeg : -90
  52. region.glb025x025.yend : 90
  53. region.glb025x025.im : 1440
  54. region.glb025x025.jm : 720
  55. region.glb025x025.xref : 1
  56. region.glb025x025.yref : 1
  57. region.glb025x025.zref : 1
  58. region.glb025x025.tref : 1
  59. region.glb025x025.redgrid.nh.n : 0
  60. region.glb025x025.redgrid.nh.comb :
  61. region.glb025x025.redgrid.sh.n : 0
  62. region.glb025x025.redgrid.sh.comb :