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 12077 for NEMO/branches/2019/UKMO_MERGE_2019/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-12-05T18:41:39+01:00 (4 years ago)
Author:
mathiot
Message:

include ENHANCE-02_ISF_nemo in UKMO merge branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/UKMO_MERGE_2019/cfgs/SHARED/namelist_ref

    r12068 r12077  
    439439   ! ---------------- ice shelf load ------------------------------- 
    440440   ! 
    441    cn_isfload = 'isomip'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc) 
     441   cn_isfload = 'uniform'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc) 
     442      rn_isfload_T = -1.9 
     443      rn_isfload_S = 34.4 
    442444   ! 
    443445   ! ---------------- ice shelf melt formulation ------------------------------- 
     
    452454         cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis) 
    453455         !                       ! spe = fwfisf is read from a forcing field 
    454          !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
    455          !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
     456         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006 for a short description) 
     457         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description) 
    456458         !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf 
    457459         !              !  cn_isfcav_mlt = 2eq or 3eq cases: 
    458          cn_gammablk = 'ad15'    ! scheme to compute gammat/s (spe,ad15,hj99) 
    459          !                       ! ad15 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
    460          !                       ! hj99 = velocity and stability dependent Gamma    (Holland et al. 1999) 
    461          rn_gammat0  = 1.4e-2    ! gammat coefficient used in blk formula 
    462          rn_gammas0  = 4.e-4    ! gammas coefficient used in blk formula 
     460         cn_gammablk = 'vel'     ! scheme to compute gammat/s (spe,ad15,hj99) 
     461         !                       ! spe      = constant transfert velocity (rn_gammat0, rn_gammas0) 
     462         !                       ! vel      = velocity dependent transfert velocity (u* * gammat/s) (Asay-Davis et al. 2016 for a short description) 
     463         !                       ! vel_stab = velocity and stability dependent transfert coeficient (Holland et al. 1999 for a complete description) 
     464         rn_gammat0  = 1.4e-2    ! gammat coefficient used in spe, vel and vel_stab gamma computation method 
     465         rn_gammas0  = 4.0e-4    ! gammas coefficient used in spe, vel and vel_stab gamma computation method 
    463466         ! 
    464467         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
Note: See TracChangeset for help on using the changeset viewer.