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 1424 for trunk/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2009-05-06T18:22:11+02:00 (15 years ago)
Author:
ctlod
Message:

add light penetration following 3 wavebands model (RGB) and the use of ocean color (chlorophyll), see ticket: #428

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1416 r1424  
    207207&namqsr        !   penetrative solar radiation 
    208208!----------------------------------------------------------------------- 
    209    ln_traqsr   = .true.    !  penetrative solar radiation (T) or not (F) 
    210    rabs        =   0.58    !  fraction of qsr associated with xsi1 
    211    xsi1        =   0.35    !  first depth of extinction 
    212    xsi2        =   23.0    !  second depth of extinction 
     209!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     210!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     211   sn_chl    =   'chlorophyll'      ,        -1.        , 'CHLA'     ,    .true.      , .true.  ,   'yearly'  , ''       , '' 
     212! 
     213   cn_dir      = './'      !  root directory for the location of the runoff files 
     214   ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
     215   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
     216   ln_qsr_bio  = .false.   !  bio-model light penetration 
     217   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     218   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
     219   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
     220   rn_si1      =   23.0    !  2 bands: longest depth of extinction 
     221   rn_si2      =   62.0    !  3 bands: longest depth of extinction (for blue waveband & 0.01 mg/m2 Chl) 
    213222/ 
    214223!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.