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 4690 for trunk/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2014-06-25T01:40:46+02:00 (10 years ago)
Author:
clem
Message:

new version of LIM3 with perfect conservation of heat, see ticket #1352

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4667 r4690  
    244244                           !     =1 global mean of e-p-r set to zero at each time step 
    245245                           !     =2 annual global mean of e-p-r set to zero 
     246                           !     =3 global emp set to zero and spread out over erp area 
    246247   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
    247248   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
     
    566567    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    567568                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     569    cn_ice_lim      =  'none'             !   
     570    nn_ice_lim_dta  =  1                  !  = 0, bdy data are equal to the initial state 
     571                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     572    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
     573    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           -- 
     574    rn_ice_age      = 30.                 !  lim3 only:      --   age                -- 
     575 
    568576    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    569577    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
     
    586594   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    587595   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     596   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     597   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     598   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    588599   cn_dir  =    'bdydta/' 
    589600   ln_full_vel = .false. 
Note: See TracChangeset for help on using the changeset viewer.