Changeset 2515
- Timestamp:
- 2010-12-23T17:08:58+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMO/OPA_SRC/TRA/traqsr.F90
r2031 r2515 45 45 46 46 ! Module variables 47 !$AGRIF_DO_NOT_TREAT48 47 TYPE(FLD), ALLOCATABLE, DIMENSION(:) :: sf_chl ! structure of input Chl (file informations, fields read) 49 48 INTEGER :: nksr ! levels below which the light cannot penetrate ( depth larger than 391 m) 50 49 REAL(wp), DIMENSION(3,61) :: rkrgb !: tabulated attenuation coefficients for RGB absorption 51 !$AGRIF_END_DO_NOT_TREAT52 50 53 51 !! * Substitutions
Note: See TracChangeset
for help on using the changeset viewer.