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 12625 for NEMO/branches/2020 – NEMO

Changeset 12625 for NEMO/branches/2020


Ignore:
Timestamp:
2020-03-29T13:10:50+02:00 (4 years ago)
Author:
techene
Message:

all: change #include domzgr_substitute.h90 position

Location:
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/BDY/bdydyn.F90

    r12616 r12625  
    2929 
    3030   PUBLIC   bdy_dyn    ! routine called in dyn_nxt 
    31  
     31    
     32   !! * Substitutions 
     33#  include "domzgr_substitute.h90" 
    3234   !!---------------------------------------------------------------------- 
    3335   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    3537   !! Software governed by the CeCILL license (see ./LICENSE) 
    3638   !!---------------------------------------------------------------------- 
    37 #  include "domzgr_substitute.h90" 
    3839 
    3940CONTAINS 
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/CRS/crsini.F90

    r12624 r12625  
    2828   PUBLIC   crs_init   ! called by nemogcm.F90 module 
    2929 
     30   !! * Substitutions 
     31#  include "domzgr_substitute.h90" 
    3032   !!---------------------------------------------------------------------- 
    3133   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    3335   !! Software governed by the CeCILL license (see ./LICENSE) 
    3436   !!---------------------------------------------------------------------- 
    35 #  include "domzgr_substitute.h90" 
    3637 
    3738CONTAINS 
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/DIA/diadct.F90

    r12622 r12625  
    9090   REAL(wp), ALLOCATABLE, DIMENSION(:,:,:)   ::  transports_2d   
    9191 
     92   !! * Substitutions 
     93#  include "domzgr_substitute.h90" 
    9294   !!---------------------------------------------------------------------- 
    9395   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    9597   !! Software governed by the CeCILL license (see ./LICENSE) 
    9698   !!---------------------------------------------------------------------- 
    97 #  include "domzgr_substitute.h90" 
    9899 
    99100CONTAINS 
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/DIA/diahsb.F90

    r12622 r12625  
    5050   REAL(wp), DIMENSION(:,:,:), ALLOCATABLE ::   tmask_ini 
    5151 
     52   !! * Substitutions 
     53#  include "domzgr_substitute.h90" 
    5254   !!---------------------------------------------------------------------- 
    5355   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    5557   !! Software governed by the CeCILL license (see ./LICENSE) 
    5658   !!---------------------------------------------------------------------- 
    57 #  include "domzgr_substitute.h90" 
    5859 
    5960CONTAINS 
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/ISF/isfstp.F90

    r12622 r12625  
    3636   PUBLIC   isf_stp, isf_init, isf_nam  ! routine called in sbcmod and divhor 
    3737 
     38   !! * Substitutions 
     39#  include "domzgr_substitute.h90" 
    3840   !!---------------------------------------------------------------------- 
    3941   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    4143   !! Software governed by the CeCILL license (see ./LICENSE) 
    4244   !!---------------------------------------------------------------------- 
    43 #  include "domzgr_substitute.h90" 
    4445 
    4546CONTAINS 
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/TRD/trdpen.F90

    r12616 r12625  
    3535   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:,:) ::   rab_pe   ! partial derivatives of PE anomaly with respect to T and S 
    3636 
     37   !! * Substitutions 
     38#  include "domzgr_substitute.h90" 
    3739   !!---------------------------------------------------------------------- 
    3840   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    4042   !! Software governed by the CeCILL license (see ./LICENSE) 
    4143   !!---------------------------------------------------------------------- 
    42 #  include "domzgr_substitute.h90" 
    4344 
    4445CONTAINS 
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/ZDF/zdfosm.F90

    r12622 r12625  
    103103   INTEGER :: idebug = 236 
    104104   INTEGER :: jdebug = 228 
     105    
    105106   !! * Substitutions 
    106107#  include "do_loop_substitute.h90" 
Note: See TracChangeset for help on using the changeset viewer.