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 6322 for branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Namelist – NEMO

Ignore:
Timestamp:
2016-02-18T08:38:04+01:00 (8 years ago)
Author:
gm
Message:

#1629: DOC of v3.6_stable : update the introduction and Qsr, add new tidal mixing param.

Location:
branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Namelist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Namelist/namsbc_alb

    r4147 r6322  
    22&namsbc_alb    !   albedo parameters 
    33!----------------------------------------------------------------------- 
    4    rn_cloud    =    0.06   !  cloud correction to snow and ice albedo 
    5    rn_albice   =    0.53   !  albedo of melting ice in the arctic and antarctic 
    6    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    7    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    8    rn_alphdi   =    0.72   !  (Pyane, 1972) 
     4   nn_ice_alb  =    0   !  parameterization of ice/snow albedo 
     5                        !     0: Shine & Henderson-Sellers (JGR 1985) 
     6                        !     1: "home made" based on Brandt et al. (J. Climate 2005) 
     7                        !                         and Grenfell & Perovich (JGR 2004) 
     8   rn_albice   =  0.53  !  albedo of bare puddled ice (values from 0.49 to 0.58) 
     9                        !     0.53 (default) => if nn_ice_alb=0 
     10                        !     0.50 (default) => if nn_ice_alb=1 
    911/ 
  • branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Namelist/namtra_qsr

    r5890 r6322  
    1111   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    1212   ln_qsr_bio  = .false.   !  bio-model light penetration 
    13    nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
     13   nn_chldta   =      1    !  RGB : 2D Chl data (=1), 3D Chl data (=2) or cst value (=0) 
    1414   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    1515   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
Note: See TracChangeset for help on using the changeset viewer.