- Timestamp:
- Apr 15, 2025, 1:46:48 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified LMDZ6/trunk/libf/phylmd/lmdz_thermcell_plume_6A.f90 ¶
r5512 r5620 224 224 zta_est(ig,l)=ztva_est(ig,l) 225 225 ztva_est(ig,l) = ztva_est(ig,l)/zpspsk(ig,l) 226 ztva_est(ig,l) = ztva_est(ig,l)*(1.+RETV*(zqta(ig,l-1) & 227 & -zqla_est(ig,l))-zqla_est(ig,l)) 226 ztva_est(ig,l) = ztva_est(ig,l)*(1.+RETV*(zqta(ig,l-1)-zqla_est(ig,l))) 228 227 229 228 … … 566 565 !on rajoute le calcul de zha pour diagnostiques (temp potentielle) 567 566 zha(ig,l) = ztva(ig,l) 568 ztva(ig,l) = ztva(ig,l)*(1.+RETV*(zqta(ig,l) & 569 & -zqla(ig,l))-zqla(ig,l)) 567 ztva(ig,l) = ztva(ig,l)*(1.+RETV*(zqta(ig,l)-zqla(ig,l))) 570 568 zbuoy(ig,l)=RG*(ztva(ig,l)-ztv(ig,l))/ztv(ig,l) 571 569 zdz=zlev(ig,l+1)-zlev(ig,l)
Note: See TracChangeset
for help on using the changeset viewer.