Changeset 2100 for trunk/LMDZ.MARS/libf/phymars/rocketduststorm_mod.F90
- Timestamp:
- Feb 14, 2019, 3:49:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/rocketduststorm_mod.F90
r2091 r2100 607 607 wq(l+1) = -MQtot 608 608 end if 609 610 if ( masse(l)*q(l) .lt. -(wq(l+1)-wq(l)) ) then ! particular case when the vertical velocity is very strong in the layer and null below (wq(l)=0) 611 wq(l+1) = wq(l)-masse(l)*q(l) 612 end if 613 609 614 endif 610 615 endif ! w<0 (up) … … 657 662 wq(l) = MQtot 658 663 end if 664 665 if ( masse(l)*q(l) .lt. -(wq(l+1)-wq(l)) ) then ! particular case when the vertical velocity is very strong in the layer and null above (wq(l+1)=0) 666 wq(l) = wq(l+1)+masse(l)*q(l) 667 end if 668 659 669 end if 660 670 end if ! w>0 (down)
Note: See TracChangeset
for help on using the changeset viewer.