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 3878 for branches/2013/dev_r3858_CNRS3_Ediag/NEMOGCM/NEMO/OPA_SRC/IOM – NEMO

Ignore:
Timestamp:
2013-04-20T06:11:18+02:00 (11 years ago)
Author:
gm
Message:

dev_r3858_CNRS3_Ediag: #927 finalize the phasing with 2011/dev_r3309_LOCEAN12_Ediag branche

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_CNRS3_Ediag/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r3680 r3878  
    2222   USE iom             ! I/O module 
    2323   USE eosbn2          ! equation of state            (eos bn2 routine) 
    24    USE trdmld_oce      ! ocean active mixed layer tracers trends variables 
     24   USE trdmxl_oce      ! ocean active mixed layer tracers trends variables 
    2525   USE domvvl          ! variable volume 
    2626   USE divcur          ! hor. divergence and curl      (div & cur routines) 
     
    134134      IF( kt == nitrst ) THEN 
    135135         CALL iom_close( numrow )     ! close the restart file (only at last time step) 
    136          IF( .NOT. lk_trdmld )   lrst_oce = .FALSE. 
     136!!gm         IF( .NOT. lk_trdmld )   lrst_oce = .FALSE. 
     137         lrst_oce = .FALSE. 
    137138      ENDIF 
    138139      ! 
Note: See TracChangeset for help on using the changeset viewer.