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 branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/DOC/TexFiles/Namelist – NEMO

source: branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/DOC/TexFiles/Namelist/namsbc_isf @ 6225

Last change on this file since 6225 was 6225, checked in by jamesharle, 8 years ago

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File size: 2.4 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
3!-----------------------------------------------------------------------
4   nn_isf      = -99       !  ice shelf melting/freezing                (/=0 => fill namsbc_isf)
5                           !  1 = ISF explicit (cavity open)
6                           !  2 = bg03 parametrisation (cavity closed) 
7                           !  3 = ISF  specified in depth along the calving front (cavity closed)
8                           !  4 = ISF melting specified (cavity open)
9                           !  option 1 and 4 need ln_isfcav = .true. (domzgr)
10!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation !
11!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  !
12! nn_isf == 4
13   sn_fwfisf     = 'rnfisf',         -12       ,'sowflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   ''
14! nn_isf == 3
15   sn_rnfisf     = 'rnfisf',         -12       ,'sofwfisf',    .false.   , .true. , 'yearly'  ,  ''      ,   ''
16! nn_isf == 2 or 3
17   sn_depmax_isf = 'rnfisf',         -12       ,'sozisfmax',   .false.   , .true. , 'yearly'  ,  ''      ,   ''
18   sn_depmin_isf = 'rnfisf',         -12       ,'sozisfmin',   .false.   , .true. , 'yearly'  ,  ''      ,   ''
19! nn_isf == 2
20   sn_Leff_isf = 'rnfisf'  ,         -12       ,'Leff'     ,    .false.  , .true. , 'yearly'  ,  ''      ,   ''
21
22! only for nn_isf = 1 or 2
23   rn_gammat0  = 1.e-4    ! gammat coefficient used in blk formula
24   rn_gammas0  = 1.e-4    ! gammas coefficient used in blk formula
25! only for nn_isf = 1 or 4
26   nn_isfblk   =  1       ! 1 ISOMIP ; 2 conservative (3 equation formulation, Jenkins et al. 1991 ??)
27! only for nn_isf = 1
28   rn_hisf_tbl =  30.     ! thickness of the top boundary layer           (Losh et al. 2008)
29                          ! 0 => thickness of the tbl = thickness of the first wet cell
30   nn_gammablk = 1        ! 0 = cst Gammat (= gammat/s)
31                          ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010)
32                          !     if you want to keep the cd as in global config, adjust rn_gammat0 to compensate
33                          ! 2 = velocity and stability dependent Gamma    Holland et al. 1999
34/
Note: See TracBrowser for help on using the repository browser.