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 utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/src – NEMO

source: utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/src/step_oce.f90 @ 13024

Last change on this file since 13024 was 13024, checked in by rblod, 4 years ago

First version of new nesting tools merged with domaincfg, see ticket #2129

File size: 1.2 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 dom_oce          ! ocean space and time domain variables
10
11   USE daymod           ! calendar                         (day     routine)
12
13
14   USE prtctl           ! Print control                    (prt_ctl routine)
15
16   USE in_out_manager   ! I/O manager
17   USE iom              !
18   USE lbclnk
19   USE timing           ! Timing
20
21
22
23   !!----------------------------------------------------------------------
24   !! NEMO/OPA 3.7 , NEMO Consortium (2014)
25   !! $Id: step_oce.F90 6140 2015-12-21 11:35:23Z timgraham $
26   !! Software governed by the CeCILL licence     (./LICENSE)
27   !!======================================================================
28END MODULE step_oce
Note: See TracBrowser for help on using the repository browser.