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 2382 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2010-11-13T14:08:12+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: C1D - bug correction to compile with key_c1d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r2348 r2382  
    22   !!====================================================================== 
    33   !!                       ***  MODULE step_oce  *** 
    4    !! Time-stepping    : module used for the ocean time stepping 
     4   !! Ocean time-stepping : module used in both initialisation phase and time stepping 
    55   !!====================================================================== 
    6    !!---------------------------------------------------------------------- 
    7    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    8    !! $Id$ 
    9    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     6   !! History :   3.3  ! 2010-08  (C. Ethe)  Original code - reorganisation of the initial phase 
    107   !!---------------------------------------------------------------------- 
    118   USE oce              ! ocean dynamics and tracers variables 
     
    103100   USE agrif_opa_sponge ! Momemtum and tracers sponges 
    104101#endif 
     102   !!---------------------------------------------------------------------- 
     103   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     104   !! $Id$ 
     105   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    105106   !!====================================================================== 
    106107END MODULE step_oce 
Note: See TracChangeset for help on using the changeset viewer.