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 8718 – NEMO

Changeset 8718


Ignore:
Timestamp:
2017-11-15T17:22:02+01:00 (6 years ago)
Author:
flavoni
Message:

correct agrif namelist

File:
1 edited

Legend:

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

    r8717 r8718  
    2222&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2323!----------------------------------------------------------------------- 
    24    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     24   ln_linssh   = .true.    !  =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   ! 
     
    3939&namsbc        !   Surface Boundary Condition (surface module) 
    4040!----------------------------------------------------------------------- 
     41   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    4142   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    42    nn_ice      = 3         !  =0 no ice boundary condition   , 
     43   nn_ice      = 0         !  =0 no ice boundary condition   , 
    4344                           !  =1 use observed ice-cover      , 
    4445                           !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
Note: See TracChangeset for help on using the changeset viewer.