Changeset 5194 for LMDZ6/branches/Amaury_dev/libf/phylmd
- Timestamp:
- Sep 16, 2024, 2:51:32 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5189,5191
- Property svn:mergeinfo changed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/lmdz_lscp.F90
r5117 r5194 947 947 948 948 ! Partition function depending on temperature 949 CALL icefrac_lscp(klon, Tbef, iflag_ice_thermo, zdistcltop, ztemp_cltop, zfice, dzfice)949 CALL icefrac_lscp(klon, zt, iflag_ice_thermo, zdistcltop, ztemp_cltop, zfice, dzfice) 950 950 951 951 ! Partition function depending on tke for non shallow-convective clouds … … 1332 1332 znebprecipcld(i) = 0.0 1333 1333 ENDIF 1334 !IF ( ((1-zfice(i))*zoliq(i) .GT. 0.) .AND. (zt(i) .LE. 233.15) ) THEN 1335 !PRINT*,'WARNING LEA OLIQ A <-40°C ' 1336 !PRINT*,'zt,Tbef,oliq,oice,cldfraliq,icefrac,rneb',zt(i),Tbef(i),(1-zfice(i))*zoliq(i),zfice(i)*zoliq(i),cldfraliq(i,k),zfice(i),rneb(i,k) 1337 !ENDIF 1338 ENDDO 1334 ENDDO 1339 1335 1340 1336 ENDIF -
LMDZ6/branches/Amaury_dev/libf/phylmd/physiq_mod.F90
r5185 r5194 1219 1219 !albedo SB <<< 1220 1220 1221 !--Lea Raillard qs_ini 1222 REAL, dimension(klon,klev) :: qs_ini 1223 1221 1224 !--OB variables for mass fixer (hard coded for now) 1222 1225 REAL qql1(klon), qql2(klon), corrqql … … 2377 2380 ENDDO 2378 2381 ENDDO 2379 2380 !--OB water mass fixer 2382 ! Lea Raillard qs_ini for cloud phase param. 2383 qs_ini(:, :) = qs_seri(:, :) 2384 2385 !--OB water mass fixer 2381 2386 IF (ok_water_mass_fixer) THEN 2382 2387 !--store initial water burden … … 3739 3744 3740 3745 CALL lscp(klon, klev, phys_tstep, missing_val, paprs, pplay, & 3741 t_seri, q_seri, qs_ ancien, ptconv, ratqs, &3746 t_seri, q_seri, qs_ini, ptconv, ratqs, & 3742 3747 d_t_lsc, d_q_lsc, d_ql_lsc, d_qi_lsc, rneb, rneblsvol, rneb_seri, & 3743 3748 pfraclr, pfracld, cldfraliq, sigma2_icefracturb, mean_icefracturb, &
Note: See TracChangeset
for help on using the changeset viewer.