Changeset 2514
- Timestamp:
- 2010-12-23T17:06:35+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90
r2326 r2514 48 48 REAL(wp) :: xsi0r !: inverse of rn_si0 49 49 REAL(wp) :: xsi1r !: inverse of rn_si1 50 !$AGRIF_DO_NOT_TREAT51 50 TYPE(FLD), ALLOCATABLE, DIMENSION(:) :: sf_chl ! structure of input Chl (file informations, fields read) 52 51 INTEGER, PUBLIC :: nksr ! levels below which the light cannot penetrate ( depth larger than 391 m) 53 52 REAL(wp), DIMENSION(3,61) :: rkrgb !: tabulated attenuation coefficients for RGB absorption 54 !$AGRIF_END_DO_NOT_TREAT55 53 56 54 !! * Substitutions
Note: See TracChangeset
for help on using the changeset viewer.