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.
step_oce.f90 in branches/UKMO/r8395_cpl_tauwav/NEMOGCM/TOOLS/DOMAINcfg/src – NEMO

source: branches/UKMO/r8395_cpl_tauwav/NEMOGCM/TOOLS/DOMAINcfg/src/step_oce.f90 @ 12286

Last change on this file since 12286 was 12286, checked in by jcastill, 4 years ago

Remove svn keywords

File size: 1.3 KB
Line 
1MODULE step_oce
2   !!======================================================================
3   !!                       ***  MODULE step_oce  ***
4   !! Ocean time-stepping : module used in both initialisation phase and time stepping
5   !!======================================================================
6   !! History :   3.3  !  2010-08  (C. Ethe)  Original code - reorganisation of the initial phase
7   !!             3.7  !  2014-01  (G. Madec) LDF simplication
8   !!----------------------------------------------------------------------
9   USE oce              ! ocean dynamics and tracers variables
10   USE dom_oce          ! ocean space and time domain variables
11
12   USE daymod           ! calendar                         (day     routine)
13
14   USE eosbn2           ! equation of state                (eos_bn2 routine)
15
16   USE prtctl           ! Print control                    (prt_ctl routine)
17
18   USE in_out_manager   ! I/O manager
19   USE iom              !
20   USE lbclnk
21   USE timing           ! Timing
22
23
24   USE xios
25
26   !!----------------------------------------------------------------------
27   !! NEMO/OPA 3.7 , NEMO Consortium (2014)
28   !! $Id$
29   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt)
30   !!======================================================================
31END MODULE step_oce
Note: See TracBrowser for help on using the repository browser.