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 11423 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-08-08T16:02:49+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo : add UKESM ice sheet coupling method (ticket #2142)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/cfgs/SHARED/namelist_ref

    r11395 r11423  
    436436&namisf       !  Top boundary layer (ISF)                              (ln_isf = T .AND. ln_isfcav: read (ln_read_cfg=T)  
    437437!-----------------------------------------------------------------------                         or set or usr_def_zgr ) 
    438    !                 ! type of top boundary layer  
     438   cn_isfdir = './' 
     439   cn_isfload = 'isomip' 
     440 
    439441   ln_isfcav_mlt = .false.    ! ice shelf melting into the cavity 
    440442      cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis) 
     
    458460      !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    459461      sn_isfcav_fwf = 'isfmlt_cav',      -12       , 'fwflisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    460       ! 
    461    ! 
     462 
     463 
    462464   ln_isfpar_mlt = .false.   ! ice shelf melting parametrised 
    463465      cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis) 
     
    473475      !* 'bg03' case 
    474476      sn_isfpar_Leff = 'isfmlt_par',       0        ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    475       ! 
    476    ! 
    477    !ln_iscpl = .false. 
    478    !   nn_drown    = 10        ! number of iteration of the extrapolation loop (fill the new wet cells) 
    479    !   ln_hsb      = .false.   ! activate conservation module (conservation exact after a time of rn_fiscpl) 
    480    !   nn_fiscpl   = 43800     ! (number of time step) conservation period (maybe should be fix to the coupling frequencey of restart frequency) 
     477 
     478    
     479   ln_isfcpl = .false. 
     480      nn_drown       = 10        ! number of iteration of the extrapolation loop (fill the new wet cells) 
     481      ln_isfcpl_cons = .false. 
    481482/ 
    482483!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.