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 1482 for trunk/NEMO/OPA_SRC/TRA/traadv.F90 – NEMO

Ignore:
Timestamp:
2009-07-03T17:28:06+02:00 (15 years ago)
Author:
smasson
Message:

distribution of iom_put + cleaning of LIM2 outputs, see ticket:437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/traadv.F90

    r1152 r1482  
    44   !! Ocean active tracers:  advection trend  
    55   !!============================================================================== 
    6    !! History :  9.0  !  05-11  (G. Madec)  Original code 
     6   !! History :  2.0  !  05-11  (G. Madec)  Original code 
    77   !!---------------------------------------------------------------------- 
    88 
     
    2424   USE in_out_manager  ! I/O manager 
    2525   USE prtctl          ! Print control 
     26   USE iom 
    2627 
    2728   IMPLICIT NONE 
     
    4445#  include "vectopt_loop_substitute.h90" 
    4546   !!---------------------------------------------------------------------- 
    46    !!   OPA 9.0 , LOCEAN-IPSL (2006)  
     47   !! NEMO/OPA 3.2 , LOCEAN-IPSL (2009)  
    4748   !! $Id$  
    4849   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     
    114115            &                        tab3d_2=sa, clinfo2=       ' Sa: ', mask2=tmask, clinfo3='tra' ) 
    115116      END SELECT 
     117        
     118      CALL iom_put( "uoce_eff", zun )   ! effective i-current       
     119      CALL iom_put( "voce_eff", zvn )   ! effective j-current 
     120      CALL iom_put( "woce_eff", zwn )   ! effective vert. current 
     121 
    116122      !                                              ! print mean trends (used for debugging) 
    117123      IF(ln_ctl)   CALL prt_ctl( tab3d_1=ta, clinfo1=' adv  - Ta: ', mask1=tmask,               & 
Note: See TracChangeset for help on using the changeset viewer.