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.
namtra_qsr in NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/doc/namelists – NEMO

source: NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/doc/namelists/namtra_qsr @ 10324

Last change on this file since 10324 was 10324, checked in by davestorkey, 5 years ago

UKMO/dev_r9950_old_tidal_mixing: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

  • Property svn:mime-type set to text/x-fortran
File size: 1.5 KB
Line 
1!-----------------------------------------------------------------------
2&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
3!-----------------------------------------------------------------------
4   !                       !  type of penetration                        (default: NO selection)
5   ln_qsr_rgb  = .false.      !  RGB light penetration (Red-Green-Blue)
6   ln_qsr_2bd  = .false.      !  2BD light penetration (two bands)
7   ln_qsr_bio  = .false.      !  bio-model light penetration
8   !                       !  RGB & 2BD choices:
9   rn_abs      =   0.58       !  RGB & 2BD: fraction absorbed in the very near surface
10   rn_si0      =   0.35       !  RGB & 2BD: shortess depth of extinction
11   nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0)
12   rn_si1      =   23.0       !  2BD : longest depth of extinction
13   
14   cn_dir      = './'      !  root directory for the chlorophyl data location
15   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
16   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
17   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
18   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , ''
19/
Note: See TracBrowser for help on using the repository browser.