Changeset 5491 for LMDZ6/trunk/libf/phylmd/cva_driver.f90
- Timestamp:
- Jan 19, 2025, 6:48:10 PM (5 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cva_driver.f90
r5279 r5491 21 21 ftd1, fqd1, & 22 22 Plim11, Plim21, asupmax1, supmax01, asupmaxmin1, & 23 coef_clos1, coef_clos_eff1, & 23 24 lalim_conv1, & 24 25 !! da1,phi1,mp1,phi21,d1a1,dam1,sigij1,clw1, & ! RomP … … 249 250 REAL, DIMENSION (len), INTENT (OUT) :: supmax01 250 251 REAL, DIMENSION (len), INTENT (OUT) :: asupmaxmin1 252 REAL, DIMENSION (len), INTENT (OUT) :: coef_clos1, coef_clos_eff1 251 253 REAL, DIMENSION (len, nd), INTENT (OUT) :: qtc1 ! in cloud water content (intensive) ! cld 252 254 REAL, DIMENSION (len, nd), INTENT (OUT) :: sigt1 ! fract. cloud area (intensive) ! cld … … 495 497 REAL elij(nloc, nd, nd) 496 498 REAL supmax(nloc, nd) 497 REAL Ale(nloc), Alp(nloc), coef_clos(nloc) 499 REAL Ale(nloc), Alp(nloc), coef_clos(nloc), coef_clos_eff(nloc) 498 500 REAL omega(nloc,nd) 499 501 REAL sigd(nloc) … … 679 681 DO il = 1, nloc 680 682 coef_clos(il) = 1. 683 coef_clos_eff(il) = 1. 681 684 END DO 682 685 … … 1003 1006 pbase, plcl, p, ph, tv, tvp, buoy, & 1004 1007 supmax, ok_inhib, Ale, Alp, omega, & 1005 sig, w0, ptop2, cape, cin, m, iflag, coef_clos, & 1008 sig, w0, ptop2, cape, cin, m, iflag, & 1009 coef_clos_eff, coef_clos, & 1006 1010 Plim1, plim2, asupmax, supmax0, & 1007 1011 asupmaxmin, cbmf, plfc, wbeff) … … 1016 1020 pbase, plcl, p, ph, tv, tvp, buoy, & 1017 1021 supmax, ok_inhib, Ale, Alp, omega, & 1018 sig, w0, ptop2, cape, cin, m, iflag, coef_clos , &1022 sig, w0, ptop2, cape, cin, m, iflag, coef_clos_eff, & 1019 1023 Plim1, plim2, asupmax, supmax0, & 1020 1024 asupmaxmin, cbmf, plfc, wbeff) … … 1091 1095 th_wake, tv_wake, lv_wake, lf_wake, cpn_wake, & 1092 1096 ep, sigp, clw, frac_s, qpreca, frac_a, qta, & !!jygprl 1093 m, ment, elij, delt, plcl, coef_clos , &1097 m, ment, elij, delt, plcl, coef_clos_eff, & 1094 1098 mp, qp, up, vp, trap, wt, water, evap, fondue, ice, & 1095 1099 faci, b, sigd, & … … 1218 1222 Plim1, plim2, asupmax, supmax0, & 1219 1223 asupmaxmin, & 1224 coef_clos, coef_clos_eff, & 1220 1225 da, phi, mp, phi2, d1a, dam, sigij, & ! RomP 1221 1226 qta, clw, elij, evap, ep, epmlmMm, eplaMm, & ! RomP … … 1231 1236 Plim11, plim21, asupmax1, supmax01, & 1232 1237 asupmaxmin1, & 1238 coef_clos1, coef_clos_eff1, & 1233 1239 da1, phi1, mp1, phi21, d1a1, dam1, sigij1, & ! RomP 1234 1240 qta1, clw1, elij1, evap1, ep1, epmlmMm1, eplaMm1, & ! RomP
Note: See TracChangeset
for help on using the changeset viewer.