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 2514 for branches – NEMO

Changeset 2514 for branches


Ignore:
Timestamp:
2010-12-23T17:06:35+01:00 (13 years ago)
Author:
smasson
Message:

v33b: bugfix for agrif when using Chlorophyll data, introduced in ticket #688

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90

    r2326 r2514  
    4848   REAL(wp) ::   xsi0r                           !: inverse of rn_si0 
    4949   REAL(wp) ::   xsi1r                           !: inverse of rn_si1 
    50 !$AGRIF_DO_NOT_TREAT 
    5150   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_chl   ! structure of input Chl (file informations, fields read) 
    5251   INTEGER, PUBLIC ::   nksr              ! levels below which the light cannot penetrate ( depth larger than 391 m) 
    5352   REAL(wp), DIMENSION(3,61) ::   rkrgb   !: tabulated attenuation coefficients for RGB absorption 
    54 !$AGRIF_END_DO_NOT_TREAT 
    5553 
    5654   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.