Changeset 12625
- Timestamp:
- 2020-03-29T13:10:50+02:00 (5 years ago)
- 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 29 29 30 30 PUBLIC bdy_dyn ! routine called in dyn_nxt 31 31 32 !! * Substitutions 33 # include "domzgr_substitute.h90" 32 34 !!---------------------------------------------------------------------- 33 35 !! NEMO/OCE 4.0 , NEMO Consortium (2018) … … 35 37 !! Software governed by the CeCILL license (see ./LICENSE) 36 38 !!---------------------------------------------------------------------- 37 # include "domzgr_substitute.h90"38 39 39 40 CONTAINS -
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/CRS/crsini.F90
r12624 r12625 28 28 PUBLIC crs_init ! called by nemogcm.F90 module 29 29 30 !! * Substitutions 31 # include "domzgr_substitute.h90" 30 32 !!---------------------------------------------------------------------- 31 33 !! NEMO/OCE 4.0 , NEMO Consortium (2018) … … 33 35 !! Software governed by the CeCILL license (see ./LICENSE) 34 36 !!---------------------------------------------------------------------- 35 # include "domzgr_substitute.h90"36 37 37 38 CONTAINS -
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/DIA/diadct.F90
r12622 r12625 90 90 REAL(wp), ALLOCATABLE, DIMENSION(:,:,:) :: transports_2d 91 91 92 !! * Substitutions 93 # include "domzgr_substitute.h90" 92 94 !!---------------------------------------------------------------------- 93 95 !! NEMO/OCE 4.0 , NEMO Consortium (2018) … … 95 97 !! Software governed by the CeCILL license (see ./LICENSE) 96 98 !!---------------------------------------------------------------------- 97 # include "domzgr_substitute.h90"98 99 99 100 CONTAINS -
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/DIA/diahsb.F90
r12622 r12625 50 50 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: tmask_ini 51 51 52 !! * Substitutions 53 # include "domzgr_substitute.h90" 52 54 !!---------------------------------------------------------------------- 53 55 !! NEMO/OCE 4.0 , NEMO Consortium (2018) … … 55 57 !! Software governed by the CeCILL license (see ./LICENSE) 56 58 !!---------------------------------------------------------------------- 57 # include "domzgr_substitute.h90"58 59 59 60 CONTAINS -
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/ISF/isfstp.F90
r12622 r12625 36 36 PUBLIC isf_stp, isf_init, isf_nam ! routine called in sbcmod and divhor 37 37 38 !! * Substitutions 39 # include "domzgr_substitute.h90" 38 40 !!---------------------------------------------------------------------- 39 41 !! NEMO/OCE 4.0 , NEMO Consortium (2018) … … 41 43 !! Software governed by the CeCILL license (see ./LICENSE) 42 44 !!---------------------------------------------------------------------- 43 # include "domzgr_substitute.h90"44 45 45 46 CONTAINS -
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/TRD/trdpen.F90
r12616 r12625 35 35 REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:,:) :: rab_pe ! partial derivatives of PE anomaly with respect to T and S 36 36 37 !! * Substitutions 38 # include "domzgr_substitute.h90" 37 39 !!---------------------------------------------------------------------- 38 40 !! NEMO/OCE 4.0 , NEMO Consortium (2018) … … 40 42 !! Software governed by the CeCILL license (see ./LICENSE) 41 43 !!---------------------------------------------------------------------- 42 # include "domzgr_substitute.h90"43 44 44 45 CONTAINS -
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/ZDF/zdfosm.F90
r12622 r12625 103 103 INTEGER :: idebug = 236 104 104 INTEGER :: jdebug = 228 105 105 106 !! * Substitutions 106 107 # include "do_loop_substitute.h90"
Note: See TracChangeset
for help on using the changeset viewer.