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 13323 – NEMO

Changeset 13323


Ignore:
Timestamp:
2020-07-17T19:08:12+02:00 (4 years ago)
Author:
smueller
Message:

Repair of the tracer.stat time-series computation (ticket #2497)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/TOP/trcstp.F90

    r12136 r13323  
    7979            cvol(:,:,jk) = e1e2t(:,:) * e3t_n(:,:,jk) * tmask(:,:,jk) 
    8080         END DO 
    81          IF ( ln_ctl .OR. kt == nitrst .OR. ( ln_check_mass .AND. kt == nitend )              & 
     81         IF ( ll_trcstat .OR. kt == nitrst .OR. ( ln_check_mass .AND. kt == nitend )          & 
    8282            & .OR. iom_use( "pno3tot" ) .OR. iom_use( "ppo4tot" ) .OR. iom_use( "psiltot" )   & 
    8383            & .OR. iom_use( "palktot" ) .OR. iom_use( "pfertot" ) )                           & 
Note: See TracChangeset for help on using the changeset viewer.