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 2317 for branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE – NEMO

Ignore:
Timestamp:
2010-10-26T18:01:34+02:00 (14 years ago)
Author:
cetlod
Message:

Improve the computation of the divergence of the downward solar irradiance in traqsr.F90, see ticket #726

  • change fsdepw & fse3t into fsdepw_0 & fse3t_0 in tra_qsr_init
  • modify tra_qsr to recompute systematically etot3 in vvl case
  • suppress the namelist parameter rn_si2 which is computed as the RGB longest depth of extinction in trc_oce.F90
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r2294 r2317  
    198198   cn_dir      = './'      !  root directory for the location of the runoff files 
    199199   ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    200    ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration 
    201    ln_qsr_2bd  = .false.   !  2 bands              light penetration 
     200   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
     201   ln_qsr_2bd  = .true.    !  2 bands              light penetration 
    202202   ln_qsr_bio  = .false.   !  bio-model light penetration 
    203203   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     
    205205   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
    206206   rn_si1      =   23.0    !  2 bands: longest depth of extinction 
    207    rn_si2      =   62.0    !  3 bands: longest depth of extinction (for blue waveband & 0.01 mg/m2 Chl) 
    208207/ 
    209208!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.