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 4699 for trunk/NEMOGCM/CONFIG – NEMO

Changeset 4699 for trunk/NEMOGCM/CONFIG


Ignore:
Timestamp:
2014-07-02T13:39:48+02:00 (10 years ago)
Author:
clem
Message:

debug for regional configuration without ice input (i.e. AMM12). The bug was introduced in revision 4688

File:
1 edited

Legend:

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

    r4698 r4699  
    570570                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    571571    cn_ice_lim      =  'none'             !   
    572     nn_ice_lim_dta  =  1                  !  = 0, bdy data are equal to the initial state 
     572    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
    573573                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    574574    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
     
    596596   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    597597   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    598    bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    599    bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    600    bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     598! for lim2 
     599!   bn_frld  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     600!   bn_hicif =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     601!   bn_hsnif =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     602! for lim3 
     603!   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     604!   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     605!   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    601606   cn_dir  =    'bdydta/' 
    602607   ln_full_vel = .false. 
Note: See TracChangeset for help on using the changeset viewer.