namelist.nemo.top.cfg.sh 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. cat << EOF
  2. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  3. !! NEMO/TOP1 : Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref
  4. !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  5. !-----------------------------------------------------------------------
  6. &namtrc_run ! run information
  7. !-----------------------------------------------------------------------
  8. ln_top_euler = .true.
  9. /
  10. !-----------------------------------------------------------------------
  11. &namtrc ! tracers definition
  12. !-----------------------------------------------------------------------
  13. ! ! name ! title of the field ! initial data ! initial data ! save !
  14. ! ! ! ! units ! from file ! or not !
  15. ! ! ! ! ! or not ! !
  16. sn_tracer(1) = 'DIC ' , 'Dissolved inorganic Concentration ', 'mol-C/L' , .true. , .true.
  17. sn_tracer(2) = 'Alkalini' , 'Total Alkalinity Concentration ', 'eq/L ' , .true. , .true.
  18. sn_tracer(3) = 'O2 ' , 'Dissolved Oxygen Concentration ', 'mol-C/L' , .true. , .true.
  19. sn_tracer(4) = 'CaCO3 ' , 'Calcite Concentration ', 'mol-C/L' , .false. , .true.
  20. sn_tracer(5) = 'PO4 ' , 'Phosphate Concentration ', 'mol-C/L' , .true. , .true.
  21. sn_tracer(6) = 'POC ' , 'Small organic carbon Concentration ', 'mol-C/L' , .false. , .true.
  22. sn_tracer(7) = 'Si ' , 'Silicate Concentration ', 'mol-C/L' , .true. , .true.
  23. sn_tracer(8) = 'PHY ' , 'Nanophytoplankton Concentration ', 'mol-C/L' , .false. , .true.
  24. sn_tracer(9) = 'ZOO ' , 'Microzooplankton Concentration ', 'mol-C/L' , .false. , .true.
  25. sn_tracer(10) = 'DOC ' , 'Dissolved organic Concentration ', 'mol-C/L' , .true. , .true.
  26. sn_tracer(11) = 'PHY2 ' , 'Diatoms Concentration ', 'mol-C/L' , .false. , .true.
  27. sn_tracer(12) = 'ZOO2 ' , 'Mesozooplankton Concentration ', 'mol-C/L' , .false. , .true.
  28. sn_tracer(13) = 'DSi ' , 'Diatoms Silicate Concentration ', 'mol-C/L' , .false. , .true.
  29. sn_tracer(14) = 'Fer ' , 'Dissolved Iron Concentration ', 'mol-C/L' , .true. , .true.
  30. sn_tracer(15) = 'BFe ' , 'Big iron particles Concentration ', 'mol-C/L' , .false. , .true.
  31. sn_tracer(16) = 'GOC ' , 'Big organic carbon Concentration ', 'mol-C/L' , .false. , .true.
  32. sn_tracer(17) = 'SFe ' , 'Small iron particles Concentration ', 'mol-C/L' , .false. , .true.
  33. sn_tracer(18) = 'DFe ' , 'Diatoms iron Concentration ', 'mol-C/L' , .false. , .true.
  34. sn_tracer(19) = 'GSi ' , 'Sinking biogenic Silicate Concentration', 'mol-C/L' , .false. , .true.
  35. sn_tracer(20) = 'NFe ' , 'Nano iron Concentration ', 'mol-C/L' , .false. , .true.
  36. sn_tracer(21) = 'NCHL ' , 'Nano chlorophyl Concentration ', 'mol-C/L' , .false. , .true.
  37. sn_tracer(22) = 'DCHL ' , 'Diatoms chlorophyl Concentration ', 'mol-C/L' , .false. , .true.
  38. sn_tracer(23) = 'NO3 ' , 'Nitrates Concentration ', 'mol-C/L' , .true. , .true.
  39. sn_tracer(24) = 'NH4 ' , 'Ammonium Concentration ', 'mol-C/L' , .false. , .true.
  40. /
  41. !-----------------------------------------------------------------------
  42. &namtrc_dta ! Initialisation from data input file
  43. !-----------------------------------------------------------------------
  44. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  45. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  46. sn_trcdta(1) = 'DIC_GLODAP_annual_ORCA_R1.nc' , -12 , 'DIC' , .false. , .true. , 'yearly' , '' , '' , ''
  47. sn_trcdta(2) = 'Alkalini_GLODAP_annual_ORCA_R1.nc', -12 , 'Alkalini', .false. , .true. , 'yearly' , '' , '' , ''
  48. sn_trcdta(3) = 'O2_WOA2009_monthly_ORCA_R1.nc' , -1 , 'O2' , .true. , .true. , 'yearly' , '' , '' , ''
  49. sn_trcdta(5) = 'PO4_WOA2009_monthly_ORCA_R1.nc' , -1 , 'PO4' , .true. , .true. , 'yearly' , '' , '' , ''
  50. sn_trcdta(7) = 'Si_WOA2009_monthly_ORCA_R1.nc' , -1 , 'Si' , .true. , .true. , 'yearly' , '' , '' , ''
  51. sn_trcdta(10) = 'DOC_PISCES_monthly_ORCA_R1.nc' , -1 , 'DOC' , .true. , .true. , 'yearly' , '' , '' , ''
  52. sn_trcdta(14) = 'Fer_PISCES_monthly_ORCA_R1.nc' , -1 , 'Fer' , .true. , .true. , 'yearly' , '' , '' , ''
  53. sn_trcdta(23) = 'NO3_WOA2009_monthly_ORCA_R1.nc' , -1 , 'NO3' , .true. , .true. , 'yearly' , '' , '' , ''
  54. rn_trfac(1) = 1.028e-06 ! multiplicative factor
  55. rn_trfac(2) = 1.028e-06 ! - - - -
  56. rn_trfac(3) = 44.6e-06 ! - - - -
  57. rn_trfac(5) = 122.0e-06 ! - - - -
  58. rn_trfac(7) = 1.0e-06 ! - - - -
  59. rn_trfac(10) = 1.0e-06 ! - - - -
  60. rn_trfac(14) = 1.0e-06 ! - - - -
  61. rn_trfac(23) = 7.6e-06 ! - - - -
  62. /
  63. !-----------------------------------------------------------------------
  64. &namtrc_adv ! advection scheme for passive tracer
  65. !-----------------------------------------------------------------------
  66. ln_trcadv_tvd = .false. ! TVD scheme
  67. ln_trcadv_muscl = .true. ! MUSCL scheme
  68. /
  69. !-----------------------------------------------------------------------
  70. &namtrc_ldf ! lateral diffusion scheme for passive tracer
  71. !-----------------------------------------------------------------------
  72. rn_fact_lap = 15. ! enhanced zonal eddy diffusivity
  73. /
  74. !-----------------------------------------------------------------------
  75. &namtrc_zdf ! vertical physics
  76. !-----------------------------------------------------------------------
  77. /
  78. !-----------------------------------------------------------------------
  79. &namtrc_rad ! treatment of negative concentrations
  80. !-----------------------------------------------------------------------
  81. /
  82. !-----------------------------------------------------------------------
  83. &namtrc_dmp ! passive tracer newtonian damping
  84. !-----------------------------------------------------------------------
  85. /
  86. !-----------------------------------------------------------------------
  87. &namtrc_ice ! Representation of sea ice growth & melt effects
  88. !-----------------------------------------------------------------------
  89. nn_ice_tr = 1 ! prescribed tracer concentration in sea ice
  90. /
  91. !-----------------------------------------------------------------------
  92. &namtrc_trd ! diagnostics on tracer trends ('key_trdtrc')
  93. ! or mixed-layer trends ('key_trdmld_trc')
  94. !----------------------------------------------------------------------
  95. /
  96. !-----------------------------------------------------------------------
  97. &namtrc_dia ! parameters for passive tracer additional diagnostics
  98. !----------------------------------------------------------------------
  99. /
  100. !----------------------------------------------------------------------
  101. &namtrc_bc ! data for boundary conditions
  102. !-----------------------------------------------------------------------
  103. /
  104. EOF