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 9858 for branches – NEMO

Changeset 9858 for branches


Ignore:
Timestamp:
2018-06-29T10:56:15+02:00 (6 years ago)
Author:
mathiot
Message:

forgot to remove sn_qisf, ln_divisf, ln_conserve from namelist ref

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_isf_flx_UKESM_r9321/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8447 r9858  
    471471!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    472472! nn_isf == 4 
    473    sn_qisf      = 'rnfisf' ,         -12      ,'sohflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
    474473   sn_fwfisf    = 'rnfisf' ,         -12      ,'sowflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
    475474! nn_isf == 3 
     
    480479! nn_isf == 2 
    481480   sn_Leff_isf = 'rnfisf' ,       0          ,'Leff'         ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
    482 ! for all case 
    483    ln_divisf   = .true.  ! apply isf melting as a mass flux or in the salinity trend. (maybe I should remove this option as for runoff?) 
    484481! only for nn_isf = 1 or 2 
    485482   rn_gammat0  = 1.0e-4   ! gammat coefficient used in blk formula 
     
    489486   rn_hisf_tbl =  30.      ! thickness of the top boundary layer           (Losh et al. 2008) 
    490487                          ! 0 => thickness of the tbl = thickness of the first wet cell 
    491    ln_conserve = .true.   ! conservative case (take into account meltwater advection) 
    492488   nn_gammablk = 1        ! 0 = cst Gammat (= gammat/s) 
    493489                          ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
Note: See TracChangeset for help on using the changeset viewer.