Changeset 2488 for LMDZ5/branches/testing/libf/phylmd/cv_driver.F90
- Timestamp:
- Apr 3, 2016, 12:09:34 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2458-2470,2472-2487
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/cv_driver.F90
r2408 r2488 8 8 ! RomP 9 9 evap1, ep1, epmlmmm1, eplamm1, & ! RomP 10 wdtraina1, wdtrainm1) ! RomP 10 wdtraina1, wdtrainm1, & ! RomP 11 epmax_diag1) ! epmax_cape 11 12 12 13 USE dimphy … … 144 145 REAL epmlmmm1(len, nd, nd), eplamm1(len, nd) 145 146 ! RomP <<< 147 REAL epmax_diag1 (len) ! epmax_cape 146 148 147 149 ! ------------------------------------------------------------------- … … 341 343 REAL sigd(nloc) 342 344 ! RomP <<< 345 REAL epmax_diag(nloc) ! epmax_cape 343 346 344 347 nent(:, :) = 0 … … 402 405 wd1(:) = 0.0 403 406 cape1(:) = 0.0 407 epmax_diag1(:) = 0.0 ! epmax_cape 408 404 409 405 410 IF (iflag_con==30) THEN … … 554 559 CALL cv30_closure(nloc, ncum, nd, icb, inb & ! na->nd 555 560 , pbase, p, ph, tv, buoy, sig, w0, cape, m) 561 562 ! epmax_cape 563 call cv30_epmax_fn_cape(nloc,ncum,nd & 564 ,cape,ep,hp,icb,inb,clw,nk,t,h,lv & 565 ,epmax_diag) 566 ! on écrase ep et recalcule hp 556 567 END IF 557 568 … … 560 571 cpn, iflag, cbmf) 561 572 END IF 573 562 574 563 575 ! ------------------------------------------------------------------- … … 643 655 da, phi, mp, phi2, d1a, dam, sij & !RomP 644 656 , elij, clw, epmlmmm, eplamm & !RomP 645 , wdtraina, wdtrainm & !RomP657 , wdtraina, wdtrainm,epmax_diag & !RomP 646 658 , iflag1, precip1, vprecip1, evap1, ep1, sig1, w01 & !RomP 647 659 , ft1, fq1, fu1, fv1, ftra1, inb1, ma1, upwd1, dnwd1, dnwd01, & 648 660 qcondc1, wd1, cape1, da1, phi1, mp1, phi21, d1a1, dam1, sij1 & !RomP 649 661 , elij1, clw1, epmlmmm1, eplamm1 & !RomP 650 , wdtraina1, wdtrainm1 ) !RomP662 , wdtraina1, wdtrainm1,epmax_diag1) !RomP 651 663 END IF 652 664
Note: See TracChangeset
for help on using the changeset viewer.