namelist.nemo.top.ref.sh 7.6 KB

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