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/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist – NEMO

source: branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist/namsbc_isf @ 6040

Last change on this file since 6040 was 6040, checked in by gm, 8 years ago

#1613: vvl by default : start to update the DOC for change in vvl, LDF and solvers

File size: 2.2 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 !
5!              !           !  (if <0  months)  !   name   !   (logical)  ! (T/F)  ! 'monthly' ! filename ! pairing  !
6! nn_isf == 4
7   sn_qisf      = 'rnfisf' ,         -12       ,'sohflisf',    .false.   , .true. , 'yearly'  ,  ''      ,   ''
8   sn_fwfisf    = 'rnfisf' ,         -12       ,'sowflisf',    .false.   , .true. , 'yearly'  ,  ''      ,   ''
9! nn_isf == 3
10   sn_rnfisf    = 'runoffs',         -12       ,'sofwfisf',    .false.   , .true. , 'yearly'  ,  ''      ,   ''
11! nn_isf == 2 and 3
12   sn_depmax_isf = 'runoffs',        -12       ,'sozisfmax',   .false.   , .true. , 'yearly'  ,  ''      ,   ''
13   sn_depmin_isf = 'runoffs',        -12       ,'sozisfmin',   .false.   , .true. , 'yearly'  ,  ''      ,   ''
14! nn_isf == 2
15   sn_Leff_isf = 'rnfisf'  ,           0       ,'Leff'    ,    .false.   , .true. , 'yearly'  ,  ''      ,   ''
16
17! for all case
18   ln_divisf   = .true.   ! apply isf melting as a mass flux or in the salinity trend. (maybe I should remove this option as for runoff?)
19! only for nn_isf = 1 or 2
20   rn_gammat0  = 1.e-4    ! gammat coefficient used in blk formula
21   rn_gammas0  = 1.e-4    ! gammas coefficient used in blk formula
22! only for nn_isf = 1
23   nn_isfblk   =  1       ! 1 ISOMIP ; 2 conservative (3 equation formulation, Jenkins et al. 1991 ??)
24   rn_hisf_tbl =  30.     ! thickness of the top boundary layer           (Losh et al. 2008)
25                          ! 0 => thickness of the tbl = thickness of the first wet cell
26   ln_conserve = .true.   ! conservative case (take into account meltwater advection)
27   nn_gammablk = 1        ! 0 = cst Gammat (= gammat/s)
28                          ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010)
29                          !     if you want to keep the cd as in global config, adjust rn_gammat0 to compensate
30                          ! 2 = velocity and stability dependent Gamma    Holland et al. 1999
31/
Note: See TracBrowser for help on using the repository browser.