Changeset 5099 for LMDZ6/branches/Amaury_dev/libf/phylmd/cv3p_mixing.F90
- Timestamp:
- Jul 22, 2024, 9:29:09 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cv3p_mixing.F90
r5082 r5099 113 113 fmax, gammas, qqa1, qqa2, Qcoef1max, Qcoef2max 114 114 !>jyg 115 ! 115 116 116 END IF 117 117 … … 514 514 ! (1.+lv(il,j)*lv(il,j)*rs(il,j) / & 515 515 ! ((cpd*(1.-Qent(il,i,j))+Qent(il,i,j)*cpv)*rrv*t(il,j)*t(il,j))) 516 ! 516 517 517 ! Computation of condensate amount Elij, taking into account the ice fraction frac 518 518 ! Warning : the same saturation humidity rs is used over both liquid water and ice; this 519 519 ! should be corrected. 520 ! 520 521 521 ! Heat capacity of mixed draught 522 522 cpm = cpd+Qent(il,i,j)*(cpv-cpd) 523 ! 523 524 524 IF (cvflag_ice .and. frac(il,j) > 0.) THEN 525 525 elij(il, i, j) = Qent(il, i, j) - rs(il, j)
Note: See TracChangeset
for help on using the changeset viewer.