Changeset 2554
- Timestamp:
- Jun 9, 2016, 2:24:17 PM (8 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/alpale.F90
r2513 r2554 4 4 wake_pe, wake_fip, & 5 5 Ale_bl, Ale_bl_trig, Alp_bl, & 6 Ale, Alp )6 Ale, Alp, Ale_wake, Alp_wake ) 7 7 8 8 ! ************************************************************** … … 46 46 !---------------- 47 47 REAL, DIMENSION(klon), INTENT(OUT) :: Ale, Alp 48 REAL, DIMENSION(klon), INTENT(OUT) :: Ale_wake, Alp_wake 48 49 49 50 include "thermcell.h" … … 55 56 INTEGER :: i, k 56 57 REAL, DIMENSION(klon) :: www 57 REAL, DIMENSION(klon) :: ale_wake, alp_wake58 58 REAL, SAVE :: ale_max=1000. 59 59 REAL, SAVE :: alp_max=2. -
LMDZ5/trunk/libf/phylmd/alpale_th.F90
r2515 r2554 160 160 161 161 !cc fin nrlmd le 10/04/2012 162 163 ! ------------------------------------------------------------------ 164 ! Transport de la TKE par les panaches thermiques. 165 ! FH : 2010/02/01 166 ! if (iflag_pbl.eq.10) then 167 ! call thermcell_dtke(klon,klev,nbsrf,pdtphys,fm_therm,entr_therm, 168 ! s rg,paprs,pbl_tke) 169 ! endif 170 ! ------------------------------------------------------------------- 162 ! 171 163 !IM/FH: 2011/02/23 172 164 ! Couplage Thermiques/Emanuel seulement si T<0 … … 180 172 endif 181 173 enddo 174 print *,'In order to run with iflag_coupl=2, you have to comment out the following stop' 175 STOP 182 176 endif 183 !184 177 RETURN 185 178 END -
LMDZ5/trunk/libf/phylmd/physiq_mod.F90
r2536 r2554 2294 2294 wake_pe, wake_fip, & 2295 2295 Ale_bl, Ale_bl_trig, Alp_bl, & 2296 Ale, Alp )2296 Ale, Alp , Ale_wake, Alp_wake) 2297 2297 !>jyg 2298 2298 ! … … 2781 2781 alp_bl, alp_bl_stat ) 2782 2782 2783 ! ------------------------------------------------------------------ 2784 ! Transport de la TKE par les panaches thermiques. 2785 ! FH : 2010/02/01 2786 ! if (iflag_pbl.eq.10) then 2787 ! call thermcell_dtke(klon,klev,nbsrf,pdtphys,fm_therm,entr_therm, 2788 ! s rg,paprs,pbl_tke) 2789 ! endif 2790 ! ------------------------------------------------------------------- 2791 2783 2792 do i=1,klon 2784 2793 ! zmax_th(i)=pphi(i,lmax_th(i))/rg
Note: See TracChangeset
for help on using the changeset viewer.