Changeset 2665 for LMDZ5/trunk/libf/phylmd/acama_gwd_rando_m.F90
- Timestamp:
- Oct 12, 2016, 2:53:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/acama_gwd_rando_m.F90
r2357 r2665 136 136 RUWFRT=gwd_front_ruwmax 137 137 SATFRT=gwd_front_sat 138 CMAX = 40. ! Characteristic phase speed138 CMAX = 50. ! Characteristic phase speed 139 139 ! Phase speed test 140 140 ! RUWFRT=0.01 … … 145 145 ! CRUCIAL PARAMETERS FOR THE WIND FILTERING 146 146 XLAUNCH=0.95 ! Parameter that control launching altitude 147 RDISS = 1! Diffusion parameter147 RDISS = 0.5 ! Diffusion parameter 148 148 149 149 ! maximum of rain for which our theory applies (in kg/m^2/s) … … 377 377 ! RESTORE DIMENSION OF A FLUX 378 378 ! *RD*TR/PR 379 *1. + RUW0(JW, :) 379 ! *1. + RUW0(JW, :) 380 *1. 380 381 381 382 ! Factor related to the characteristics of the waves: NONE … … 417 418 ! No breaking (Eq.6) 418 419 ! Dissipation (Eq. 8) 419 WWP(JW, :) = WWM(JW, :) * EXP(- 2. * RDISS * PR / (PH(:, LL + 1) &420 WWP(JW, :) = WWM(JW, :) * EXP(- 4. * RDISS * PR / (PH(:, LL + 1) & 420 421 + PH(:, LL)) * ((BV(:, LL + 1) + BV(:, LL)) / 2.)**3 & 421 422 / MAX(ABS(ZOP(JW, :) + ZOM(JW, :)) / 2., ZOISEC)**4 &
Note: See TracChangeset
for help on using the changeset viewer.