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

Ignore:
Timestamp:
2010-10-12T20:49:32+02:00 (14 years ago)
Author:
cetlod
Message:

First guess of NEMO_v3.3

File:
1 edited

Legend:

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

    r2148 r2236  
    2121   USE in_out_manager  ! I/O manager 
    2222   USE iom             ! I/O module 
    23    USE c1d             ! re-initialization of u-v mask for the 1D configuration 
    2423   USE zpshde          ! partial step: hor. derivative (zps_hde routine) 
    2524   USE eosbn2          ! equation of state            (eos bn2 routine) 
     
    2928   USE domvvl          ! variable volume 
    3029   USE traswp          ! swap from 4D T-S to 3D T & S and vice versa 
     30#if defined key_zdfgls 
     31   USE zdfbfr, ONLY : wbotu, wbotv ! bottom stresses 
     32   USE zdf_oce 
     33#endif 
    3134 
    3235   IMPLICIT NONE 
     
    4649   !! NEMO/OPA 3.3 , LOCEAN-IPSL (2010)  
    4750   !! $Id$ 
    48    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     51   !! Software governed by the CeCILL licence  (NEMOGCM/License_CeCILL.txt) 
    4952   !!---------------------------------------------------------------------- 
    5053 
     
    142145#endif 
    143146 
     147#if defined key_zdfgls 
     148      ! Save bottom stresses 
     149      CALL iom_rstput( kt, nitrst, numrow, 'wbotu' , wbotu ) 
     150      CALL iom_rstput( kt, nitrst, numrow, 'wbotv' , wbotv ) 
     151#endif 
     152 
    144153      IF( kt == nitrst ) THEN 
    145154         CALL iom_close( numrow )     ! close the restart file (only at last time step) 
Note: See TracChangeset for help on using the changeset viewer.