Changeset 4047 for trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
- Timestamp:
- Feb 5, 2026, 5:50:37 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
r4046 r4047 196 196 real,intent(in) :: pv(ngrid,nlayer) ! Meridional wind component (m/s). 197 197 real,intent(in) :: pt(ngrid,nlayer) ! Temperature (K). 198 real,intent(in) :: pq(ngrid,nlayer,nq) ! Tracers ( kg/kg_of_air).198 real,intent(in) :: pq(ngrid,nlayer,nq) ! Tracers (X/kg_of_air). (X is kg or nothing (number of particles)) 199 199 real,intent(in) :: flxw(ngrid,nlayer) ! Vertical mass flux (ks/s) at lower boundary of layer 200 200 … … 431 431 432 432 ! Allocate saved arrays (except for 1D model, where this has already been done) 433 ! For mesoscale it is done in the interface 433 434 #ifndef MESOSCALE 434 435 if (ngrid>1) call phys_state_var_init(nq) … … 1177 1178 enddo 1178 1179 call cond_muphy(ngrid,nlayer,pt,dmuficond,zdtlc) 1179 !pdt(:,:) = pdt(:,:) + zdtlc(:,:) 1180 if (latent_heat) then 1181 pdt(:,:) = pdt(:,:) + zdtlc(:,:) 1182 endif 1180 1183 endif 1181 1184 endif ! callmufi
Note: See TracChangeset
for help on using the changeset viewer.
