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 8586 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg – NEMO

Ignore:
Timestamp:
2017-10-04T09:19:23+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.3 - phasing with branch dev_r8183_ICEMODEL revision 8575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg

    r8568 r8586  
    2222&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2323!-----------------------------------------------------------------------   
    24    ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     24   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    2525   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    2626   ! 
     
    4242   nn_ice      = 0         !  =0 no ice boundary condition   , 
    4343                           !  =1 use observed ice-cover      , 
    44                            !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
     44                           !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
    4545   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    4646   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     
    8484&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    8585!----------------------------------------------------------------------- 
     86   nn_cln_update =    1    !  baroclinic update frequency 
    8687/ 
    8788!----------------------------------------------------------------------- 
     
    103104   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
    104105   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    105 / 
    106106/ 
    107107!----------------------------------------------------------------------- 
     
    179179&namdyn_hpg    !   Hydrostatic pressure gradient option 
    180180!----------------------------------------------------------------------- 
     181   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    181182/ 
    182183!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.