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_PISCES/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_PISCES/EXP00/namelist_cfg

    r8599 r8882  
    1212!!                   ***  Run management namelists  *** 
    1313!!====================================================================== 
    14 !!   namrun        parameters of the run 
    15 !!====================================================================== 
    16 ! 
    1714!----------------------------------------------------------------------- 
    1815&namrun        !   parameters of the run 
     
    2522   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    2623/ 
     24!!====================================================================== 
     25!!                      ***  Domain namelists  *** 
     26!!====================================================================== 
    2727!----------------------------------------------------------------------- 
    2828&namcfg     !   parameters of the configuration    
     
    3737!----------------------------------------------------------------------- 
    3838   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
    39    ! 
    4039   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
    41    ! 
    4240   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    43 / 
    44 !----------------------------------------------------------------------- 
    45 &namcrs        !   Grid coarsening for dynamics output and/or 
    46 !              !   passive tracer coarsened online simulations 
    47 !----------------------------------------------------------------------- 
    4841/ 
    4942!----------------------------------------------------------------------- 
     
    5649   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    5750/ 
     51 
     52!!====================================================================== 
     53!!            ***  Surface Boundary Condition namelists  *** 
     54!!====================================================================== 
    5855!----------------------------------------------------------------------- 
    5956&namsbc        !   Surface Boundary Condition (surface module) 
     
    7673/ 
    7774!----------------------------------------------------------------------- 
    78 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    79 !----------------------------------------------------------------------- 
    80    ln_rnf_mouth = .false.   !  specific treatment at rivers mouths 
    81 / 
    82 !----------------------------------------------------------------------- 
    83 &namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    84 !----------------------------------------------------------------------- 
    85 / 
    86 !----------------------------------------------------------------------- 
    87 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    88 !----------------------------------------------------------------------- 
    89 / 
    90 !----------------------------------------------------------------------- 
    91 &namsbc_alb    !   albedo parameters 
    92 !----------------------------------------------------------------------- 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namberg       !   iceberg parameters 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    9975&namlbc        !   lateral momentum boundary condition 
    10076!----------------------------------------------------------------------- 
     
    10278/ 
    10379!----------------------------------------------------------------------- 
    104 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &nam_tide      !    tide parameters 
    109 !----------------------------------------------------------------------- 
    110 / 
    111 !----------------------------------------------------------------------- 
    112 &nambdy        !  unstructured open boundaries                           
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116 &nambdy_dta      !  open boundaries - external data            
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &nambdy_tide     ! tidal forcing at open boundaries 
    121 !----------------------------------------------------------------------- 
    122 / 
    123 !----------------------------------------------------------------------- 
    124 &nambfr        !   bottom friction 
    125 !----------------------------------------------------------------------- 
    126    nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
    127 / 
    128 !----------------------------------------------------------------------- 
    129 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    130 !----------------------------------------------------------------------- 
    131 / 
    132 !----------------------------------------------------------------------- 
    133 &nambbl        !   bottom boundary layer scheme 
     80&namdrg        !   top/bottom friction 
     81!----------------------------------------------------------------------- 
     82   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
     83/ 
     84!----------------------------------------------------------------------- 
     85&nambbl        !   bottom boundary layer scheme                         (default: NO) 
    13486!----------------------------------------------------------------------- 
    13587/ 
     
    14092/ 
    14193!----------------------------------------------------------------------- 
    142 &namtra_adv    !   advection scheme for tracer 
     94&namtra_adv    !   advection scheme for tracer                          (default: No selection) 
    14395!----------------------------------------------------------------------- 
    14496   ln_traadv_fct =  .true.   !  FCT scheme 
    14597      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    14698      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 !---------------------------------------------------------------------------------- 
     99/ 
     100!----------------------------------------------------------------------- 
     101&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)  (default: NO) 
     102!----------------------------------------------------------------------- 
     103/ 
     104!----------------------------------------------------------------------- 
     105&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: No selection) 
     106!----------------------------------------------------------------------- 
    157107   !                       !  Operator type: 
     108   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    158109   ln_traldf_lap   =  .true.   !    laplacian operator 
    159110   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    194145/ 
    195146!----------------------------------------------------------------------- 
    196 &namdyn_adv    !   formulation of the momentum advection 
    197 !----------------------------------------------------------------------- 
    198 / 
    199 !----------------------------------------------------------------------- 
    200 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     147&namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
     148!----------------------------------------------------------------------- 
     149   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     150     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     151/ 
     152!----------------------------------------------------------------------- 
     153&namdyn_vor    !   option of physics/algorithm                          (default: No selection) 
    201154!----------------------------------------------------------------------- 
    202155   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
     
    218171/ 
    219172!----------------------------------------------------------------------- 
    220 &namdyn_ldf    !   lateral diffusion on momentum 
     173&namdyn_ldf    !   lateral diffusion on momentum                        (default: No selection) 
    221174!----------------------------------------------------------------------- 
    222175   !                       !  Type of the operator : 
    223    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     176   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    224177   ln_dynldf_lap =  .true.     !    laplacian operator 
    225178   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     
    241194   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    242195/ 
    243 !----------------------------------------------------------------------- 
    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") 
     196 
     197!!====================================================================== 
     198!!                     vertical physics namelists                     !! 
     199!!====================================================================== 
     200!----------------------------------------------------------------------- 
     201&namzdf        !   vertical physics                                     (default: NO selection) 
     202!----------------------------------------------------------------------- 
     203   !                       ! type of vertical closure 
     204   ln_zdfcst   = .false.      !  constant mixing 
     205   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     206   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     207   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     208   ! 
     209   !                       ! convection 
     210   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
     211      nn_evdm  =    1            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     212      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     213   ! 
     214   ln_zdfddm   = .false.   ! double diffusive mixing 
     215      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     216      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     217   ! 
     218   !                       ! gravity wave-driven vertical mixing 
     219   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     220   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
     221   ! 
     222   !                       !  Coefficients 
     223   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     224   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     225   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     226   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
     227   ! 
     228/ 
     229!----------------------------------------------------------------------- 
     230&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric=T) 
     231!----------------------------------------------------------------------- 
     232/ 
     233!----------------------------------------------------------------------- 
     234&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke=T) 
    254235!----------------------------------------------------------------------- 
    255236   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    256237/ 
    257238!----------------------------------------------------------------------- 
    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 
     239&namzdf_gls                !   GLS vertical diffusion                   (ln_zdfgls=T) 
     240!----------------------------------------------------------------------- 
     241/ 
     242!----------------------------------------------------------------------- 
     243&namzdf_ddm    !   double diffusive mixing parameterization             (ln_zdfddm=T) 
     244!----------------------------------------------------------------------- 
    269245/ 
    270246!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.