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 13279 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-07-09T12:39:43+02:00 (4 years ago)
Author:
clem
Message:

merge with r4.0-HEAD at r13278

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ref

    r13249 r13279  
    419419      rn_dep_max  = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
    420420      nn_rnf_depth_file = 0   !  create (=1) a runoff depth file or not (=0) 
     421   ln_rnf_icb  = .false.   !  read in iceberg flux from a file (fill sn_i_rnf if .true.) 
    421422 
    422423   cn_dir      = './'      !  root directory for the runoff data location 
     
    429430   sn_t_rnf    = 'runoffs'               ,        24.        , 'rotemper',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    430431   sn_dep_rnf  = 'runoffs'               ,         0.        , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     432   sn_i_rnf    = 'NOT_USED'              ,        -1.        , 'sorunoff',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    431433/ 
    432434!----------------------------------------------------------------------- 
     
    666668!!                                                                    !! 
    667669!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    668 !!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
    669 !!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     670!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T) 
     671!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F) 
    670672!!   nambbc        bottom temperature boundary condition                (default: OFF) 
    671673!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
     
    675677&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    676678!----------------------------------------------------------------------- 
    677    ln_OFF      = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     679   ln_drg_OFF  = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    678680   ln_lin      = .false.   !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    679681   ln_non_lin  = .false.   !  non-linear  drag: Cd = Cd0 |U| 
     
    684686/ 
    685687!----------------------------------------------------------------------- 
    686 &namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T) 
     688&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T) 
    687689!----------------------------------------------------------------------- 
    688690   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
     
    695697/ 
    696698!----------------------------------------------------------------------- 
    697 &namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F) 
     699&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F) 
    698700!----------------------------------------------------------------------- 
    699701   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
     
    10641066      rn_mxlice   = 10.       ! max constant ice thickness value when scaling under sea-ice ( nn_mxlice=1) 
    10651067   rn_mxl0     =   0.04    !  surface  buoyancy lenght scale minimum value 
    1066    ln_drg      = .false.   !  top/bottom friction added as boundary condition of TKE 
    10671068   ln_lc       = .true.    !  Langmuir cell parameterisation (Axell 2002) 
    10681069      rn_lc       =   0.15    !  coef. associated to Langmuir cells 
Note: See TracChangeset for help on using the changeset viewer.