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 12278 for NEMO/trunk/src/OCE – NEMO

Changeset 12278 for NEMO/trunk/src/OCE


Ignore:
Timestamp:
2019-12-20T13:41:08+01:00 (4 years ago)
Author:
cetlod
Message:

trunk : minor correction in use of diaptr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/LDF/ldftra.F90

    r12277 r12278  
    910910      CALL iom_put( "veiv_heattr", zztmp * zw3d )                  !  heat transport in j-direction 
    911911      ! 
    912       IF( iom_use( 'sophteiv' ) )   CALL dia_ptr_hst( jp_tem, 'eiv', 0.5 * zw3d ) 
     912      IF( ln_diaptr )   CALL dia_ptr_hst( jp_tem, 'eiv', 0.5 * zw3d ) 
    913913      ! 
    914914      zztmp = 0.5_wp * 0.5 
     
    945945      CALL iom_put( "veiv_salttr", zztmp * zw3d )                  !  salt transport in j-direction 
    946946      ! 
    947       IF( iom_use( 'sopsteiv' ) ) CALL dia_ptr_hst( jp_sal, 'eiv', 0.5 * zw3d ) 
     947      IF( ln_diaptr ) CALL dia_ptr_hst( jp_sal, 'eiv', 0.5 * zw3d ) 
    948948      ! 
    949949      ! 
Note: See TracChangeset for help on using the changeset viewer.