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.
Changeset 10321 for NEMO/branches/UKMO/NEMO4_beta_mirror/doc/namelists/namsbc_isf – NEMO

Ignore:
Timestamp:
2018-11-16T15:59:30+01:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/NEMO4_beta_mirror: Update to version 10279 of the trunk.

Location:
NEMO/branches/UKMO/NEMO4_beta_mirror/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO4_beta_mirror/doc

    • Property svn:ignore set to
      figures
  • NEMO/branches/UKMO/NEMO4_beta_mirror/doc/namelists/namsbc_isf

    r9355 r10321  
    11!----------------------------------------------------------------------- 
    2 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    3 !----------------------------------------------------------------------- 
    4 !              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5 !              !           !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6 ! nn_isf == 4 
    7    sn_fwfisf   = 'rnfisf'  ,         -12       ,'sowflisf',   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    8 ! nn_isf == 3 
    9    sn_rnfisf   = 'rnfisf'  ,         -12       ,'sofwfisf',   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    10 ! nn_isf == 2 and 3 
    11    sn_depmax_isf='rnfisf'  ,         -12       ,'sozisfmax',  .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    12    sn_depmin_isf='rnfisf'  ,         -12       ,'sozisfmin',  .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    13 ! nn_isf == 2 
    14    sn_Leff_isf = 'rnfisf'  ,         -12       ,'Leff'    ,   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    15 ! 
    16 ! for all case 
     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  
    175   nn_isf      = 1         !  ice shelf melting/freezing 
    18                            !  1 = presence of ISF    2 = bg03 parametrisation  
    19                            !  3 = rnf file for isf   4 = ISF fwf specified 
    20                            !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    21 ! only for nn_isf = 1 or 2 
    22    rn_gammat0  = 1.e-4     ! gammat coefficient used in blk formula 
    23    rn_gammas0  = 1.e-4     ! gammas coefficient used in blk formula 
    24 ! only for nn_isf = 1 or 4 
    25    rn_hisf_tbl =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
    26    !                       ! 0 => thickness of the tbl = thickness of the first wet cell 
    27 ! only for nn_isf = 1 
    28    nn_isfblk   = 1         ! 1 ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
    29    !                       ! 2 ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
    30    nn_gammablk = 1         ! 0 = cst Gammat (= gammat/s) 
    31    !                       ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
    32    !                       ! 2 = velocity and stability dependent Gamma    (Holland et al. 1999) 
     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'  ,    ''    ,   ''     ,    '' 
    3334/ 
Note: See TracChangeset for help on using the changeset viewer.