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

    r8599 r8882  
    6060/ 
    6161!----------------------------------------------------------------------- 
    62 &namcrs        !   Grid coarsening for dynamics output and/or 
    63                !   passive tracer coarsened online simulations 
    64 !----------------------------------------------------------------------- 
    65 / 
    66 !----------------------------------------------------------------------- 
    6762&namc1d        !   1D configuration options                             ("key_c1d") 
    6863!----------------------------------------------------------------------- 
     
    110105   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP',        .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    111106 
    112    nn_bulk_algo = 1        !  Bulk algorithm to use to compute bulk transfer coefficients Cd, Ce and Ch 
    113                            !  1 => "NCAR" algorithm        (Large and Yeager, 2008) 
    114                            !  2 => "COARE 3.0" algorithm   (Fairall et al 2003) 
    115                            !  3 => "ECMWF" algorithm       (IFS cycle 31) 
    116                            !  4 => "COARE 3.5" algorithm   (Edson et al 2013) 
     107   !                    !  bulk algorithm : 
     108   ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
     109   ln_COARE_3p0= .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
     110   ln_COARE_3p5= .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
     111   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    117112 
    118113   rn_zqt      =  2.       !  Air temperature and humidity reference height (m) 
     
    123118/ 
    124119!----------------------------------------------------------------------- 
    125 &namsbc_sas    !   analytical surface boundary condition 
    126 !----------------------------------------------------------------------- 
    127 / 
    128 !----------------------------------------------------------------------- 
    129 &namtra_qsr    !   penetrative solar radiation 
     120&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    130121!----------------------------------------------------------------------- 
    131122!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    134125/ 
    135126!----------------------------------------------------------------------- 
    136 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    137 !----------------------------------------------------------------------- 
    138    ln_rnf_mouth = .false.   !  specific treatment at rivers mouths 
    139 / 
    140 !----------------------------------------------------------------------- 
    141127&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    142128!----------------------------------------------------------------------- 
     
    154140/ 
    155141!----------------------------------------------------------------------- 
    156 &namberg       !   iceberg parameters 
    157 !----------------------------------------------------------------------- 
    158 / 
    159 !----------------------------------------------------------------------- 
    160 &namlbc        !   lateral momentum boundary condition 
    161 !----------------------------------------------------------------------- 
    162    rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    163 / 
    164 !----------------------------------------------------------------------- 
    165 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    166 !----------------------------------------------------------------------- 
    167 / 
    168 !----------------------------------------------------------------------- 
    169 &nam_tide      !    tide parameters 
    170 !----------------------------------------------------------------------- 
    171 / 
    172 !----------------------------------------------------------------------- 
    173 &nambdy        !  unstructured open boundaries                           
    174 !----------------------------------------------------------------------- 
    175 / 
    176 !----------------------------------------------------------------------- 
    177 &nambdy_dta      !  open boundaries - external data            
    178 !----------------------------------------------------------------------- 
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &nambdy_tide     ! tidal forcing at open boundaries 
    182 !----------------------------------------------------------------------- 
    183 / 
    184 !----------------------------------------------------------------------- 
    185 &nambfr        !   bottom friction 
    186 !----------------------------------------------------------------------- 
    187    nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
     142&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     143!----------------------------------------------------------------------- 
     144   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    188145/ 
    189146!----------------------------------------------------------------------- 
     
    192149/ 
    193150!----------------------------------------------------------------------- 
    194 &nambbl        !   bottom boundary layer scheme 
    195 !----------------------------------------------------------------------- 
    196 / 
    197 !----------------------------------------------------------------------- 
    198151&nameos        !   ocean physical parameters 
    199152!----------------------------------------------------------------------- 
     
    203156&namtra_adv    !   advection scheme for tracer 
    204157!----------------------------------------------------------------------- 
    205 ! C1D : no advection scheme  
    206 / 
    207 !----------------------------------------------------------------------- 
    208 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     158   ln_traadv_NONE= .true.  !  No tracer advection 
     159/ 
     160!----------------------------------------------------------------------- 
     161&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)  (default: NO) 
    209162!----------------------------------------------------------------------- 
    210163/ 
     
    212165&namtra_ldf    !   lateral diffusion scheme for tracers 
    213166!----------------------------------------------------------------------- 
    214 ! C1D : no lateral diffusion   
    215 / 
    216 !----------------------------------------------------------------------- 
    217 &namtra_ldfeiv !   eddy induced velocity param. 
    218 !----------------------------------------------------------------------- 
    219 ! C1D : no eiv   
     167   ln_traldf_NONE= .true.  ! No operator (no explicit diffusion) 
     168/ 
     169!----------------------------------------------------------------------- 
     170&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     171!----------------------------------------------------------------------- 
    220172/ 
    221173!----------------------------------------------------------------------- 
     
    225177/ 
    226178!----------------------------------------------------------------------- 
    227 &namdyn_adv    !   formulation of the momentum advection 
    228 !----------------------------------------------------------------------- 
    229 ! C1D : no advection scheme  
     179&namdyn_adv    !   formulation of the momentum advection                (default: None) 
     180!----------------------------------------------------------------------- 
     181   ln_dynadv_NONE= .true.  !  linear dynamics (no momentum advection) 
    230182/ 
    231183!----------------------------------------------------------------------- 
     
    252204&namdyn_ldf    !   lateral diffusion on momentum 
    253205!----------------------------------------------------------------------- 
    254    ln_dynldf_lap    =  .false.  !  laplacian operator 
    255 / 
    256 !----------------------------------------------------------------------- 
    257 &namzdf        !   vertical physics 
    258 !----------------------------------------------------------------------- 
    259    ln_zdfevd   = .false.        !  enhanced vertical diffusion (evd) (T) or not (F) 
    260 / 
    261 !----------------------------------------------------------------------- 
    262 &namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" ) 
    263 !----------------------------------------------------------------------- 
    264 / 
    265 !----------------------------------------------------------------------- 
    266 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    267 !----------------------------------------------------------------------- 
    268 / 
    269 !----------------------------------------------------------------------- 
    270 &namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
    271 !----------------------------------------------------------------------- 
    272 / 
    273 !----------------------------------------------------------------------- 
    274 &namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
    275 !----------------------------------------------------------------------- 
    276 / 
    277 !----------------------------------------------------------------------- 
    278 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    279 !----------------------------------------------------------------------- 
    280    ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    281 / 
    282 !----------------------------------------------------------------------- 
    283 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     206   ln_dynldf_NONE= .true.     ! No operator (no explicit diffusion) 
     207/ 
     208!----------------------------------------------------------------------- 
     209&namzdf        !   vertical physics                                     (default: NO selection) 
     210!----------------------------------------------------------------------- 
     211   !                       ! type of vertical closure 
     212   ln_zdfcst   = .false.      !  constant mixing 
     213   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     214   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     215   ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     216   ! 
     217   !                       ! convection 
     218   ln_zdfevd   = .false.      !  enhanced vertical diffusion 
     219      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1) 
     220      rn_evd      =  100.        ! mixing coefficient [m2/s] 
     221   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
     222      nn_npc      =    1         ! frequency of application of npc 
     223      nn_npcp     =  365         ! npc control print frequency 
     224   ! 
     225   ln_zdfddm   = .false.   ! double diffusive mixing 
     226      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     227      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     228   ! 
     229   !                       ! gravity wave-driven vertical mixing 
     230   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     231   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
     232   ! 
     233   !                       ! coefficients 
     234   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     235   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     236   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     237   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
     238/ 
     239!----------------------------------------------------------------------- 
     240&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     241!----------------------------------------------------------------------- 
     242/ 
     243!----------------------------------------------------------------------- 
     244&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     245!----------------------------------------------------------------------- 
     246/ 
     247!----------------------------------------------------------------------- 
     248&namzdf_gls                !   GLS vertical diffusion                   (ln_zdfgls =T) 
     249!----------------------------------------------------------------------- 
     250/ 
     251!----------------------------------------------------------------------- 
     252&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    284253!----------------------------------------------------------------------- 
    285254/ 
    286255!----------------------------------------------------------------------- 
    287256&namctl        !   Control prints & Benchmark 
    288 !----------------------------------------------------------------------- 
    289 / 
    290 !----------------------------------------------------------------------- 
    291 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    292257!----------------------------------------------------------------------- 
    293258/ 
     
    298263/ 
    299264!----------------------------------------------------------------------- 
    300 &namflo       !   float parameters                                      ("key_float") 
    301 !----------------------------------------------------------------------- 
    302 / 
    303 !----------------------------------------------------------------------- 
    304 &namptr       !   Poleward Transport Diagnostic 
    305 !----------------------------------------------------------------------- 
    306 / 
    307 !----------------------------------------------------------------------- 
    308265&namhsb       !  Heat and salt budgets 
    309266!----------------------------------------------------------------------- 
    310267/ 
    311268!----------------------------------------------------------------------- 
    312 &namdct        ! transports through sections 
    313 !----------------------------------------------------------------------- 
    314     nn_dct      = 60       !  time step frequency for transports computing 
    315     nn_dctwri   = 60       !  time step frequency for transports writing 
    316     nn_secdebug = 0        !      0 : no section to debug 
    317 / 
    318 !----------------------------------------------------------------------- 
    319269&namobs       !  observation usage switch                               ('key_diaobs') 
    320270!----------------------------------------------------------------------- 
    321271/ 
    322 !----------------------------------------------------------------------- 
    323 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    324 !----------------------------------------------------------------------- 
    325 / 
    326 !----------------------------------------------------------------------- 
    327 &namsbc_wave   ! External fields from wave model 
    328 !----------------------------------------------------------------------- 
    329 / 
Note: See TracChangeset for help on using the changeset viewer.