Changeset 2671 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Apr 26, 2022, 3:38:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callsedim.F
r2536 r2671 47 47 real,intent(out) :: pdqsed(ngrid,nlay,nq) ! tendency due to sedimentation (kg/kg.s-1) 48 48 real,intent(out) :: pdqs_sed(ngrid,nq) ! flux at surface (kg.m-2.s-1) 49 49 50 50 c local: 51 51 c ------ … … 122 122 call newsedim(ngrid,nlay,ngrid*nlay,ptimestep, 123 123 & pplev,masse,epaisseur,zt,reffrad(1,1,iaero_h2o), 124 & rho_q(iq),zqi(1,1,igcm_h2o_ice),wq )124 & rho_q(iq),zqi(1,1,igcm_h2o_ice),wq,iq) 125 125 126 126 ! General Case … … 128 128 call newsedim(ngrid,nlay,1,ptimestep, 129 129 & pplev,masse,epaisseur,zt,radius(iq),rho_q(iq), 130 & zqi(1,1,iq),wq )130 & zqi(1,1,iq),wq,iq) 131 131 endif 132 132
Note: See TracChangeset
for help on using the changeset viewer.