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/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/NEMO/OPA_SRC – NEMO

source: branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 @ 6043

Last change on this file since 6043 was 6043, checked in by timgraham, 8 years ago

Merged head of trunk into branch

  • Property svn:keywords set to Id
File size: 6.3 KB
RevLine 
[2027]1MODULE step_oce
2   !!======================================================================
3   !!                       ***  MODULE step_oce  ***
[2382]4   !! Ocean time-stepping : module used in both initialisation phase and time stepping
[2104]5   !!======================================================================
[6043]6   !! History :   3.3  !  2010-08  (C. Ethe)  Original code - reorganisation of the initial phase
7   !!             3.7  !  2014-01  (G. Madec) LDF simplication
[2287]8   !!----------------------------------------------------------------------
[2104]9   USE oce              ! ocean dynamics and tracers variables
[3764]10   USE dom_oce          ! ocean space and time domain variables
[2104]11   USE zdf_oce          ! ocean vertical physics variables
[2027]12
[2104]13   USE daymod           ! calendar                         (day     routine)
[2027]14
[6043]15   USE sbc_oce          ! surface boundary condition: ocean
[2104]16   USE sbcmod           ! surface boundary condition       (sbc     routine)
17   USE sbcrnf           ! surface boundary condition: runoff variables
18   USE sbccpl           ! surface boundary condition: coupled formulation (call send at end of step)
[6043]19   USE sbcapr           ! surface boundary condition: atmospheric pressure
[3294]20   USE sbctide          ! Tide initialisation
[2027]21
[2104]22   USE traqsr           ! solar radiation penetration      (tra_qsr routine)
23   USE trasbc           ! surface boundary condition       (tra_sbc routine)
24   USE trabbc           ! bottom boundary condition        (tra_bbc routine)
25   USE trabbl           ! bottom boundary layer            (tra_bbl routine)
26   USE tradmp           ! internal damping                 (tra_dmp routine)
27   USE traadv           ! advection scheme control     (tra_adv_ctl routine)
28   USE traldf           ! lateral mixing                   (tra_ldf routine)
29   USE trazdf           ! vertical mixing                  (tra_zdf routine)
30   USE tranxt           ! time-stepping                    (tra_nxt routine)
31   USE tranpc           ! non-penetrative convection       (tra_npc routine)
[2027]32
[2104]33   USE eosbn2           ! equation of state                (eos_bn2 routine)
[2027]34
[6043]35   USE divhor           ! horizontal divergence            (div_hor routine)
[2104]36   USE dynadv           ! advection                        (dyn_adv routine)
37   USE dynbfr           ! Bottom friction terms            (dyn_bfr routine)
38   USE dynvor           ! vorticity term                   (dyn_vor routine)
39   USE dynhpg           ! hydrostatic pressure grad.       (dyn_hpg routine)
40   USE dynldf           ! lateral momentum diffusion       (dyn_ldf routine)
41   USE dynzdf           ! vertical diffusion               (dyn_zdf routine)
42   USE dynspg           ! surface pressure gradient        (dyn_spg routine)
[3294]43
[2104]44   USE dynnxt           ! time-stepping                    (dyn_nxt routine)
[2027]45
[5600]46   USE stopar           ! Stochastic parametrization       (sto_par routine)
47   USE stopts 
48
[3294]49   USE bdy_par          ! for lk_bdy
[3651]50   USE bdy_oce          ! for dmp logical
[3294]51   USE bdydta           ! open boundary condition data     (bdy_dta routine)
[3651]52   USE bdytra           ! bdy cond. for tracers            (bdy_tra routine)
53   USE bdydyn3d         ! bdy cond. for baroclinic vel.  (bdy_dyn3d routine)
[2027]54
[4292]55   USE sshwzv           ! vertical velocity and ssh        (ssh_nxt routine)
56   !                                                       (ssh_swp routine)
57   !                                                       (wzv     routine)
58   USE domvvl           ! variable vertical scale factors  (dom_vvl_sf_nxt routine)
59   !                                                       (dom_vvl_sf_swp routine)
[2027]60
[2104]61   USE ldfslp           ! iso-neutral slopes               (ldf_slp routine)
[6043]62   USE ldfdyn           ! lateral eddy viscosity coef.     (ldf_dyn routine)
63   USE ldftra           ! lateral eddy diffusive coef.     (ldf_tra routine)
[2027]64
[2104]65   USE zdftmx           ! tide-induced vertical mixing     (zdf_tmx routine)
66   USE zdfbfr           ! bottom friction                  (zdf_bfr routine)
67   USE zdftke           ! TKE vertical mixing              (zdf_tke routine)
[2329]68   USE zdfgls           ! GLS vertical mixing              (zdf_gls routine)
[2104]69   USE zdfddm           ! double diffusion mixing          (zdf_ddm routine)
70   USE zdfevd           ! enhanced vertical diffusion      (zdf_evd routine)
71   USE zdfric           ! Richardson vertical mixing       (zdf_ric routine)
72   USE zdfmxl           ! Mixed-layer depth                (zdf_mxl routine)
[2027]73
[2104]74   USE zpshde           ! partial step: hor. derivative     (zps_hde routine)
[2027]75
[2104]76   USE diawri           ! Standard run outputs             (dia_wri routine)
77   USE diaptr           ! poleward transports              (dia_ptr routine)
[3294]78   USE diadct           ! sections transports              (dia_dct routine)
[2104]79   USE diaar5           ! AR5 diagnosics                   (dia_ar5 routine)
80   USE diahth           ! thermocline depth                (dia_hth routine)
81   USE diafwb           ! freshwater budget                (dia_fwb routine)
[2148]82   USE diahsb           ! heat, salt and volume budgets    (dia_hsb routine)
[3294]83   USE diaharm
[2104]84   USE flo_oce          ! floats variables
85   USE floats           ! floats computation               (flo_stp routine)
[2027]86
[4152]87   USE crsfld           ! Standard output on coarse grid   (crs_fld routine)
88
[3294]89   USE asminc           ! assimilation increments      (tra_asm_inc routine)
90   !                                                   (dyn_asm_inc routine)
[3764]91   USE asmbkg
[2104]92   USE stpctl           ! time stepping control            (stp_ctl routine)
[6043]93   USE restart          ! ocean restart                    (rst_wri routine)
[2104]94   USE prtctl           ! Print control                    (prt_ctl routine)
[2027]95
[2239]96   USE diaobs           ! Observation operator
97
[6043]98   USE in_out_manager   ! I/O manager
99   USE iom              !
100   USE lbclnk
[3764]101   USE timing           ! Timing
[3294]102
[6043]103#if defined key_iomput
104   USE xios
105#endif
[2027]106#if defined key_agrif
107   USE agrif_opa_sponge ! Momemtum and tracers sponges
[6043]108   USE agrif_opa_update ! Update (2-way nesting)
[2027]109#endif
[3769]110#if defined key_top
111   USE trcstp           ! passive tracer time-stepping      (trc_stp routine)
112#endif
[2382]113   !!----------------------------------------------------------------------
[6043]114   !! NEMO/OPA 3.7 , NEMO Consortium (2014)
[2382]115   !! $Id$
116   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt)
[2027]117   !!======================================================================
118END MODULE step_oce
Note: See TracBrowser for help on using the repository browser.