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 4904 for branches/2014/dev_CNRS_2014 – NEMO

Ignore:
Timestamp:
2014-11-27T17:21:11+01:00 (9 years ago)
Author:
cetlod
Message:

2014/dev_CNRS_2014 :minor correction, see ticket #1415

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS_2014/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90

    r4903 r4904  
    329329      IF( l_trdtra ) THEN     ! qsr tracers trends saved for diagnostics 
    330330         ztrdt(:,:,:) = tsa(:,:,:,jp_tem) - ztrdt(:,:,:) 
    331          CALL trd_tra( kt, 'TRA', jp_tem, jptra_trd_qsr, ztrdt ) 
     331         CALL trd_tra( kt, 'TRA', jp_tem, jptra_qsr, ztrdt ) 
    332332         CALL wrk_dealloc( jpi, jpj, jpk, ztrdt )  
    333333      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.