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/LDF/ldfeiv.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/LDF/ldfeiv.F90

    r1438 r1482  
    2222   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2323   USE prtctl          ! Print control 
     24   USE iom 
    2425 
    2526   IMPLICIT NONE 
     
    214215      ENDIF 
    215216 
     217      CALL iom_put( "aht2d"    , ahtw )   ! lateral eddy diffusivity 
     218      CALL iom_put( "aht2d_eiv", aeiw )   ! EIV lateral eddy diffusivity 
     219 
    216220   END SUBROUTINE ldf_eiv 
    217221 
Note: See TracChangeset for help on using the changeset viewer.