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 8706 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_ice_cfg – NEMO

Ignore:
Timestamp:
2017-11-15T12:30:49+01:00 (6 years ago)
Author:
flavoni
Message:

ENHANCE09: update SAS_BIPER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_ice_cfg

    r8637 r8706  
    2222&nampar         !   Generic parameters 
    2323!------------------------------------------------------------------------------ 
    24    jpl              =   1             !  number of ice  categories 
    25    nlay_i           =   1             !  number of ice  layers 
    2624   ln_icedyn        = .true.          !  ice dynamics (T) or not (F) 
    2725   ln_icethd        = .false.         !  ice thermo   (T) or not (F) 
     
    8482&namini         !   Ice initialization 
    8583!------------------------------------------------------------------------------ 
     84   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
     85   ln_iceini_file   = .true.          !  netcdf file provided for initialization (T) or not (F) 
     86 
     87   sn_hti = 'initice'                 , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     88   sn_hts = 'initice'                 , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     89   sn_ati = 'initice'                 , -12 ,'ati'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     90   sn_tsu = 'initice'                 , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     91   sn_tmi = 'initice'                 , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     92   sn_smi = 'initice'                 , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     93   cn_dir='./' 
    8694/ 
    8795!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.