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 9051 for branches/2017/dev_merge_2017/NEMOGCM/TOOLS/DOMAINcfg/namelist_ref – NEMO

Ignore:
Timestamp:
2017-12-14T15:47:12+01:00 (6 years ago)
Author:
flavoni
Message:

put back correct routines for TOOLS/DOMAINcfg, do not change these routines in merge development or merge phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/TOOLS/DOMAINcfg/namelist_ref

    r9033 r9051  
    170170   ppkth2      =       48.029893720000 ! 
    171171   ppacr2      =       13.000000000000 ! 
    172    ln_wd       =             .false.   !  T/F activation of wetting and drying 
    173    rn_wd_ref_depth   =    0.0          !  Reference Depth for WAD cases (0 all other cases) 
     172/ 
     173!----------------------------------------------------------------------- 
     174&namwad        !   Wetting and drying                                   (default F) 
     175!----------------------------------------------------------------------- 
     176   ln_wd       = .false.   !  T/F activation of wetting and drying 
     177   rn_wdmin1   =  0.1      !  Minimum wet depth on dried cells 
     178   rn_wdmin2   =  0.01     !  Tolerance of min wet depth on dried cells 
     179   rn_wdld     =  20.0     !  Land elevation below which wetting/drying is allowed 
     180   nn_wdit     =  10       !  Max iterations for W/D limiter 
    174181/ 
    175182!----------------------------------------------------------------------- 
     
    265272                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
    266273                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
     274   nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
     275                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
     276                           !  = 0  Average per-category fluxes (forced and coupled mode) 
     277                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
     278                           !  = 2  Redistribute a single flux over categories (coupled mode only) 
    267279                     ! Sea-ice : 
    268280   nn_ice      = 2         !  =0 no ice boundary condition   , 
    269281                           !  =1 use observed ice-cover      , 
    270                            !  =2-3 ice-model used                       ("key_lim3", "key_cice") 
     282                           !  =2 ice-model used                         ("key_lim3", "key_lim2", "key_cice") 
    271283   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    272284                           !  =1 levitating ice with mass and salt exchange but no presure effect 
     
    658670   bn_tem      = 'amm12_bdyT_tra',         24        , 'votemper',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    659671   bn_sal      = 'amm12_bdyT_tra',         24        , 'vosaline',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
     672! for lim2 
     673!   bn_frld    = 'amm12_bdyT_ice',         24        , 'ileadfra',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
     674!   bn_hicif   = 'amm12_bdyT_ice',         24        , 'iicethic',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
     675!   bn_hsnif   = 'amm12_bdyT_ice',         24        , 'isnowthi',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
    660676! for lim3 
    661677!   bn_a_i     = 'amm12_bdyT_ice',         24        , 'ileadfra',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,     '' 
Note: See TracChangeset for help on using the changeset viewer.