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 8637 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-10-18T19:14:32+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.3 - phasing with updated branch dev_r8183_ICEMODEL revision 8626

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8586 r8637  
    195195                           !  =1 use observed ice-cover      , 
    196196                           !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     197                           !          except in AGRIF zoom where it has to be specified 
    197198   ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges) 
    198199                           !  =F levitating ice (no pressure, mass and salt exchanges) 
     
    257258   rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    258259   !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    259    ln_Cd_L12   = .false.   !  air-ice and ocean-ice drags = F(ice concentration) (Lupkes et al. JGR 2012) 
     260   ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
     261   ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
    260262/ 
    261263!----------------------------------------------------------------------- 
     
    312314   sn_frq      = 'sas_grid_T',     120           , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    313315 
    314    l_sasread   = .true.    !  =T Read the above fields in a file, =F initialize to 0. in sbcssm.F90 if .FALSE. 
     316   l_sasread   = .true.    !  =T Read the above fields in a file, =F initialize to 0. in sbcssm.F90 
    315317   ln_3d_uve   = .true.    !  specify whether we are supplying a 3D u,v and e3 field 
    316318   ln_read_frq = .false.   !  specify whether we must read frq or not 
     
    768770! 
    769771!----------------------------------------------------------------------- 
    770 &nam_vvl    !   vertical coordinate options                             (default: z-star) 
     772&nam_vvl       !   vertical coordinate options                             (default: z-star) 
    771773!----------------------------------------------------------------------- 
    772774   ln_vvl_zstar  = .true.           !  z-star vertical coordinate 
     
    775777   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
    776778   ln_vvl_zstar_at_eqtor  = .false. !  ztilde near the equator 
    777    rn_ahe3       =  0.0e0           !  thickness diffusion coefficient 
    778    rn_rst_e3t    = 30.0e0           !  ztilde to zstar restoration timescale [days] 
    779    rn_lf_cutoff  =  5.0e0           !  cutoff frequency for low-pass filter  [days] 
    780    rn_zdef_max   =  0.9e0           !  maximum fractional e3t deformation 
     779   rn_ahe3       =  0.0             !  thickness diffusion coefficient 
     780   rn_rst_e3t    = 30.0             !  ztilde to zstar restoration timescale [days] 
     781   rn_lf_cutoff  =  5.0             !  cutoff frequency for low-pass filter  [days] 
     782   rn_zdef_max   =  0.9             !  maximum fractional e3t deformation 
    781783   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    782784/ 
Note: See TracChangeset for help on using the changeset viewer.