New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist_top in branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00 – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 13 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 8.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  1 - tracer definition                     (namtrc    )
3!! namelists    2 - dynamical tracer trends               (namtrc_trd)
4!!              3 - tracer advection                      (namtrc_adv)
5!!              4 - tracer lateral diffusion              (namtrc_ldf)
6!!              5 - tracer vertical physics               (namtrc_zdf)
7!!              6 - tracer newtonian damping              (namtrc_dmp)
8!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
9!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10&namtrc     !   tracers definition
11!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
12   nn_dttrc      =  1        !  time step frequency for passive sn_tracers     
13   nn_writetrc   =  1460     !  time step frequency for sn_tracer outputs
14   ln_rsttr      = .false.   !  start from a restart file (T) or not (F)
15   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value
16                           !                  = 1 do not use the value in the restart file
17                           !                  = 2 calendar parameters read in the restart file
18   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
19   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
20!
21!              !    name   !           title of the field              !   units    ! initial data ! save   !
22!              !           !                                           !            ! from file    ! or not !
23!              !           !                                           !            ! or not       !        !
24   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.     ,  .true.
25   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.     ,  .true.
26   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .true.     ,  .true.
27   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
28   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .true.     ,  .true.
29   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
30   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .true.     ,  .true.
31   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.    ,  .true.
32   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.    ,  .true.
33   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .false.    ,  .true.
34   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
35   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.    ,  .true.
36   sn_tracer(13)  = 'BSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.    ,  .true.
37   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.     ,  .true.
38   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
39   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
40   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
41   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.    ,  .true.
42   sn_tracer(19)  = 'DSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.    ,  .true.
43   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.    ,  .true.
44   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.    ,  .true.
45   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
46   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.     ,  .true.
47   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.    ,  .true.
48/
49!-----------------------------------------------------------------------
50&namtrc_adv    !   advection scheme for passive tracer
51!-----------------------------------------------------------------------
52   ln_trcadv_cen2   =  .false.  !  2nd order centered scheme   
53   ln_trcadv_tvd    =  .false.  !  TVD scheme
54   ln_trcadv_muscl  =  .true.   !  MUSCL scheme
55   ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries
56   ln_trcadv_ubs    =  .false.  !  UBS scheme
57   ln_trcadv_qck    =  .false.  !  QUICKEST scheme
58/
59!-----------------------------------------------------------------------
60&namtrc_ldf    !   lateral diffusion scheme for passive tracer
61!-----------------------------------------------------------------------
62   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F)
63!                               !  Type of the operator :
64   ln_trcldf_lap    =  .true.   !     laplacian operator       
65   ln_trcldf_bilap  =  .false.  !     bilaplacian operator     
66                                !  Direction of action  :
67   ln_trcldf_level  =  .false.  !     iso-level               
68   ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
69   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
70!                               !  Coefficient
71   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s]
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    ('key_tradmp && key_trcdmp')
86!-----------------------------------------------------------------------
87   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only
88                           !                   =XX, damping poleward of XX degrees (XX>0)
89                           !                      + F(distance-to-coast) + Red and Med Seas
90   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column
91                           !                   =1 no damping in the mixing layer (kz  criteria)
92                           !                   =2 no damping in the mixed  layer (rho crieria)
93   rn_surf_tr  =   50.     !  surface time scale of damping   [days]
94   rn_bot_tr   =  360.     !  bottom  time scale of damping   [days]
95   rn_dep_tr   =  800.     !  depth of transition between rn_surf and rn_bot [meters]
96   nn_file_tr  =    0      !  create a damping.coeff NetCDF file (=1) or not (=0)
97/
98!-----------------------------------------------------------------------
99&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
100!                          or mixed-layer trends          ('key_trdmld_trc')
101!----------------------------------------------------------------------
102   nn_trd_trc  =  5475      !  time step frequency and tracers trends
103   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk)
104   rn_ucf_trc  =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
105   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics
106   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S
107   ln_trdtrc(1)  =   .true.
108   ln_trdtrc(2)  =   .true.
109   ln_trdtrc(3)  =   .false.
110   ln_trdtrc(4)  =   .false.
111   ln_trdtrc(5)  =   .false.
112   ln_trdtrc(6)  =   .false.
113   ln_trdtrc(7)  =   .false.
114   ln_trdtrc(8)  =   .false.
115   ln_trdtrc(9)  =   .false.
116   ln_trdtrc(10) =   .false.
117   ln_trdtrc(11) =   .false.
118   ln_trdtrc(12) =   .false.
119   ln_trdtrc(13) =   .false.
120   ln_trdtrc(14) =   .false.
121   ln_trdtrc(15) =   .false.
122   ln_trdtrc(16) =   .false.
123   ln_trdtrc(17) =   .false.
124   ln_trdtrc(18) =   .false.
125   ln_trdtrc(19) =   .false.
126   ln_trdtrc(20) =   .false.
127   ln_trdtrc(21) =   .false.
128   ln_trdtrc(22) =   .false.
129   ln_trdtrc(23) =   .true.
130   ln_trdtrc(24) =   .false.
131/
Note: See TracBrowser for help on using the repository browser.