Changeset 2194 for trunk/LMDZ.VENUS/libf/phyvenus/phytrac_chimie.F
- Timestamp:
- Dec 13, 2019, 11:37:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/phytrac_chimie.F
r2193 r2194 269 269 end do 270 270 271 ! liquid phase 271 ! liquid phase or moments 272 272 273 273 if (ok_cloud .and. cl_scheme == 1) then … … 282 282 end if 283 283 284 285 if (ok_cloud .and. cl_scheme == 2) then 286 do iq = nqmax-nmicro+1,nqmax 287 d_tr_chem(:,:,iq) = (ztrac(:,:,iq) - trac(:,:,iq))/pdtphys 288 end do 289 end if 290 284 291 end subroutine phytrac_chimie
Note: See TracChangeset
for help on using the changeset viewer.