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

Ignore:
Timestamp:
2021-08-13T15:09:12+02:00 (3 years ago)
Author:
techene
Message:

#2715 MLF & RK3 : change time level arguments of restart write routine, RK3 : only read/write Kbb fields

File:
1 edited

Legend:

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

    r14086 r15191  
    3030   PRIVATE 
    3131 
    32    PUBLIC   trc_stp    ! called by step 
     32   PUBLIC   trc_stp    ! called by step or stpmlf 
    3333 
    3434   LOGICAL  ::   llnew                   ! ??? 
     
    114114         IF(lwm) CALL FLUSH( numont )                     ! flush namelist output 
    115115      ENDIF 
    116       IF( lrst_trc )            CALL trc_rst_wri  ( kt, Kmm, Kaa, Kbb  )       ! write tracer restart file 
     116      IF( lrst_trc )            CALL trc_rst_wri  ( kt, Kbb, Kmm, Kaa  )       ! write tracer restart file 
     117!     IF( lrst_trc )            CALL trc_rst_wri  ( kt, Kmm, Kaa, Kbb  )       ! write tracer restart file 
     118 
    117119      IF( lk_trdmxl_trc  )      CALL trd_mxl_trc  ( kt,      Kaa       )       ! trends: Mixed-layer 
    118120      ! 
Note: See TracChangeset for help on using the changeset viewer.