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 2224 for branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/TRA – NEMO

Ignore:
Timestamp:
2010-10-12T16:04:22+02:00 (14 years ago)
Author:
rblod
Message:

Correct update from the trunk of DEV_r2106_LOCEAN2010

File:
1 edited

Legend:

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

    r2148 r2224  
    4747    
    4848   ! Module variables 
     49!$AGRIF_DO_NOT_TREAT 
    4950   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_chl   ! structure of input Chl (file informations, fields read) 
    5051   INTEGER, PUBLIC ::   nksr              ! levels below which the light cannot penetrate ( depth larger than 391 m) 
    5152   REAL(wp), DIMENSION(3,61) ::   rkrgb   !: tabulated attenuation coefficients for RGB absorption 
     53!$AGRIF_END_DO_NOT_TREAT 
    5254 
    5355   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.