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_cfg_eORCA1 in NEMO/branches/2021/ticket2680_C1D_PAPA/doc/namelists – NEMO

source: NEMO/branches/2021/ticket2680_C1D_PAPA/doc/namelists/namisf_cfg_eORCA1 @ 15015

Last change on this file since 15015 was 15015, checked in by gsamson, 3 years ago

merge trunk into branch (#2680)

File size: 2.7 KB
Line 
1!-----------------------------------------------------------------------
2&namisf       !  Top boundary layer (ISF)                               (default: OFF)
3!-----------------------------------------------------------------------
4   !
5   ! ---------------- ice shelf melt formulation -------------------------------
6   !
7   ln_isf = .true.           ! activate ice shelf module
8      !
9      ! ---------------- cavities opened -------------------------------
10      !
11      ln_isfcav_mlt = .false.    ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc)
12         cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis)
13         !                       ! spe = fwfisf is read from a forcing field
14         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006 for a short description)
15         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description
16         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008)
17         !                       ! 0 => thickness of the tbl = thickness of the first wet cell
18         !
19         !* 'spe' and 'oasis' case
20         !---------------------------------------------------------------------------------------------
21         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ !
22         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' !
23         sn_isfcav_fwf = 'isfmlt_cav',      -12.      , 'fwflisf'  ,  .false.    , .true.  , 'yearly' 
24      !
25      ! ---------------- cavities parametrised -------------------------------
26      !
27      ln_isfpar_mlt = .true.   ! ice shelf melting parametrised
28         cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis)
29         !                      ! spe   = fwfisf is read from a forcing field
30         !
31         !---------------------------------------------------------------------------------------------
32         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ !
33         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' !
34         sn_isfpar_zmax = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'
35         sn_isfpar_zmin = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'
36         !* 'spe' and 'oasis' case
37         sn_isfpar_fwf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sornfisf',    .false.      , .true.  , 'yearly'
Note: See TracBrowser for help on using the repository browser.