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 1119 for trunk/NEMO/TOP_SRC/PISCES/p4zbio.F90 – NEMO

Ignore:
Timestamp:
2008-06-20T17:17:41+02:00 (16 years ago)
Author:
cetlod
Message:

style of all top namelist has been modified ; update modules to take it into account, see ticket:196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/p4zbio.F90

    r1073 r1119  
    1515   !!---------------------------------------------------------------------- 
    1616   USE oce_trc         ! 
    17    USE trp_trc         !  
     17   USE trc         !  
    1818   USE sms_pisces      !  
    1919   USE p4zsink         !  
     
    131131 
    132132# if defined key_trc_dia3d && defined key_kriest 
    133 !!gm potential bug  hard coded index on trc3d 
    134       trc3d(:,:,:,11) = tra(:,:,:,jpcal) * xnegtr(:,:,:) * 1.e3 * rfact2r 
     133      trc3d(:,:,:,jp_pcs0_3d + 10) = tra(:,:,:,jpcal) * xnegtr(:,:,:) * 1.e3 * rfact2r 
    135134# endif 
    136135      ! 
Note: See TracChangeset for help on using the changeset viewer.