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

Ignore:
Timestamp:
2019-12-05T10:57:46+01:00 (4 years ago)
Author:
mathiot
Message:

changes required by N.J. review

File:
1 edited

Legend:

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

    r11876 r12062  
    436436   ! ---------------- ice shelf load ------------------------------- 
    437437   ! 
    438    cn_isfload = 'isomip'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc) 
     438   cn_isfload = 'uniform'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc) 
     439      rn_isfload_T = -1.9 
     440      rn_isfload_S = 34.4 
    439441   ! 
    440442   ! ---------------- ice shelf melt formulation ------------------------------- 
     
    449451         cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis) 
    450452         !                       ! spe = fwfisf is read from a forcing field 
    451          !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
    452          !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
     453         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006 for a short description) 
     454         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description) 
    453455         !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf 
    454456         !              !  cn_isfcav_mlt = 2eq or 3eq cases: 
    455          cn_gammablk = 'ad15'    ! scheme to compute gammat/s (spe,ad15,hj99) 
    456          !                       ! ad15 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
    457          !                       ! hj99 = velocity and stability dependent Gamma    (Holland et al. 1999) 
    458          rn_gammat0  = 1.4e-2    ! gammat coefficient used in blk formula 
    459          rn_gammas0  = 4.e-4    ! gammas coefficient used in blk formula 
     457         cn_gammablk = 'vel'     ! scheme to compute gammat/s (spe,ad15,hj99) 
     458         !                       ! spe      = constant transfert velocity (rn_gammat0, rn_gammas0) 
     459         !                       ! vel      = velocity dependent transfert velocity (u* * gammat/s) (Asay-Davis et al. 2016 for a short description) 
     460         !                       ! vel_stab = velocity and stability dependent transfert coeficient (Holland et al. 1999 for a complete description) 
     461         rn_gammat0  = 1.4e-2    ! gammat coefficient used in spe, vel and vel_stab gamma computation method 
     462         rn_gammas0  = 4.0e-4    ! gammas coefficient used in spe, vel and vel_stab gamma computation method 
    460463         ! 
    461464         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
Note: See TracChangeset for help on using the changeset viewer.