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.
namisf in NEMO/branches/2020/ticket_2444/doc/namelists – NEMO

source: NEMO/branches/2020/ticket_2444/doc/namelists/namisf @ 12769

Last change on this file since 12769 was 12769, checked in by mathiot, 4 years ago

#2444: update of the documentation (prior to changes suggested by Dave)

File size: 4.8 KB
Line 
1!-----------------------------------------------------------------------
2&namisf       !  Top boundary layer (ISF)                               (default: OFF)
3!-----------------------------------------------------------------------
4   !
5   ! ---------------- ice shelf load -------------------------------
6   !
7   cn_isfload = 'uniform'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc)
8      rn_isfload_T = -1.9
9      rn_isfload_S = 34.4
10   !
11   ! ---------------- ice shelf melt formulation -------------------------------
12   !
13   ln_isf = .false.           ! activate ice shelf module
14      ln_isfdebug = .false.      ! add debug print in ISF code (global min/max/sum of specific variable)
15      cn_isfdir   = './'         ! directory for all ice shelf input file
16      !
17      ! ---------------- cavities opened -------------------------------
18      !
19      ln_isfcav_mlt = .false.    ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc)
20         cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis)
21         !                       ! spe = fwfisf is read from a forcing field
22         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006 for a short description)
23         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description)
24         !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf
25         !              !  cn_isfcav_mlt = 2eq or 3eq cases:
26         cn_gammablk = 'vel'     ! scheme to compute gammat/s (spe,ad15,hj99)
27         !                       ! spe      = constant transfert velocity (rn_gammat0, rn_gammas0)
28         !                       ! vel      = velocity dependent transfert velocity (u* * gammat/s) (Asay-Davis et al. 2016 for a short description)
29         !                       ! vel_stab = velocity and stability dependent transfert coeficient (Holland et al. 1999 for a complete description)
30         rn_gammat0  = 1.4e-2    ! gammat coefficient used in spe, vel and vel_stab gamma computation method
31         rn_gammas0  = 4.0e-4    ! gammas coefficient used in spe, vel and vel_stab gamma computation method
32         !
33         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008)
34         !                       ! 0 => thickness of the tbl = thickness of the first wet cell
35         !
36         !* 'spe' and 'oasis' case
37         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
38         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
39         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
40         sn_isfcav_fwf = 'isfmlt_cav',      -12.      , 'fwflisf'  ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
41      !
42      ! ---------------- cavities parametrised -------------------------------
43      !
44      ln_isfpar_mlt = .false.   ! ice shelf melting parametrised
45         cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis)
46         !                      ! spe   = fwfisf is read from a forcing field
47         !                      ! bg03  = melt computed using Beckmann and Goosse parametrisation
48         !                      ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf
49         !
50         !* all cases
51         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
52         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
53         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
54         sn_isfpar_zmax = 'isfmlt_par',       0        ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
55         sn_isfpar_zmin = 'isfmlt_par',       0        ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
56         !* 'spe' and 'oasis' case
57         sn_isfpar_fwf = 'isfmlt_par' ,      -12.      ,'sofwfisf' ,  .false.    , .true.  , 'yearly'   ,    ''    ,   ''     ,    ''
58         !* 'bg03' case
59         sn_isfpar_Leff = 'isfmlt_par',       0.       ,'Leff'     ,  .false.    , .true.  , 'yearly'   ,    ''    ,   ''     ,    ''
60      !
61      ! ---------------- ice sheet coupling -------------------------------
62      !
63      ln_isfcpl = .false.
64         nn_drown       = 10        ! number of iteration of the extrapolation loop (fill the new wet cells)
65         ln_isfcpl_cons = .false.
66/
Note: See TracBrowser for help on using the repository browser.