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 13461 for NEMO/trunk/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-09-14T09:19:33+02:00 (4 years ago)
Author:
smasson
Message:

trunk: merge r4.0-HEAD 13263:13278 into the trunk, see #2523

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r13286 r13461  
    544544         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    545545         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    546          sn_isfpar_zmax = 'isfmlt_par',       0        ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    547          sn_isfpar_zmin = 'isfmlt_par',       0        ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     546         sn_isfpar_zmax = 'isfmlt_par',       0.       ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     547         sn_isfpar_zmin = 'isfmlt_par',       0.       ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    548548         !* 'spe' and 'oasis' case 
    549          sn_isfpar_fwf = 'isfmlt_par' ,      -12.      ,'sofwfisf' ,  .false.    , .true.  , 'yearly'   ,    ''    ,   ''     ,    '' 
     549         sn_isfpar_fwf = 'isfmlt_par' ,      -12.      ,'sofwfisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    550550         !* 'bg03' case 
    551          sn_isfpar_Leff = 'isfmlt_par',       0.       ,'Leff'     ,  .false.    , .true.  , 'yearly'   ,    ''    ,   ''     ,    '' 
     551         sn_isfpar_Leff = 'isfmlt_par',       0.       ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    552552      ! 
    553553      ! ---------------- ice sheet coupling ------------------------------- 
     
    750750!!                                                                    !! 
    751751!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    752 !!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
    753 !!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     752!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T) 
     753!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F) 
    754754!!   nambbc        bottom temperature boundary condition                (default: OFF) 
    755755!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
     
    759759&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    760760!----------------------------------------------------------------------- 
    761    ln_OFF      = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     761   ln_drg_OFF  = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    762762   ln_lin      = .false.   !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    763763   ln_non_lin  = .false.   !  non-linear  drag: Cd = Cd0 |U| 
     
    767767/ 
    768768!----------------------------------------------------------------------- 
    769 &namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T) 
     769&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T) 
    770770!----------------------------------------------------------------------- 
    771771   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
     
    778778/ 
    779779!----------------------------------------------------------------------- 
    780 &namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F) 
     780&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F) 
    781781!----------------------------------------------------------------------- 
    782782   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
     
    11471147      rn_mxlice   = 10.       ! max constant ice thickness value when scaling under sea-ice ( nn_mxlice=1) 
    11481148   rn_mxl0     =   0.04    !  surface  buoyancy lenght scale minimum value 
    1149    ln_drg      = .false.   !  top/bottom friction added as boundary condition of TKE 
    11501149   ln_lc       = .true.    !  Langmuir cell parameterisation (Axell 2002) 
    11511150      rn_lc       =   0.15    !  coef. associated to Langmuir cells 
Note: See TracChangeset for help on using the changeset viewer.