Changeset 4103 for LMDZ6/trunk/libf/phylmd/cosp
- Timestamp:
- Mar 17, 2022, 11:51:36 AM (3 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd/cosp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cosp/dsd.F90
r2428 r4103 57 57 integer, intent(in) :: nsizes 58 58 integer, intent(in) :: dtype 59 real*8, intent(in) :: Q,Re ,Np,D(nsizes)59 real*8, intent(in) :: Q,Re_,Np,D(nsizes) 60 60 real*8, intent(in) :: rho_a,tk,dmin,dmax,rho_c,p1,p2,p3 61 61 … … 78 78 real*8 :: tmp1, tmp2 79 79 real*8 :: pi,rc,tc 80 real*8 :: Re 80 81 81 82 integer k,lidx,uidx 83 84 Re = Re_ 82 85 83 86 tc = tk - 273.15 -
LMDZ6/trunk/libf/phylmd/cosp/radar_simulator.F90
r2428 r4103 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.