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

Ignore:
Timestamp:
2018-06-05T16:25:10+02:00 (6 years ago)
Author:
clem
Message:

eliminate the few lim3 comments left in the code

File:
1 edited

Legend:

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

    r9657 r9739  
    203203   nn_ice      = 0         !  =0 no ice boundary condition     
    204204      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif ) 
    205       !                    !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     205      !                    !  =2 or 3 automatically for SI3 or CICE    ("key_si3" or "key_cice") 
    206206      !                    !          except in AGRIF zoom where it has to be specified 
    207207   ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges) 
     
    595595   nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
    596596   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    597    rn_ice_tem    = 270.       !  lim3 only: arbitrary temperature of incoming sea ice 
    598    rn_ice_sal    = 10.        !  lim3 only:      --   salinity           -- 
    599    rn_ice_age    = 30.        !  lim3 only:      --   age                -- 
     597   rn_ice_tem    = 270.       !  si3 only: arbitrary temperature of incoming sea ice 
     598   rn_ice_sal    = 10.        !  si3 only:      --   salinity           -- 
     599   rn_ice_age    = 30.        !  si3 only:      --   age                -- 
    600600   ! 
    601601   ln_tra_dmp    =.false.     !  open boudaries conditions for tracers 
Note: See TracChangeset for help on using the changeset viewer.