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 3446 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zint.F90 – NEMO

Ignore:
Timestamp:
2012-08-10T13:13:55+02:00 (12 years ago)
Author:
cetlod
Message:

branch:2012/dev_r3438_LOCEAN15_PISLOB : 2nd step new PISCES updates from Olivier, see ticket #972

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zint.F90

    r3443 r3446  
    5252      tgfunc2(:,:,:) = EXP( 0.07608  * tsn(:,:,:,jp_tem) ) 
    5353 
    54       ! Computation of the silicon dependant half saturation 
    55       ! constant for silica uptake 
     54      ! Computation of the silicon dependant half saturation  constant for silica uptake 
    5655      ! --------------------------------------------------- 
    5756      DO ji = 1, jpi 
     
    6362      ! 
    6463      IF( nday_year == nyear_len(1) ) THEN 
    65          xksi    = xksimax 
    66          xksimax = 0._wp 
     64         xksi   (:,:) = xksimax(:,:) 
     65         xksimax(:,:) = 0._wp 
    6766      ENDIF 
    6867      ! 
Note: See TracChangeset for help on using the changeset viewer.