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/2012/dev_NOC_MERCATOR_2012/NEMOGCM/NEMO/OPA_SRC – NEMO

source: branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 @ 3651

Last change on this file since 3651 was 3651, checked in by cbricaud, 11 years ago

merge dev_MERCATOR_2012_rev3555 into dev_NOC_MERCATOR_2012 ; see ticket 1020

  • Property svn:keywords set to Id
File size: 6.5 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   !!----------------------------------------------------------------------
8   USE oce              ! ocean dynamics and tracers variables
9   USE dom_oce          ! ocean space and time domain variables
10   USE zdf_oce          ! ocean vertical physics variables
11   USE ldftra_oce       ! ocean tracer   - trends
12   USE ldfdyn_oce       ! ocean dynamics - trends
13   USE in_out_manager   ! I/O manager
14   USE iom              !
15   USE lbclnk
16
17   USE daymod           ! calendar                         (day     routine)
18
19   USE sbcmod           ! surface boundary condition       (sbc     routine)
20   USE sbcrnf           ! surface boundary condition: runoff variables
21   USE sbccpl           ! surface boundary condition: coupled formulation (call send at end of step)
22   USE cpl_oasis3, ONLY : lk_cpl
23   USE sbctide          ! Tide initialisation
24
25   USE traqsr           ! solar radiation penetration      (tra_qsr routine)
26   USE trasbc           ! surface boundary condition       (tra_sbc routine)
27   USE trabbc           ! bottom boundary condition        (tra_bbc routine)
28   USE trabbl           ! bottom boundary layer            (tra_bbl routine)
29   USE tradmp           ! internal damping                 (tra_dmp routine)
30   USE traadv           ! advection scheme control     (tra_adv_ctl routine)
31   USE traldf           ! lateral mixing                   (tra_ldf routine)
32   !   zdfkpp           ! KPP non-local tracer fluxes      (tra_kpp routine)
33   USE trazdf           ! vertical mixing                  (tra_zdf routine)
34   USE tranxt           ! time-stepping                    (tra_nxt routine)
35   USE tranpc           ! non-penetrative convection       (tra_npc routine)
36
37   USE eosbn2           ! equation of state                (eos_bn2 routine)
38
39   USE dynadv           ! advection                        (dyn_adv routine)
40   USE dynbfr           ! Bottom friction terms            (dyn_bfr routine)
41   USE dynvor           ! vorticity term                   (dyn_vor routine)
42   USE dynhpg           ! hydrostatic pressure grad.       (dyn_hpg routine)
43   USE dynldf           ! lateral momentum diffusion       (dyn_ldf routine)
44   USE dynzdf           ! vertical diffusion               (dyn_zdf routine)
45   USE dynspg_oce       ! surface pressure gradient        (dyn_spg routine)
46   USE dynspg           ! surface pressure gradient        (dyn_spg routine)
47   USE dynnept          ! simp. form of Neptune effect(dyn_nept_cor routine)
48
49   USE dynnxt           ! time-stepping                    (dyn_nxt routine)
50
51   USE obc_par          ! open boundary condition variables
52   USE obcdta           ! open boundary condition data     (obc_dta routine)
53   USE obcrst           ! open boundary cond. restart      (obc_rst routine)
54   USE obcrad           ! open boundary cond. radiation    (obc_rad routine)
55
56   USE bdy_par          ! for lk_bdy
57   USE bdy_oce          ! for dmp logical
58   USE bdydta           ! open boundary condition data     (bdy_dta routine)
59   USE bdytra           ! bdy cond. for tracers            (bdy_tra routine)
60   USE bdydyn3d         ! bdy cond. for baroclinic vel.  (bdy_dyn3d routine)
61
62   USE sshwzv           ! vertical velocity and ssh        (ssh_wzv routine)
63
64   USE ldfslp           ! iso-neutral slopes               (ldf_slp routine)
65   USE ldfeiv           ! eddy induced velocity coef.      (ldf_eiv routine)
66   USE ldftra_smag      ! Smagirinsky diffusion            (ldftra_smag routine)
67   USE ldfdyn_smag      ! Smagorinsky viscosity            (ldfdyn_smag routine)
68
69   USE zdftmx           ! tide-induced vertical mixing     (zdf_tmx routine)
70   USE zdfbfr           ! bottom friction                  (zdf_bfr routine)
71   USE zdftke           ! TKE vertical mixing              (zdf_tke routine)
72   USE zdfgls           ! GLS vertical mixing              (zdf_gls routine)
73   USE zdfkpp           ! KPP vertical mixing              (zdf_kpp routine)
74   USE zdfddm           ! double diffusion mixing          (zdf_ddm routine)
75   USE zdfevd           ! enhanced vertical diffusion      (zdf_evd routine)
76   USE zdfric           ! Richardson vertical mixing       (zdf_ric routine)
77   USE zdfmxl           ! Mixed-layer depth                (zdf_mxl routine)
78
79   USE zpshde           ! partial step: hor. derivative     (zps_hde routine)
80
81   USE diawri           ! Standard run outputs             (dia_wri routine)
82   USE trdicp           ! Ocean momentum/tracers trends    (trd_wri routine)
83   USE trdmld           ! mixed-layer trends               (trd_mld routine)
84   USE trdmld_rst       ! restart for mixed-layer trends
85   USE trdmod_oce       ! ocean momentum/tracers trends
86   USE trdmod           ! momentum/tracers trends   
87   USE trdvor           ! vorticity budget                 (trd_vor routine)
88   USE diaptr           ! poleward transports              (dia_ptr routine)
89   USE diadct           ! sections transports              (dia_dct routine)
90   USE diaar5           ! AR5 diagnosics                   (dia_ar5 routine)
91   USE diahth           ! thermocline depth                (dia_hth routine)
92   USE diafwb           ! freshwater budget                (dia_fwb routine)
93   USE diahsb           ! heat, salt and volume budgets    (dia_hsb routine)
94   USE diaharm
95   USE flo_oce          ! floats variables
96   USE floats           ! floats computation               (flo_stp routine)
97
98   USE asminc           ! assimilation increments      (tra_asm_inc routine)
99   !                                                   (dyn_asm_inc routine)
100
101   USE stpctl           ! time stepping control            (stp_ctl routine)
102   USE restart          ! ocean restart                    (rst_wri routine)
103   USE prtctl           ! Print control                    (prt_ctl routine)
104
105   USE diaobs           ! Observation operator
106
107   USE timing           ! Timing           
108
109#if defined key_agrif
110   USE agrif_opa_sponge ! Momemtum and tracers sponges
111#endif
112   !!----------------------------------------------------------------------
113   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
114   !! $Id$
115   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt)
116   !!======================================================================
117END MODULE step_oce
Note: See TracBrowser for help on using the repository browser.