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_cfg in NEMO/trunk/cfgs/AMM12/EXPREF – NEMO

source: NEMO/trunk/cfgs/AMM12/EXPREF/namelist_cfg @ 15740

Last change on this file since 15740 was 15023, checked in by gsamson, 3 years ago

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

  • Property svn:mime-type set to text/x-fortran
File size: 27.9 KB
RevLine 
[3875]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[10072]2!! NEMO/OCE Configuration namelist : overwrite default values defined in SHARED/namelist_ref
[3875]3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9490]4!                          AMM12 configuration                         !
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
[9526]11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
[9490]13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
[15023]14!!   namc1d       1D configuration options                              (ln_c1d =T)
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T)
16!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T)
[9490]17!!======================================================================
18!
[3875]19!-----------------------------------------------------------------------
20&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      =  "AMM12"  !  experience name
[4044]23   nn_it000    =       1   !  first time step
[4383]24   nn_itend    =    1296   !  last  time step (std 1 day = 144)
25   nn_date0    =  20120102 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
[3875]26   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
[3954]27   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input)
[9019]28   cn_ocerst_out  = "restart"             !  suffix of ocean restart name (input)
[4383]29   nn_stock    =    1296   !  frequency of creation of a restart file (modulo referenced to 1)
[3875]30   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)
31/
32!-----------------------------------------------------------------------
[9356]33&namdom        !   time and space domain
[3875]34!-----------------------------------------------------------------------
[12489]35   rn_Dt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0)
[3875]36/
37!-----------------------------------------------------------------------
[9490]38&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
[3875]39!-----------------------------------------------------------------------
[9490]40   ln_read_cfg = .true.   !  (=T) read the domain configuration file
41      cn_domcfg = "AMM_R12_sco_domcfg" ! domain configuration filename
[3875]42/
[14843]43!-----------------------------------------------------------------------
44&namtile        !   parameters of the tiling
45!-----------------------------------------------------------------------
46/
[9490]47!!======================================================================
48!!            ***  Surface Boundary Condition namelists  ***          !!
49!!                                                                    !!
50!!   namsbc          surface boundary condition manager                 (default: NO selection)
51!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
52!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
53!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
54!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
55!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
56!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
57!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
58!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
59!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
60!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
61!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
62!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
63!!   namberg         iceberg floats                                     (ln_icebergs=T)
64!!======================================================================
65!
[3875]66!-----------------------------------------------------------------------
[9490]67&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection)
[9356]68!-----------------------------------------------------------------------
[9490]69   nn_fsbc     = 1         !  frequency of SBC module call
70   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx)
[9516]71   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr)
72   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
73   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
74   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
[9356]75/
76!-----------------------------------------------------------------------
[9490]77&namsbc_flx    !   surface boundary condition : flux formulation
[9356]78!-----------------------------------------------------------------------
[9490]79   cn_dir      = './fluxes/'  !  root directory for the fluxes data location
80   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
81   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
82   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]83   sn_utau     = 'amm12_utau'            ,          1.       , 'utau'    ,  .false.    , .false., 'daily'   ,  ''              ,  ''      , ''
84   sn_vtau     = 'amm12_vtau'            ,          1.       , 'vtau'    ,  .false.    , .false., 'daily'   ,  ''              ,  ''      , ''
85   sn_qtot     = 'amm12_flx'             ,          3.       , 'sonsfldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , ''
86   sn_qsr      = 'amm12_flx'             ,          3.       , 'soshfldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , ''
87   sn_emp      = 'amm12_flx'             ,          3.       , 'sowafldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , ''
[9356]88/
89!-----------------------------------------------------------------------
[9490]90&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
[9356]91!-----------------------------------------------------------------------
[9490]92   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue)
93   nn_chldta   =      0      !  RGB : Chl data (=1) or cst value (=0)
[9356]94/
95!-----------------------------------------------------------------------
[9490]96&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
[9356]97!-----------------------------------------------------------------------
[9490]98   nn_sstr     =     1     !  add a retroaction term in the surface heat       flux (=1) or not (=0)
99   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
100                           !  or to SSS only (=1) or no damping term (=0)
101   rn_deds     =  -27.7    !  magnitude of the damping on salinity   [mm/day]
102
103   cn_dir      = 'fluxes/' !  root directory for the location of the runoff files
[9516]104   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
105   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
106   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]107   sn_sst      = 'amm12_sstref'          ,        24.        ,  'sst'     ,   .true.   , .false., 'daily'   , ''               , ''       , ''
108   sn_sss      = 'sss_data'              ,        -1.        ,  'sss'     ,   .true.   , .true. , 'yearly'  , ''               , ''       , ''
[3875]109/
110!-----------------------------------------------------------------------
[9490]111&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
[3875]112!-----------------------------------------------------------------------
113   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
114   ln_rnf_depth = .true.    !  read in depth information for runoff
115   ln_rnf_tem   = .true.    !  read in temperature information for runoff
116   ln_rnf_sal   = .true.    !  read in salinity information for runoff
[9490]117
118   cn_dir = './'  !  root directory for the flux data location
[9516]119   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
120   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
121   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]122   sn_rnf      = 'amm12_rivers'          ,        24.        , 'rorunoff',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
123   sn_cnf      = 'runoff_1m_nomask'      ,         0.        , 'socoefr0',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
124   sn_s_rnf    = 'amm12_rivers'          ,        24.        , 'rosaline',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
125   sn_t_rnf    = 'amm12_rivers'          ,        24.        , 'rotemper',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
126   sn_dep_rnf  = 'amm12_rivers'          ,        24.        , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''               , ''       , ''
[3875]127/
128!-----------------------------------------------------------------------
[9356]129&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
130!-----------------------------------------------------------------------
[9490]131   rn_pref     = 101000.   !  reference atmospheric pressure   [N/m2]
132   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F)
133   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data
[3875]134
[9490]135   cn_dir = './fluxes/'    !  root directory for the Patm data location
136   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
137   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
138   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]139   sn_apr      = 'amm12_mslp'            ,          1.       ,'p_msl'    ,   .false.   , .false., 'daily'  ,    ''            ,    ''    ,      ''
[3875]140/
[9490]141!!======================================================================
142!!               ***  Lateral boundary condition  ***                 !!
143!!                                                                    !!
[9527]144!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
[9490]145!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
[9526]146!!   nam_tide      Tidal forcing                                        (default: OFF)
147!!   nambdy        Unstructured open boundaries                         (default: OFF)
[9490]148!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
[9526]149!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
[9490]150!!======================================================================
151!
[3875]152!-----------------------------------------------------------------------
[9527]153&namlbc        !   lateral momentum boundary condition                  (default: NO selection
[3875]154!-----------------------------------------------------------------------
[9490]155   rn_shlat    =     0     !  free slip
[3875]156/
157!-----------------------------------------------------------------------
[9526]158&nam_tide      !   tide parameters                                      (default: OFF)
[3875]159!-----------------------------------------------------------------------
[12377]160   ln_tide     = .true.        ! Activate tides
161      ln_tide_pot     = .true. !  use tidal potential forcing
162   sn_tide_cnames(1)  = 'Q1'   !  name of constituent
163   sn_tide_cnames(2)  = 'O1'
164   sn_tide_cnames(3)  = 'P1'
165   sn_tide_cnames(4)  = 'S1'
166   sn_tide_cnames(5)  = 'K1'
167   sn_tide_cnames(6)  = '2N2'
168   sn_tide_cnames(7)  = 'MU2'
169   sn_tide_cnames(8)  = 'N2'
170   sn_tide_cnames(9)  = 'NU2'
171   sn_tide_cnames(10) = 'M2'
172   sn_tide_cnames(11) = 'L2'
173   sn_tide_cnames(12) = 'T2'
174   sn_tide_cnames(13) = 'S2'
175   sn_tide_cnames(14) = 'K2'
176   sn_tide_cnames(15) = 'M4'
[3875]177/
178!-----------------------------------------------------------------------
[9526]179&nambdy        !  unstructured open boundaries                          (default: OFF)
[9356]180!-----------------------------------------------------------------------
[9490]181    ln_bdy     = .true.   !  Use unstructured open boundaries
182    nb_bdy     =  1       !  number of open boundary sets
183    !
184    cn_dyn2d     = 'flather'
185    nn_dyn2d_dta =  3
186    cn_tra       =  'frs'
187    nn_tra_dta   =   1 
[3875]188/
189!-----------------------------------------------------------------------
[9356]190&nambdy_dta    !  open boundaries - external data                       
[3875]191!-----------------------------------------------------------------------
[11536]192   ln_zinterp  = .false.      !  T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file
193   !                          !  automatically defined to T if the number of vertical levels in bdy dta /= jpk
194   ln_full_vel = .false.      !  T if [uv]3d are "full" velocities and not only its baroclinic components
195   !                          !  in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed
196   !
[3954]197   cn_dir  =    './bdydta/'
[9490]198   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
199   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
200   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]201   bn_ssh      = 'amm12_bdyT_dyn2d'      ,         24.       , 'sossheig',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
202   bn_u2d      = 'amm12_bdyU_dyn2d'      ,         24.       , 'vobtcrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
203   bn_v2d      = 'amm12_bdyV_dyn2d'      ,         24.       , 'vobtcrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
204   bn_u3d      = 'amm12_bdyU_dyn3d'      ,         24.       , 'vozocrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
205   bn_v3d      = 'amm12_bdyV_dyn3d'      ,         24.       , 'vomecrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
206   bn_tem      = 'amm12_bdyT_tra'        ,         24.       , 'votemper',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
207   bn_sal      = 'amm12_bdyT_tra'        ,         24.       , 'vosaline',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
[3875]208/
209!-----------------------------------------------------------------------
[9356]210&nambdy_tide   !  tidal forcing at open boundaries
[3875]211!-----------------------------------------------------------------------
212   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files
213/
[9490]214!!======================================================================
215!!                ***  Top/Bottom boundary condition  ***             !!
216!!                                                                    !!
217!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
[13461]218!!   namdrg_top    top    friction                                      (ln_drg_OFF =F & ln_isfcav=T)
219!!   namdrg_bot    bottom friction                                      (ln_drg_OFF =F)
[9526]220!!   nambbc        bottom temperature boundary condition                (default: OFF)
221!!   nambbl        bottom boundary layer scheme                         (default: OFF)
[9490]222!!======================================================================
223!
[3875]224!-----------------------------------------------------------------------
[9356]225&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
[3875]226!-----------------------------------------------------------------------
[10075]227   ln_loglayer = .true.     !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
[3875]228/
229!-----------------------------------------------------------------------
[9356]230&namdrg_bot    !   BOTTOM friction                                 
231!-----------------------------------------------------------------------
[9019]232   rn_Cd0     =  2.5e-3   !  drag coefficient [-]
233   rn_Uc0     =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)
234   rn_Cdmax   =  0.1      !  drag value maximum [-] (logarithmic drag)
235   rn_ke0     =  0.0e0    !  background kinetic energy  [m2/s2] (non-linear cases)
236   rn_z0      =  0.003    !  roughness [m]  (ln_loglayer=T)
237/
[9490]238!!======================================================================
239!!                        Tracer (T & S) namelists                    !!
240!!                                                                    !!
[9531]241!!   nameos        equation of state                                    (default: NO selection)
242!!   namtra_adv    advection scheme                                     (default: NO selection)
243!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
244!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
245!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
246!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
[9490]247!!======================================================================
248!
[9019]249!-----------------------------------------------------------------------
[9490]250&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
[3875]251!-----------------------------------------------------------------------
[6489]252   ln_teos10   = .true.         !  = Use TEOS-10 equation of state
[3875]253/
254!-----------------------------------------------------------------------
[9356]255&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
[3875]256!-----------------------------------------------------------------------
[9490]257   ln_traadv_fct = .true.     !  FCT scheme
[5836]258      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
259      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
[3875]260/
[4253]261!-----------------------------------------------------------------------
[9356]262&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
263!-----------------------------------------------------------------------
[5836]264   ln_traldf_lap   =  .true.   !    laplacian operator
265   ln_traldf_hor   =  .true.   !  horizontal (geopotential)
266   !                       !  Coefficients:
[9490]267   nn_aht_ijk_t    = 0         !  =  0   constant = 1/2  Ud*Ld   (lap case)
268      rn_Ud        = 0.01           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
269      rn_Ld        = 10.e+3         !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
[3875]270/
[9490]271!!======================================================================
272!!                      ***  Dynamics namelists  ***                  !!
273!!                                                                    !!
274!!   nam_vvl       vertical coordinate options                          (default: z-star)
275!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
276!!   namdyn_vor    advection scheme                                     (default: NO selection)
277!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
278!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
279!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
280!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
281!!======================================================================
282!
[9356]283!-----------------------------------------------------------------------
284&nam_vvl       !   vertical coordinate options                          (default: z-star)
[3875]285!-----------------------------------------------------------------------
[9356]286/
287!-----------------------------------------------------------------------
288&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
289!-----------------------------------------------------------------------
[9019]290   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
291     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
[3875]292/
293!-----------------------------------------------------------------------
[9490]294&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
[3875]295!-----------------------------------------------------------------------
[5836]296   ln_dynvor_een = .true.  !  energy & enstrophy scheme
[14053]297   nn_e3f_typ = 1          !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
[3875]298/
299!-----------------------------------------------------------------------
[9356]300&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
[3875]301!-----------------------------------------------------------------------
[9356]302   ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme)
[3875]303/
304!-----------------------------------------------------------------------
[9490]305&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
[3875]306!-----------------------------------------------------------------------
[9356]307   ln_dynspg_ts = .true.   ! split-explicit free surface
308   ln_bt_auto   = .false.  ! Number of sub-step defined from:
[12489]309   nn_e      = 30       ! =F : the number of sub-step in rn_Dt seconds
[5930]310/
[3875]311!-----------------------------------------------------------------------
[9356]312&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
[3875]313!-----------------------------------------------------------------------
[5836]314   ln_dynldf_blp =  .true.     !  bilaplacian operator
315   ln_dynldf_lev =  .true.     !  iso-level
[9490]316   nn_ahm_ijk_t  = 0           !  =0   constant = 1/12 Uv*Lv^3 (blp case)
317      rn_Uv      =  0.12            !  lateral viscous velocity [m/s]
318      rn_Lv      = 10.e+3           !  lateral viscous length   [m] 
[3875]319/
[9490]320!!======================================================================
321!!                     vertical physics namelists                     !!
322!!                                                                    !!
323!!    namzdf        vertical physics manager                            (default: NO selection)
324!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
325!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
326!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
327!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
328!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
329!!======================================================================
330!
[3875]331!-----------------------------------------------------------------------
[9019]332&namzdf        !   vertical physics                                     (default: NO selection)
[3875]333!-----------------------------------------------------------------------
[9490]334   ln_zdfgls   = .true.    !  Generic Length Scale closure              (T =>   fill namzdf_gls)
[9019]335   !                       ! coefficients
336   rn_avm0     =   0.1e-6     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
337   rn_avt0     =   0.1e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
338   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
339   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
[3875]340/
341!-----------------------------------------------------------------------
[9356]342&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
[3875]343!-----------------------------------------------------------------------
[9490]344   rn_charn    =  100000.  !  Charnock constant for wb induced roughness length
345   nn_z0_met   = 1         !  Method for surface roughness computation (0/1/2)
[3875]346/
[9490]347!!======================================================================
348!!                  ***  Diagnostics namelists  ***                   !!
349!!                                                                    !!
[9526]350!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
351!!   namhsb       Heat and salt budgets                                 (default: OFF)
352!!   namdiu       Cool skin and warm layer models                       (default: OFF)
353!!   namdiu       Cool skin and warm layer models                       (default: OFF)
[11536]354!!   namflo       float parameters                                      (default: OFF)
355!!   nam_diadct   transports through some sections                      (default: OFF)
[9526]356!!   nam_dia25h   25h Mean Output                                       (default: OFF)
[9490]357!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
358!!======================================================================
359!
[3875]360!-----------------------------------------------------------------------
[9356]361&nam_dia25h    !  25h Mean Output                                       (default F)
[3875]362!-----------------------------------------------------------------------
[9356]363   ln_dia25h  = .true.    ! Choose 25h mean output or not
[3875]364/
[9490]365!!======================================================================
366!!               ***  Observation & Assimilation  ***                 !!
367!!                                                                    !!
[9526]368!!   namobs       observation and model comparison                      (default: OFF)
[9490]369!!   nam_asminc   assimilation increments                               ('key_asminc')
370!!======================================================================
[9517]371!
[9739]372!!======================================================================
373!!                  ***  Miscellaneous namelists  ***                 !!
374!!                                                                    !!
[14229]375!!   nammpp            Massively Parallel Processing
[9739]376!!   namctl            Control prints                                   (default: OFF)
377!!   namsto            Stochastic parametrization of EOS                (default: OFF)
378!!======================================================================
[9560]379!
380!-----------------------------------------------------------------------
[14229]381&nammpp        !   Massively Parallel Processing
[9560]382!-----------------------------------------------------------------------
383/
384!-----------------------------------------------------------------------
385&namctl        !   Control prints                                       (default: OFF)
386!-----------------------------------------------------------------------
387/
388!-----------------------------------------------------------------------
389&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
390!-----------------------------------------------------------------------
391/
Note: See TracBrowser for help on using the repository browser.