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 5976 for branches/2015/dev_5974_MERCATOR10_LIMINI/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2015-12-02T12:46:21+01:00 (8 years ago)
Author:
cbricaud
Message:

code and namelist changes for ticket #1455: enable LIM3 initialisation with a netcdf file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_5974_MERCATOR10_LIMINI/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r5429 r5976  
    3232!------------------------------------------------------------------------------ 
    3333   ln_iceini      = .true.         !  activate ice initialization (T) or not (F) 
     34   ln_iceini_file = .true.         !  ice initialization from a netcdf file (T) or constant (F) 
     35! 
     36!         !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     37!         !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     38   sn_hti = 'Ice_initialization'   , -12    ,'hti'      ,  .false.     , .true. , 'yearly'  , ''       , ''       , '' 
     39   sn_hts = 'Ice_initialization'   , -12    ,'hts'      ,  .false.     , .true. , 'yearly'  , ''       , ''       , '' 
     40   sn_ati = 'Ice_initialization'   , -12    ,'ati'      ,  .false.     , .true. , 'yearly'  , ''       , ''       , '' 
     41   sn_tsu = 'Ice_initialization'   , -12    ,'tsu'      ,  .false.     , .true. , 'yearly'  , ''       , ''       , '' 
     42   sn_tmi = 'Ice_initialization'   , -12    ,'tmi'      ,  .false.     , .true. , 'yearly'  , ''       , ''       , '' 
     43   sn_smi = 'Ice_initialization'   , -12    ,'smi'      ,  .false.     , .true. , 'yearly'  , ''       , ''       , '' 
     44   cn_dir='./' 
     45   ! 
    3446   rn_thres_sst   =  2.0           !  maximum water temperature with initial ice (degC) 
    3547   rn_hts_ini_n   =  0.3           !  initial real snow thickness (m), North 
Note: See TracChangeset for help on using the changeset viewer.