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/DYN/wzvmod.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/DYN/wzvmod.F90

    r1438 r1482  
    2525   USE obc_par         ! open boundary cond. parameter 
    2626   USE obc_oce 
     27   USE iom 
    2728 
    2829   IMPLICIT NONE 
     
    165166              &                       - fse3t_b(:,:,jk) ) * tmask(:,:,jk) / z2dt 
    166167      END DO 
     168      ! 
     169      CALL iom_put( "woce", wn   )                     ! vert. current 
     170      CALL iom_put( "ssh" , sshn )                     ! sea surface height 
    167171 
    168172      !                                           !------------------------------! 
Note: See TracChangeset for help on using the changeset viewer.