namelist 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  2. ! MPP_OPTIMIZ_ZOOM namelist
  3. ! ---------------------------
  4. !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  5. !
  6. !'''''''''''''''''''''''''''''''''''''''''
  7. ! namspace spatial indexes
  8. !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  9. ! NAMELIST /namspace/ jpiglo,jpjglo,jpidta,jpjdta,nizoom,njzoom
  10. ! jpiglo = overall size of the zoomed region (i-direction)
  11. ! jpjglo = overall size of the zoomed region (j-direction)
  12. ! jpidta = overall size of the domain (i-direction)
  13. ! jpjdta = overall size of the domain (j-direction)
  14. ! nizoom = i -index of point (1,1) of the zoomed region/ jpidta
  15. ! njzoom = j -index of point (1,1) of the zoomed region/ jpjdta
  16. !
  17. &NAMSPACE
  18. jpk=31
  19. jpiglo = 182
  20. jpjglo = 149
  21. jpidta = 182
  22. jpjdta = 149
  23. nizoom = 1
  24. njzoom = 1
  25. /
  26. !'''''''''''''''''''''''''''''''''''''
  27. ! namproc
  28. !''''''''''''''''''''''''''''''''''''
  29. ! jprocx = maximum number of proc
  30. ! jpmem = 0 : dont care about the use of memory
  31. ! 1 : try to optimize the use of memory
  32. !
  33. &NAMPROC
  34. jprocx= 80
  35. jpmem = 0
  36. /
  37. !''''''''''''''''''''''''''''''''''''''
  38. ! namparam
  39. !''''''''''''''''''''''''''''''''''''''
  40. ! ppmcal = memoire en octet d'un processeur
  41. ! ppmin = ??
  42. ! ppmax = ??
  43. !
  44. &NAMPARAM
  45. ppmcal = 225000000.
  46. ppmin = 0.4
  47. ppmax = 0.9
  48. /
  49. !
  50. !'''''''''''''''''''''''''''''''''''''''
  51. ! namfile of filename
  52. !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  53. ! NAMELIST /namfile/ cbathy
  54. ! cbathy = name of the bathymetric file(nc)
  55. ! ln_zps = false if bathy file is level
  56. ! true if bathy file is meter
  57. !
  58. &NAMFILE
  59. cbathy='bathymetry_depth_ORCA_R2_V3.nc'
  60. ln_zps=.true.
  61. /
  62. !
  63. !''''''''''''''''''''''''''''''''''''''
  64. ! namkeep jpni jpnj kept
  65. !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  66. ! NAMELIST /namkeep/ jpni,jpnj,covdta
  67. ! jpni = number of procs. in the i-direction
  68. ! jpnj = number of procs. in the j-direction
  69. ! covdta = Root for the overdata file name .
  70. ! Complete name will be {covdta}.{jpni}x{jpnj}_{jpnij}
  71. &NAMKEEP
  72. jpni = 7
  73. jpnj =11
  74. covdta = 'ORCA2-zahir'
  75. /