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/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namsbc_isf @ 10161

Last change on this file since 10161 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

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