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 15619 for NEMO/branches/2021/dev_r14318_RK3_stage1/src/TOP/trcrst.F90 – NEMO

Ignore:
Timestamp:
2021-12-29T10:50:56+01:00 (2 years ago)
Author:
techene
Message:

#2715 cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/TOP/trcrst.F90

    r15321 r15619  
    160160      ! -------------------- 
    161161#if defined key_RK3 
    162       DO jn = 1, jptra      ! MLF : After time step (before the swap) put in TRN 
    163          CALL iom_rstput( kt, nitrst, numrtw, 'TRN'//ctrcnm(jn), tr(:,:,:,jn,Kaa) ) 
    164       END DO 
    165162      DO jn = 1, jptra      ! RK3 : After time step (before the swap) put in TRB 
    166163         CALL iom_rstput( kt, nitrst, numrtw, 'TRB'//ctrcnm(jn), tr(:,:,:,jn,Kaa) ) 
Note: See TracChangeset for help on using the changeset viewer.