agulhas 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. &input_output
  2. iom_activated = true
  3. /
  4. &coarse_grid_files
  5. parent_coordinate_file = 'coordinates.nc'
  6. parent_meshmask_file = 'meshmask.nc'
  7. /
  8. &bathymetry
  9. new_topo = true
  10. elevation_database = 'bathymetry_meter_ORCA_R05.nc'
  11. elevation_name = 'topo'
  12. smoothing = true
  13. smoothing_factor = 0.6
  14. nb_connection_pts = 3
  15. removeclosedseas = true
  16. type_bathy_interp = 0
  17. rn_hmin = -3
  18. /
  19. &nesting
  20. imin = 125
  21. imax = 170
  22. jmin = 36
  23. jmax = 63
  24. rho = 4
  25. rhot = 2
  26. bathy_update = true
  27. updated_parent_file = 'bathy_updated.nc'
  28. /
  29. &vertical_grid
  30. ppkth = 21.4333619793800
  31. ppacr = 3
  32. ppdzmin = 0
  33. pphmax = 0
  34. psur = -4762.96143546300
  35. pa0 = 255.58049070440
  36. pa1 = 245.58132232490
  37. N = 31
  38. ldbletanh = .FALSE.
  39. ppa2 = 0.0
  40. ppkth2 = 0.0
  41. ppacr2 = 0.0
  42. /
  43. &partial_cells
  44. partial_steps = true
  45. parent_bathy_meter = 'bathy_meter.nc'
  46. parent_batmet_name = 'Bathymetry'
  47. e3zps_min = 20.
  48. e3zps_rat = 0.1
  49. /
  50. &nemo_coarse_grid
  51. jpizoom = 1
  52. jpjzoom = 1
  53. /
  54. &forcing_files
  55. U_FILES = 'taux_1m.nc'
  56. !'dyna_grid_U.nc' ! needed for Offline
  57. V_FILES = 'tauy_1m.nc'
  58. !'dyna_grid_V.nc' ! needed for Offline
  59. FLX_FILES =
  60. 'data_1m_salinity_nomask.nc',
  61. 'data_1m_potential_temperature_nomask.nc',
  62. 'flx.nc',
  63. 'geothermal_heating.nc'
  64. ! 'river.orca.nc ', ! needed for Pisces
  65. ! 'ndeposition.orca.nc', ! needed for Pisces
  66. ! 'dust.orca.nc', ! needed for Pisces
  67. ! 'bathy.orca.nc' ! needed for Pisces
  68. !'dyna_grid_T.nc', ! needed for Offline
  69. !'dyna_grid_W.nc' ! needed for Offline
  70. /
  71. &interp
  72. VAR_INTERP =
  73. 'votemper/bicubic',
  74. 'vosaline/bicubic'
  75. ! 'dust/bilinear',
  76. ! 'riverdic/bilinear',
  77. ! 'riverpoc/bilinear',
  78. ! 'riverdoc/bilinear',
  79. ! 'nedep/bilinear',
  80. ! 'bathy/bilinear'
  81. /
  82. &restart
  83. restart_file = 'restart.nc'
  84. shlat = 0
  85. dimg = false
  86. dimg_output_file = 'test_dimg'
  87. adatrj = 360.25
  88. interp_type = 'bilinear'
  89. /
  90. &restart_trc
  91. restart_trc_file = 'restart_trc.nc'
  92. /