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 1975 for branches/DEV_r1837_MLF/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2010-06-28T19:22:14+02:00 (14 years ago)
Author:
mlelod
Message:

ticket: #663 MLF: first part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1837_MLF/NEMO/OPA_SRC/step.F90

    r1793 r1975  
    116116   USE restart         ! ocean restart                    (rst_wri routine) 
    117117   USE prtctl          ! Print control                    (prt_ctl routine) 
     118   ! - ML -  
     119   USE diatrb          ! global tracer conservation       (dia_trb  routine) 
    118120 
    119121#if defined key_agrif 
     
    317319 
    318320                               CALL ssh_nxt( kstp )         ! sea surface height at next time step 
     321                               CALL dia_trb( kstp )         ! - ML - global conservation diagnostics 
    319322 
    320323      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
Note: See TracChangeset for help on using the changeset viewer.