Changeset 1422 for trunk/LMDZ.COMMON/libf/dyn3d_common/cpdet_mod.F90
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/cpdet_mod.F90
r1315 r1422 22 22 23 23 USE control_mod, ONLY: planet_type 24 USE comconst_mod, ONLY: nu_venus,t0_venus 24 25 IMPLICIT none 25 26 !====================================================================== 26 27 ! Initialization of nu_venus and t0_venus 27 28 !====================================================================== 28 29 ! for cpp, nu_venus and t0_venus:30 #include "comconst.h"31 29 32 30 if (planet_type.eq."venus") then … … 47 45 48 46 USE control_mod, ONLY: planet_type 47 USE comconst_mod, ONLY: cpp,t0_venus,nu_venus 49 48 IMPLICIT none 50 49 51 50 ! for cpp, nu_venus and t0_venus: 52 #include "comconst.h"53 51 54 52 real,intent(in) :: t … … 78 76 79 77 USE control_mod, ONLY: planet_type 78 USE comconst_mod, ONLY: cpp,t0_venus,nu_venus 79 80 80 IMPLICIT NONE 81 82 ! for cpp, nu_venus and t0_venus:83 #include "comconst.h"84 81 85 82 integer,intent(in) :: npoints … … 112 109 113 110 USE control_mod, ONLY: planet_type 111 USE comconst_mod, ONLY: cpp,nu_venus,t0_venus 112 114 113 IMPLICIT NONE 115 116 ! for cpp, nu_venus and t0_venus:117 #include "comconst.h"118 114 119 115 integer,intent(in) :: npoints … … 143 139 USE control_mod, only : planet_type 144 140 USE parallel_lmdz, only : OMP_CHUNK 145 IMPLICIT none 146 147 ! for cpp, nu_venus and t0_venus: 148 #include "comconst.h" 141 USE comconst_mod, ONLY: cpp,nu_venus,t0_venus 142 143 IMPLICIT none 149 144 150 145 integer,intent(in) :: nlon,nlev … … 182 177 USE parallel_lmdz, only : jj_begin,jj_end,OMP_CHUNK 183 178 USE control_mod, only : planet_type 179 USE comconst_mod, ONLY: cpp,nu_venus,t0_venus 180 184 181 IMPLICIT none 185 182 ! for iip1, jjp1 and llm 186 183 #include "dimensions.h" 187 184 #include "paramet.h" 188 ! for cpp, nu_venus and t0_venus:189 #include "comconst.h"190 185 191 186 real,intent(in) :: yt(iip1,jjp1,llm) … … 225 220 USE control_mod, only : planet_type 226 221 USE parallel_lmdz, only : OMP_CHUNK 227 IMPLICIT none228 ! for cpp, nu_venus and t0_venus: 229 #include "comconst.h" 222 USE comconst_mod, ONLY: cpp,nu_venus,t0_venus 223 224 IMPLICIT none 230 225 231 226 integer,intent(in) :: nlon,nlev … … 263 258 USE parallel_lmdz, only : jj_begin,jj_end,OMP_CHUNK 264 259 USE control_mod, only : planet_type 260 USE comconst_mod, ONLY: cpp,nu_venus,t0_venus 261 265 262 IMPLICIT none 266 263 ! for iip1, jjp1 and llm 267 264 #include "dimensions.h" 268 265 #include "paramet.h" 269 ! for cpp, nu_venus and t0_venus:270 #include "comconst.h"271 266 272 267 real,intent(out) :: yt(iip1,jjp1,llm)
Note: See TracChangeset
for help on using the changeset viewer.