- Timestamp:
- Aug 31, 2023, 2:58:34 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ_cdrag_LSCE/libf/phylmd/physiq_mod.F90
r4489 r4661 1212 1212 REAL qql1(klon),qql2(klon),corrqql 1213 1213 1214 1215 REAL, dimension(klon) :: pr_et 1216 REAL, dimension(klon) :: w_et, jlr_g_c, jlr_g_s 1217 1214 1218 REAL pi 1215 1219 … … 2667 2671 ELSE IF (iflag_gusts==2) THEN 2668 2672 gustiness(1:klon)=f_gust_bl*ale_bl_stat(1:klon)+f_gust_wk*ale_wake(1:klon) 2673 !!!! modif olivier torres 2674 ELSE IF (iflag_gusts==3) THEN 2675 w_et=wstar(1,3) 2676 jlr_g_s=(0.65*w_et)**2 2677 pr_et=rain_con*8640 2678 jlr_g_c = (((19.8*(pr_et(1:klon)**2))/(1.5+pr_et(1:klon)+pr_et(1:klon)**2))**(0.4))**2 2679 gustiness(1:klon)=jlr_g_c+jlr_g_s 2680 !! write(*,*) "rain ",pr_et 2681 !! write(*,*) "jlr_g_c",jlr_g_c 2682 !! write(*,*) "wstar",wstar(1,3) 2683 !! write(*,*) "jlr_g_s",jlr_g_s 2669 2684 ! ELSE IF (iflag_gusts==2) THEN 2670 2685 ! do i = 1, klon
Note: See TracChangeset
for help on using the changeset viewer.