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.
Changeset 8882 for branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-12-01T18:44:09+01:00 (6 years ago)
Author:
flavoni
Message:

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r8599 r8882  
    4343/ 
    4444!----------------------------------------------------------------------- 
    45 &namcrs        !   Grid coarsening for dynamics output and/or 
    46 !              !   passive tracer coarsened online simulations 
     45&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    4746!----------------------------------------------------------------------- 
    4847/ 
     
    122121/ 
    123122!----------------------------------------------------------------------- 
    124 &nambfr        !   bottom friction 
    125 !----------------------------------------------------------------------- 
    126    nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
     123&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     124!----------------------------------------------------------------------- 
     125   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    127126/ 
    128127!----------------------------------------------------------------------- 
     
    140139/ 
    141140!----------------------------------------------------------------------- 
    142 &namtra_adv    !   advection scheme for tracer 
     141&namtra_adv    !   advection scheme for tracer                          (default: No selection) 
    143142!----------------------------------------------------------------------- 
    144143   ln_traadv_fct =  .true.   !  FCT scheme 
    145144      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    146145      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    147       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    148       !                             !        (number of sub-timestep = nn_fct_zts) 
    149 / 
    150 !----------------------------------------------------------------------- 
    151 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    152 !----------------------------------------------------------------------- 
    153 / 
    154 !---------------------------------------------------------------------------------- 
    155 &namtra_ldf    !   lateral diffusion scheme for tracers 
    156 !---------------------------------------------------------------------------------- 
     146/ 
     147!----------------------------------------------------------------------- 
     148&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)  (default: NO) 
     149!----------------------------------------------------------------------- 
     150/ 
     151!----------------------------------------------------------------------- 
     152&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: No selection) 
     153!----------------------------------------------------------------------- 
    157154   !                       !  Operator type: 
     155   ln_traldf_NONE  = .false.   !           No operator (no explicit advection) 
    158156   ln_traldf_lap   =  .true.   !    laplacian operator 
    159157   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    183181   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    184182/ 
    185 !---------------------------------------------------------------------------------- 
    186 &namtra_ldfeiv !   eddy induced velocity param. 
    187 !---------------------------------------------------------------------------------- 
     183!----------------------------------------------------------------------- 
     184&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     185!----------------------------------------------------------------------- 
    188186   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    189187/ 
     
    194192/ 
    195193!----------------------------------------------------------------------- 
    196 &namdyn_adv    !   formulation of the momentum advection 
    197 !----------------------------------------------------------------------- 
     194&namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
     195!----------------------------------------------------------------------- 
     196   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     197     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    198198/ 
    199199!----------------------------------------------------------------------- 
     
    221221!----------------------------------------------------------------------- 
    222222   !                       !  Type of the operator : 
    223    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     223   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    224224   ln_dynldf_lap =  .true.     !    laplacian operator 
    225225   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     
    242242/ 
    243243!----------------------------------------------------------------------- 
    244 &namzdf        !   vertical physics 
    245 !----------------------------------------------------------------------- 
    246    nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    247 / 
    248 !----------------------------------------------------------------------- 
    249 &namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" ) 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
     244&namzdf        !   vertical physics                                     (default: NO selection) 
     245!----------------------------------------------------------------------- 
     246   !                       ! type of vertical closure 
     247   ln_zdfcst   = .false.      !  constant mixing 
     248   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     249   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     250   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     251   ! 
     252   !                       ! convection 
     253   ln_zdfevd   = .true.       !  enhanced vertical diffusion 
     254      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1) 
     255      rn_evd      =  100.        ! mixing coefficient [m2/s] 
     256   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
     257      nn_npc      =    1         ! frequency of application of npc 
     258      nn_npcp     =  365         ! npc control print frequency 
     259   ! 
     260   ln_zdfddm   = .false.   ! double diffusive mixing 
     261      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     262      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     263   ! 
     264   !                       ! gravity wave-driven vertical mixing 
     265   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     266   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
     267   ! 
     268   !                       ! coefficients 
     269   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     270   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     271   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     272   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
     273/ 
     274!----------------------------------------------------------------------- 
     275&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     276!----------------------------------------------------------------------- 
     277/ 
     278!----------------------------------------------------------------------- 
     279&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke") 
    254280!----------------------------------------------------------------------- 
    255281   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    256282/ 
    257283!----------------------------------------------------------------------- 
    258 &namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
    259 !----------------------------------------------------------------------- 
    260 / 
    261 !----------------------------------------------------------------------- 
    262 &namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
    263 !----------------------------------------------------------------------- 
    264 / 
    265 !----------------------------------------------------------------------- 
    266 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    267 !----------------------------------------------------------------------- 
    268    ln_tmx_itf  = .false.   !  ITF specific parameterisation 
     284&namzdf_gls                !   GLS vertical diffusion                   (ln_zdfgls =T) 
     285!----------------------------------------------------------------------- 
     286/ 
     287!----------------------------------------------------------------------- 
     288&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
     289!----------------------------------------------------------------------- 
    269290/ 
    270291!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.