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 2132 for branches/devmercator2010_1/NEMO/OPA_SRC/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2010-09-29T17:31:36+02:00 (14 years ago)
Author:
cbricaud
Message:

add change from DEV_r1784_GLS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devmercator2010_1/NEMO/OPA_SRC/IOM/restart.F90

    r1613 r2132  
    2626   USE zdfmxl          ! mixed layer depth 
    2727   USE trdmld_oce      ! ocean active mixed layer tracers trends variables 
     28#if defined key_zdfgls 
     29   USE zdfbfr, ONLY : wbotu, wbotv ! bottom stresses 
     30   USE zdf_oce 
     31#endif 
    2832 
    2933   IMPLICIT NONE 
     
    136140#endif 
    137141 
     142#if defined key_zdfgls 
     143      ! Save bottom stresses 
     144      CALL iom_rstput( kt, nitrst, numrow, 'wbotu' , wbotu ) 
     145      CALL iom_rstput( kt, nitrst, numrow, 'wbotv' , wbotv ) 
     146#endif 
     147 
    138148      IF( kt == nitrst ) THEN 
    139149         CALL iom_close( numrow )     ! close the restart file (only at last time step) 
Note: See TracChangeset for help on using the changeset viewer.