Changeset 4171 for LMDZ6/branches/LMDZ-ECRAD/libf/phylmd/cosp
- Timestamp:
- Jun 17, 2022, 4:24:49 PM (2 years ago)
- Location:
- LMDZ6/branches/LMDZ-ECRAD
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ-ECRAD
- Property svn:mergeinfo changed
-
LMDZ6/branches/LMDZ-ECRAD/libf/phylmd/cosp/dsd.F90
-
Property
svn:keywords
set to
Id
r2428 r4171 1 subroutine dsd(Q,Re,Np,D,N,nsizes,dtype,rho_a,tk, & 1 ! 2 ! $Id$ 3 ! 4 subroutine dsd(Q,Re_,Np,D,N,nsizes,dtype,rho_a,tk, & 2 5 dmin,dmax,apm,bpm,rho_c,p1,p2,p3) 3 6 use array_lib … … 57 60 integer, intent(in) :: nsizes 58 61 integer, intent(in) :: dtype 59 real*8, intent(in) :: Q,Re ,Np,D(nsizes)62 real*8, intent(in) :: Q,Re_,Np,D(nsizes) 60 63 real*8, intent(in) :: rho_a,tk,dmin,dmax,rho_c,p1,p2,p3 61 64 … … 78 81 real*8 :: tmp1, tmp2 79 82 real*8 :: pi,rc,tc 83 real*8 :: Re 80 84 81 85 integer k,lidx,uidx 86 87 Re = Re_ 82 88 83 89 tc = tk - 273.15 -
Property
svn:keywords
set to
-
LMDZ6/branches/LMDZ-ECRAD/libf/phylmd/cosp/radar_simulator.F90
r2428 r4171 96 96 real*8, dimension(hp%nhclass,nprof,ngate), intent(in) :: hm_matrix 97 97 real*8, dimension(hp%nhclass,nprof,ngate), intent(inout) :: re_matrix 98 real*8, dimension(hp%nhclass,nprof,ngate), intent(in ) :: Np_matrix98 real*8, dimension(hp%nhclass,nprof,ngate), intent(inout) :: Np_matrix 99 99 100 100 ! ----- OUTPUTS -----
Note: See TracChangeset
for help on using the changeset viewer.