Changeset 1438
- Timestamp:
- May 29, 2015, 10:27:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/newcondens.F
r1432 r1438 546 546 547 547 zmflux(1) = -zcondices(ig) 548 #ifdef MESOSCALE549 print *,"newcondens: have to do something"550 print *,"specific for MESOSCALE here"551 print *,"-- I don't know bp!!!"552 stop553 #else554 548 DO l=1,nlayer 555 549 zmflux(l+1) = zmflux(l) -zcondicea(ig,l) 550 #ifndef MESOSCALE 556 551 & + (bp(l)-bp(l+1))*(zfallice(ig,1)-zmflux(1)) 557 552 c zmflux set to 0 if very low to avoid: top layer is disappearing in v1ld 558 553 if (abs(zmflux(l+1)).lt.1E-13.OR.bp(l+1).eq.0.) zmflux(l+1)=0. 554 #else 555 if (abs(zmflux(l+1)).lt.1E-13) zmflux(l+1)=0. 556 #endif 559 557 END DO 560 #endif561 558 562 559 c Mass of each layer
Note: See TracChangeset
for help on using the changeset viewer.