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 5624 for branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-07-21T20:47:42+02:00 (9 years ago)
Author:
mathiot
Message:

UKMO_ISF : fix conservation issue based on the work of Jerome on runoff, simplification of trasbc (isf part only) and remove option to apply isf melting as volume flux or not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5621 r5624  
    255255   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    256256   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
    257    nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
    258                            !  0 =no isf                  1 = presence of ISF 
    259                            !  2 = bg03 parametrisation   3 = rnf file for isf 
    260                            !  4 = ISF fwf specified 
    261                            !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
     257   ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf) 
    262258   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    263259   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
     
    454450   sn_Leff_isf = 'rnfisf' ,       0          ,'Leff'         ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
    455451! for all case 
    456    ln_divisf   = .true.  ! apply isf melting as a mass flux or in the salinity trend. (maybe I should remove this option as for runoff?) 
     452   nn_isf      = 1         !  ice shelf melting/freezing 
     453                           !  1 = presence of ISF    2 = bg03 parametrisation  
     454                           !  3 = rnf file for isf   4 = ISF fwf specified 
     455                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    457456! only for nn_isf = 1 or 2 
    458457   rn_gammat0  = 1.0e-4   ! gammat coefficient used in blk formula 
     
    462461   rn_hisf_tbl =  30.      ! thickness of the top boundary layer           (Losh et al. 2008) 
    463462                          ! 0 => thickness of the tbl = thickness of the first wet cell 
    464    ln_conserve = .true.   ! conservative case (take into account meltwater advection) 
    465463   nn_gammablk = 1        ! 0 = cst Gammat (= gammat/s) 
    466464                          ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
Note: See TracChangeset for help on using the changeset viewer.