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

source: utils/tools_AGRIF_CMEMS_2020/DOMAINcfg/src/step_oce.f90 @ 10727

Last change on this file since 10727 was 10727, checked in by rblod, 5 years ago

new nesting tools (attempt) and brutal cleaning of DOMAINcfg, see ticket #2129

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