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.
namsbc_isf in NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists/namsbc_isf @ 9979

Last change on this file since 9979 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:mime-type set to text/x-fortran
File size: 2.3 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
3!-----------------------------------------------------------------------
4!              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
5!              !           !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
6! nn_isf == 4
7   sn_fwfisf   = 'rnfisf'  ,         -12       ,'sowflisf',   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    ''
8! nn_isf == 3
9   sn_rnfisf   = 'rnfisf'  ,         -12       ,'sofwfisf',   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    ''
10! nn_isf == 2 and 3
11   sn_depmax_isf='rnfisf'  ,         -12       ,'sozisfmax',  .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    ''
12   sn_depmin_isf='rnfisf'  ,         -12       ,'sozisfmin',  .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    ''
13! nn_isf == 2
14   sn_Leff_isf = 'rnfisf'  ,         -12       ,'Leff'    ,   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    ''
15!
16! for all case
17   nn_isf      = 1         !  ice shelf melting/freezing
18                           !  1 = presence of ISF    2 = bg03 parametrisation
19                           !  3 = rnf file for isf   4 = ISF fwf specified
20                           !  option 1 and 4 need ln_isfcav = .true. (domzgr)
21! only for nn_isf = 1 or 2
22   rn_gammat0  = 1.e-4     ! gammat coefficient used in blk formula
23   rn_gammas0  = 1.e-4     ! gammas coefficient used in blk formula
24! only for nn_isf = 1 or 4
25   rn_hisf_tbl =  30.      ! thickness of the top boundary layer    (Losh et al. 2008)
26   !                       ! 0 => thickness of the tbl = thickness of the first wet cell
27! only for nn_isf = 1
28   nn_isfblk   = 1         ! 1 ISOMIP  like: 2 equations formulation (Hunter et al., 2006)
29   !                       ! 2 ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015)
30   nn_gammablk = 1         ! 0 = cst Gammat (= gammat/s)
31   !                       ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010)
32   !                       ! 2 = velocity and stability dependent Gamma    (Holland et al. 1999)
33/
Note: See TracBrowser for help on using the repository browser.