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 2515 for trunk/NEMO/OPA_SRC – NEMO

Changeset 2515 for trunk/NEMO/OPA_SRC


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/traqsr.F90

    r2031 r2515  
    4545    
    4646   ! Module variables 
    47 !$AGRIF_DO_NOT_TREAT 
    4847   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_chl   ! structure of input Chl (file informations, fields read) 
    4948   INTEGER ::   nksr   ! levels below which the light cannot penetrate ( depth larger than 391 m) 
    5049   REAL(wp), DIMENSION(3,61) ::   rkrgb   !: tabulated attenuation coefficients for RGB absorption 
    51 !$AGRIF_END_DO_NOT_TREAT 
    5250 
    5351   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.