source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/DOMAINcfg/src/step_oce.f90 @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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
25   !!----------------------------------------------------------------------
26   !! NEMO/OPA 3.7 , NEMO Consortium (2014)
27   !! $Id: step_oce.F90 6140 2015-12-21 11:35:23Z timgraham $
28   !! Software governed by the CeCILL licence     (./LICENSE)
29   !!======================================================================
30END MODULE step_oce
Note: See TracBrowser for help on using the repository browser.