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

Ignore:
Timestamp:
2011-01-17T17:22:58+01:00 (13 years ago)
Author:
cetlod
Message:

Suppression of special characters in the name of output variables & check consistency with iodef.xml

File:
1 edited

Legend:

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

    r2558 r2561  
    9090         &              CALL tra_adv_eiv( kt, zun, zvn, zwn, 'TRA' )          ! add the eiv transport (if necessary) 
    9191      ! 
    92       CALL iom_put( "uoce_eff", zun )                                         ! output effective transport       
    93       CALL iom_put( "voce_eff", zvn ) 
    94       CALL iom_put( "woce_eff", zwn ) 
     92      CALL iom_put( "uocetr_eff", zun )                                         ! output effective transport       
     93      CALL iom_put( "vocetr_eff", zvn ) 
     94      CALL iom_put( "wocetr_eff", zwn ) 
    9595 
    9696      SELECT CASE ( nadv )                            !==  compute advection trend and add it to general trend  ==! 
Note: See TracChangeset for help on using the changeset viewer.