Changeset 2132 for trunk/LMDZ.GENERIC/libf/phystd/thermcell_main.F90
- Timestamp:
- Apr 29, 2019, 3:13:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/thermcell_main.F90
r2127 r2132 8 8 f0,fm0,entr0,detr0,zw2,fraca, & 9 9 zqta,zqla,ztv,ztva,zhla,zhl,zqsa, & 10 lmin,lmix,l alim,lmax)10 lmin,lmix,lmax) 11 11 12 12 … … 126 126 REAL linter(ngrid) ! Level (continuous) of maximal vertical speed 127 127 REAL zmix(ngrid) ! Altitude of maximal vertical speed 128 REAL zmax(ngrid) ! Maximal altitude reached by the plume128 REAL zmax(ngrid) ! Plume height 129 129 REAL wmax(ngrid) ! Maximal vertical speed 130 130 REAL zw2(ngrid,nlay+1) ! Plume vertical speed … … 149 149 CHARACTER (len=80) :: abort_message 150 150 151 ! AB: I remove alimentation, which is in fact included in entr_star. EN COURS152 INTEGER lalim(ngrid) ! Highest alimentation level153 REAL alim_star(ngrid,nlay) ! Normalized alimentation154 REAL alim_star_tot(ngrid) ! Integrated alimentation155 REAL alim_star_clos(ngrid,nlay) ! Closure alimentation156 157 151 !=============================================================================== 158 152 ! Initialization … … 183 177 pdtadj(:,:) = 0.0 184 178 pdqadj(:,:,:) = 0.0 185 186 ! AB: I remove alimentation, which is in fact included in entr_star. EN COURS187 alim_star(:,:) = 0.188 alim_star_tot(:) = 0.189 alim_star_clos(:,:) = 0.190 lalim(:) = 1191 179 192 180 ! AB: Careful, hard-coded value from Earth tuned version of the thermal plume model! … … 333 321 & ztva,zhla,zqla,zqta,zta, & 334 322 & zw2,zqsa,lmix,lmin) 335 323 336 324 !------------------------------------------------------------------------------- 337 325 ! Thermal plumes characteristics: zmax, zmix, wmax … … 374 362 375 363 CALL thermcell_flux(ngrid,nlay,ptimestep,masse, & 376 ! AB: I remove alimentation, which is in fact included in entr_star. EN COURS 377 ! That is not already done for thermcell_flux. 378 & lalim,lmin,lmax,entr_star,detr_star, & 364 & lmin,lmax,entr_star,detr_star, & 379 365 & f,rhobarz,zlev,zw2,fm,entr,detr,zqla) 380 366
Note: See TracChangeset
for help on using the changeset viewer.