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 579 for trunk/NEMO/OPA_SRC/restart.F90 – NEMO

Ignore:
Timestamp:
2006-11-14T10:38:52+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_080: CT : compilation error correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/restart.F90

    r557 r579  
    2727   USE zpshde          ! partial step: hor. derivative (zps_hde routine) 
    2828   USE eosbn2          ! equation of state            (eos bn2 routine) 
     29   USE trdmld_oce      ! ocean active mixed layer tracers trends variables 
    2930 
    3031   IMPLICIT NONE 
     
    3637 
    3738   LOGICAL, PUBLIC ::   lrst_oce                  !: logical to control the oce restart write  
    38    INTEGER, PUBLIC ::   numror, numrow, nummldw   !: logical unit for cean restart (read and write) 
     39   INTEGER, PUBLIC ::   numror, numrow            !: logical unit for cean restart (read and write) 
    3940 
    4041   !! * Substitutions 
     
    161162      IF( kt == nitrst ) THEN 
    162163         CALL iom_close( numrow )     ! close the restart file (only at last time step) 
    163          lrst_oce = .FALSE. 
     164         IF( .NOT. lk_trdmld )   lrst_oce = .FALSE. 
    164165      ENDIF 
    165166      ! 
Note: See TracChangeset for help on using the changeset viewer.