Changeset 4047 for trunk/LMDZ.TITAN/libf/phytitan/cond_muphy.F90
- Timestamp:
- Feb 5, 2026, 5:50:37 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.TITAN/libf/phytitan/cond_muphy.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/cond_muphy.F90
r3090 r4047 69 69 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 70 do iq = 1, size(ices_indx) 71 dtlc(:,:) = dtlc(:,:) +(dqmuficond(:,:,iq) * Lc(:,:,iq))71 dtlc(:,:) = dtlc(:,:) - (dqmuficond(:,:,iq) * Lc(:,:,iq)) 72 72 enddo 73 73 … … 75 75 ! Condensation heating rate : 76 76 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 ! If ice formation : dqmuficond >0 --> dtlc > 078 ! Else vaporisation : dqmuficond <0 --> dtlc < 077 ! If ice formation : dqmuficond < 0 --> dtlc > 0 78 ! Else vaporisation : dqmuficond > 0 --> dtlc < 0 79 79 dtlc(:,:) = dtlc(:,:) / cpp ! [K.s-1] 80 80
Note: See TracChangeset
for help on using the changeset viewer.
