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

Ignore:
Timestamp:
2015-10-26T10:08:06+01:00 (9 years ago)
Author:
timgraham
Message:

Upgraded to trunk revision r5518 (NEMO 3.6 stable)

Location:
branches/2014/dev_r4650_UKMO12_CFL_diags_take2/DOC/TexFiles/Namelist
Files:
5 edited
3 copied

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/DOC/TexFiles/Namelist/nambfr

    r4147 r5832  
    55                           !                              = 2 : nonlinear friction 
    66   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    7    rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
     7   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
     8   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    89   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    9    rn_bfrz0    =    3.e-3  ! bottom roughness for loglayer bfr coeff  
     10   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T 
    1011   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    1112   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     13   rn_tfri1    =    4.e-4  !  top drag coefficient (linear case) 
     14   rn_tfri2    =    2.5e-3 !  top drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
     15   rn_tfri2_max =   1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T) 
     16   rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2) 
     17   rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T 
     18   ln_tfr2d    = .false.   !  horizontal variation of the top friction coef (read a 2D mask file ) 
     19   rn_tfrien   =    50.    !  local multiplying factor of tfr (ln_tfr2d=T) 
     20 
    1221   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
     22   ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
    1323/ 
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/DOC/TexFiles/Namelist/namdyn_hpg

    r4147 r5832  
    55   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    66   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     7   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to ice shelf cavity 
    78   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    89   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/DOC/TexFiles/Namelist/namsbc

    r4230 r5832  
    1919   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    2020   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     21   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
     22                           !  0 =no isf                  1 = presence of ISF 
     23                           !  2 = bg03 parametrisation   3 = rnf file for isf 
     24                           !  4 = ISF fwf specified 
     25                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    2126   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    2227   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked 
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/DOC/TexFiles/Namelist/namtra_dmp

    r3294 r5832  
    22&namtra_dmp    !   tracer: T & S newtonian damping 
    33!----------------------------------------------------------------------- 
    4    ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
    5    nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    6                            !                   =XX, damping poleward of XX degrees (XX>0) 
    7                            !                      + F(distance-to-coast) + Red and Med Seas 
    8    nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column 
    9                            !                   =1 no damping in the mixing layer (kz  criteria) 
    10                            !                   =2 no damping in the mixed  layer (rho crieria) 
    11    rn_surf     =   50.     !  surface time scale of damping   [days] 
    12    rn_bot      =  360.     !  bottom  time scale of damping   [days] 
    13    rn_dep      =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
    14    nn_file     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
     4   ln_tradmp   =  .true.     !  add a damping termn (T) or not (F) 
     5   nn_zdmp     =    0        !  vertical   shape =0    damping throughout the water column 
     6                             !                   =1 no damping in the mixing layer (kz  criteria) 
     7                             !                   =2 no damping in the mixed  layer (rho crieria) 
     8   cn_resto    = 'resto.nc'  ! Name of file containing restoration coefficient field (use dmp_tools to create this) 
     9 
    1510/ 
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/DOC/TexFiles/Namelist/namzgr

    r3294 r5832  
    55   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    66   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
     7   ln_isfcav   = .false.   !  ice shelf cavity               (T/F) 
    78/ 
Note: See TracChangeset for help on using the changeset viewer.