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 2996 for branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/NEMO/TOP_SRC – NEMO

Ignore:
Timestamp:
2011-10-25T19:18:54+02:00 (13 years ago)
Author:
mlelod
Message:

fix isopycnal diffusion issue and dynspg_ts bug. see ticket/863?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/NEMO/TOP_SRC/trcwri.F90

    r2567 r2996  
    6767      DO jn = 1, jptra 
    6868         cltra = TRIM( ctrcnm(jn) )                  ! short title for tracer 
    69          CALL iom_put( cltra, trn(:,:,:,jn) ) 
     69         IF( lk_vvl ) THEN 
     70            CALL iom_put( cltra, trn(:,:,:,jn) * fse3t_n(:,:,:) ) 
     71         ELSE 
     72            CALL iom_put( cltra, trn(:,:,:,jn) ) 
     73         END IF 
    7074      END DO 
    7175      ! 
Note: See TracChangeset for help on using the changeset viewer.