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 2326 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/TOP_SRC/PISCES – NEMO

Ignore:
Timestamp:
2010-10-28T11:06:10+02:00 (14 years ago)
Author:
cetlod
Message:

correction of minor bugs on bio-optical retroaction when using PISCES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zopt.F90

    r2317 r2326  
    234234      !!---------------------------------------------------------------------- 
    235235 
    236 !!      CALL trc_oce_rgb( xkrgb )                  ! tabulated attenuation coefficients 
    237       CALL trc_oce_rgb_read( xkrgb )               ! tabulated attenuation coefficients 
     236      CALL trc_oce_rgb( xkrgb )                  ! tabulated attenuation coefficients 
     237!!      CALL trc_oce_rgb_read( xkrgb )               ! tabulated attenuation coefficients 
    238238      nksrp = trc_oce_ext_lev( r_si2, 0.33e2 )     ! max level of light extinction (Blue Chl=0.01) 
    239239      IF(lwp) WRITE(numout,*) '        level of light extinction = ', nksrp, ' ref depth = ', gdepw_0(nksrp+1), ' m' 
    240240      ! 
    241       etot (:,:,:) = 0.e0 
    242       enano(:,:,:) = 0.e0 
    243       ediat(:,:,:) = 0.e0 
     241                         etot (:,:,:) = 0.e0 
     242                         enano(:,:,:) = 0.e0 
     243                         ediat(:,:,:) = 0.e0 
    244244      IF( ln_qsr_bio )   etot3(:,:,:) = 0.e0 
    245  
    246245      !  
    247246   END SUBROUTINE p4z_opt_init 
Note: See TracChangeset for help on using the changeset viewer.