source: trunk/LMDZ.VENUS/libf/phyvenus/cloudvenus/drop_coagul.F90 @ 2203

Last change on this file since 2203 was 1661, checked in by slebonnois, 8 years ago

SL: Cloud model for Venus. Not validated yet.

File size: 249 bytes
Line 
1
2SUBROUTINE drop_coagul(TAIR,PAIR,dt,M0_m1,M3_m1,M0_m2,M3_m2)
3
4  implicit none
5
6  real, intent(in) :: TAIR, PAIR
7  real, intent(in) :: dt
8
9  real, intent(inout) :: M0_m1, M3_m1, M0_m2, M3_m2
10
11  print*, 'plop coagulation'
12
13END SUBROUTINE drop_coagul
Note: See TracBrowser for help on using the repository browser.