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

Ignore:
Timestamp:
2009-02-20T11:32:52+01:00 (15 years ago)
Author:
cetlod
Message:

update modules to take into account the mask land points in NetCDF outputs, see ticket:322

File:
1 edited

Legend:

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

    r1289 r1329  
    128128 
    129129# if defined key_trc_dia3d && defined key_kriest 
    130       trc3d(:,:,:,jp_pcs0_3d + 10) = tra(:,:,:,jpcal) * xnegtr(:,:,:) * 1.e3 * rfact2r 
     130      trc3d(:,:,:,jp_pcs0_3d + 10) = tra(:,:,:,jpcal) & 
     131     &                              * xnegtr(:,:,:) * 1.e3 * rfact2r  * tmask(:,:,:) 
    131132# endif 
    132133      ! 
Note: See TracChangeset for help on using the changeset viewer.