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.
Changeset 5845 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/SAS_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2015-10-31T08:40:45+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default: suppression of domzgr_substitute.h90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/SAS_SRC/step.F90

    r5510 r5845  
    1616   USE oce              ! ocean dynamics and tracers variables 
    1717   USE dom_oce          ! ocean space and time domain variables  
    18    USE in_out_manager   ! I/O manager 
    1918   USE sbc_oce 
    2019   USE sbccpl 
     20   USE daymod           ! calendar                         (day     routine) 
     21   USE sbcmod           ! surface boundary condition       (sbc     routine) 
     22   USE sbcrnf           ! surface boundary condition: runoff variables 
     23   USE eosbn2           ! equation of state                (eos_bn2 routine) 
     24   USE diawri           ! Standard run outputs             (dia_wri routine) 
     25   USE bdy_par          ! clem: mandatory for LIM3 
     26#if defined key_bdy 
     27   USE bdydta           ! clem: mandatory for LIM3 
     28#endif 
     29   USE stpctl           ! time stepping control            (stp_ctl routine) 
     30   USE prtctl           ! Print control                    (prt_ctl routine) 
     31   ! 
     32   USE in_out_manager   ! I/O manager 
     33   USE timing           ! Timing             
    2134   USE iom              ! 
    2235   USE lbclnk 
     
    2538#endif 
    2639 
    27    USE daymod           ! calendar                         (day     routine) 
    28  
    29    USE sbcmod           ! surface boundary condition       (sbc     routine) 
    30    USE sbcrnf           ! surface boundary condition: runoff variables 
    31  
    32    USE eosbn2           ! equation of state                (eos_bn2 routine) 
    33  
    34    USE diawri           ! Standard run outputs             (dia_wri routine) 
    35    USE stpctl           ! time stepping control            (stp_ctl routine) 
    36    USE prtctl           ! Print control                    (prt_ctl routine) 
    37  
    38    USE timing           ! Timing             
    39  
    40    USE bdy_par          ! clem: mandatory for LIM3 
    41 #if defined key_bdy 
    42    USE bdydta           ! clem: mandatory for LIM3 
    43 #endif 
    44  
    4540   IMPLICIT NONE 
    4641   PRIVATE 
    4742 
    48    PUBLIC   stp   ! called by opa.F90 
     43   PUBLIC   stp   ! called by nemogcm.F90 
    4944 
    50    !! * Substitutions 
    51 #  include "domzgr_substitute.h90" 
    52 #  include "zdfddm_substitute.h90" 
    5345   !!---------------------------------------------------------------------- 
    5446   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
Note: See TracChangeset for help on using the changeset viewer.