namelist.nemo.top.ref.sh 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. if $leg_is_restart
  2. then
  3. trc_restart=".TRUE."
  4. else
  5. trc_restart=".FALSE."
  6. fi
  7. cat << EOF
  8. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  9. !! NEMO/TOP1 : - tracer run information (namtrc_run)
  10. !! - tracer definition (namtrc )
  11. !! - tracer data initialisation (namtrc_dta)
  12. !! - tracer advection (namtrc_adv)
  13. !! - tracer lateral diffusion (namtrc_ldf)
  14. !! - tracer vertical physics (namtrc_zdf)
  15. !! - tracer newtonian damping (namtrc_dmp)
  16. !! - dynamical tracer trends (namtrc_trd)
  17. !! - tracer output diagonstics (namtrc_dia)
  18. !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  19. !-----------------------------------------------------------------------
  20. &namtrc_run ! run information
  21. !-----------------------------------------------------------------------
  22. nn_dttrc = 1 ! time step frequency for passive sn_tracers
  23. nn_writetrc = 5475 ! time step frequency for sn_tracer outputs
  24. ln_top_euler = .false. ! use Euler time-stepping for TOP
  25. ln_rsttr = $trc_restart ! start from a restart file (T) or not (F)
  26. nn_rsttr = 0 ! restart control = 0 initial time step is not compared to the restart file value
  27. ! = 1 do not use the value in the restart file
  28. ! = 2 calendar parameters read in the restart file
  29. cn_trcrst_in = "restart_trc" ! suffix of pass. sn_tracer restart name (input)
  30. cn_trcrst_indir = "." ! directory from which to read input passive tracer restarts
  31. cn_trcrst_out = "restart_trc" ! suffix of pass. sn_tracer restart name (output)
  32. cn_trcrst_outdir = "." ! directory to which to write output passive tracer restarts
  33. /
  34. !-----------------------------------------------------------------------
  35. &namtrc ! tracers definition
  36. !-----------------------------------------------------------------------
  37. ln_trcdta = .true. ! Initialisation from data input file (T) or not (F)
  38. ln_trcdmp = .false. ! add a damping termn (T) or not (F)
  39. ln_trcdmp_clo = .false. ! damping term (T) or not (F) on closed seas
  40. /
  41. !-----------------------------------------------------------------------
  42. &namtrc_dta ! Initialisation from data input file
  43. !-----------------------------------------------------------------------
  44. !
  45. cn_dir = './' ! root directory for the location of the data files
  46. /
  47. !-----------------------------------------------------------------------
  48. &namtrc_adv ! advection scheme for passive tracer
  49. !-----------------------------------------------------------------------
  50. ln_trcadv_cen2 = .false. ! 2nd order centered scheme
  51. ln_trcadv_tvd = .true. ! TVD scheme
  52. ln_trcadv_muscl = .false. ! MUSCL scheme
  53. ln_trcadv_muscl2 = .false. ! MUSCL2 scheme + cen2 at boundaries
  54. ln_trcadv_ubs = .false. ! UBS scheme
  55. ln_trcadv_qck = .false. ! QUICKEST scheme
  56. ln_trcadv_msc_ups = .false. ! use upstream scheme within muscl
  57. /
  58. !-----------------------------------------------------------------------
  59. &namtrc_ldf ! lateral diffusion scheme for passive tracer
  60. !-----------------------------------------------------------------------
  61. ! ! Type of the operator :
  62. ln_trcldf_lap = .true. ! laplacian operator
  63. ln_trcldf_bilap = .false. ! bilaplacian operator
  64. ! Direction of action :
  65. ln_trcldf_level = .false. ! iso-level
  66. ln_trcldf_hor = .false. ! horizontal (geopotential) (require "key_ldfslp" when ln_sco=T)
  67. ln_trcldf_iso = .true. ! iso-neutral (require "key_ldfslp")
  68. ! ! Coefficient
  69. rn_ahtrc_0 = 2000. ! horizontal eddy diffusivity for tracers [m2/s]
  70. rn_ahtrb_0 = 0. ! background eddy diffusivity for ldf_iso [m2/s]
  71. rn_fact_lap = 1. ! enhanced zonal eddy diffusivity
  72. /
  73. !-----------------------------------------------------------------------
  74. &namtrc_zdf ! vertical physics
  75. !-----------------------------------------------------------------------
  76. ln_trczdf_exp = .false. ! split explicit (T) or implicit (F) time stepping
  77. nn_trczdf_exp = 3 ! number of sub-timestep for ln_trczdfexp=T
  78. /
  79. !-----------------------------------------------------------------------
  80. &namtrc_rad ! treatment of negative concentrations
  81. !-----------------------------------------------------------------------
  82. ln_trcrad = .true. ! artificially correct negative concentrations (T) or not (F)
  83. /
  84. !-----------------------------------------------------------------------
  85. &namtrc_dmp ! passive tracer newtonian damping
  86. !-----------------------------------------------------------------------
  87. nn_zdmp_tr = 1 ! vertical shape =0 damping throughout the water column
  88. ! =1 no damping in the mixing layer (kz criteria)
  89. ! =2 no damping in the mixed layer (rho crieria)
  90. cn_resto_tr = 'resto_tr.nc' ! create a damping.coeff NetCDF file (=1) or not (=0)
  91. /
  92. !-----------------------------------------------------------------------
  93. &namtrc_ice ! Representation of sea ice growth & melt effects
  94. !-----------------------------------------------------------------------
  95. nn_ice_tr = -1 ! tracer concentration in sea ice
  96. ! =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0)
  97. ! = 0 (no vvl: cc_ice = zero / vvl: cc_ice = )
  98. ! = 1 prescribed to a namelist value (implemented in pisces only)
  99. /
  100. !-----------------------------------------------------------------------
  101. &namtrc_trd ! diagnostics on tracer trends ('key_trdtrc')
  102. ! or mixed-layer trends ('key_trdmld_trc')
  103. !----------------------------------------------------------------------
  104. nn_trd_trc = 5475 ! time step frequency and tracers trends
  105. nn_ctls_trc = 0 ! control surface type in mixed-layer trends (0,1 or n<jpk)
  106. rn_ucf_trc = 1 ! unit conversion factor (=1 -> /seconds ; =86400. -> /day)
  107. ln_trdmld_trc_restart = .false. ! restart for ML diagnostics
  108. ln_trdmld_trc_instant = .true. ! flag to diagnose trends of instantantaneous or mean ML T/S
  109. ln_trdtrc(1) = .true.
  110. ln_trdtrc(2) = .true.
  111. ln_trdtrc(23) = .true.
  112. /
  113. !-----------------------------------------------------------------------
  114. &namtrc_dia ! parameters for passive tracer additional diagnostics
  115. !----------------------------------------------------------------------
  116. ln_diatrc = .true. ! save additional diag. (T) or not (F)
  117. ln_diabio = .true. ! output biological trends
  118. nn_writedia = 5475 ! time step frequency for diagnostics
  119. nn_writebio = 10 !: frequency of biological outputs
  120. /
  121. !----------------------------------------------------------------------
  122. ! namtrc_bc ! data for boundary conditions
  123. !-----------------------------------------------------------------------
  124. &namtrc_bc
  125. !
  126. cn_dir = './' ! root directory for the location of the data files
  127. /
  128. EOF