- Timestamp:
- Sep 11, 2024, 4:27:07 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/cosp_utils.F90
r5158 r5185 85 85 mxratio(i,j,k)=mxratio(i,j,k)/rho 86 86 ! Compute effective radius 87 ! if ((reff(i,j,k) <= 0._wp). and.(flux(i,k) /= 0._wp)) then88 if ((reff(i,j,k) <= 0._wp). and.(flux(i,k) > seuil)) then87 ! if ((reff(i,j,k) <= 0._wp).AND.(flux(i,k) /= 0._wp)) then 88 if ((reff(i,j,k) <= 0._wp).AND.(flux(i,k) > seuil)) then 89 89 lambda_x = (a_x*c_x*((rho0/rho)**g_x)*n_ax*gamma1/flux(i,k))**(1._wp/delta) 90 90 reff(i,j,k) = gamma_4_3_2/lambda_x
Note: See TracChangeset
for help on using the changeset viewer.