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/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/NEMO/OPA_SRC – NEMO

source: branches/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 @ 11200

Last change on this file since 11200 was 9987, checked in by emmafiedler, 6 years ago

Merge with GO6 FOAMv14 package branch r9288

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