- Timestamp:
- Oct 20, 2008, 5:53:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/physiq.F
r1001 r1015 1946 1946 s pmfu, pmfd, pen_u, pde_u, pen_d, pde_d, 1947 1947 s kcbot, kctop, kdtop, pmflxr, pmflxs) 1948 d_u_con = 0. 1949 d_v_con = 0. 1950 1948 1951 WHERE (rain_con < 0.) rain_con = 0. 1949 1952 WHERE (snow_con < 0.) snow_con = 0. … … 2720 2723 2721 2724 IF (config_inca == 'aero') THEN 2722 CALL AEROSOL_METEO_CALC(calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs 2723 & ,prfl,psfl,pctsrf,airephy,xjour,rlat,rlon,u10m,v10m) 2725 CALL AEROSOL_METEO_CALC( 2726 $ calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs, 2727 $ prfl,psfl,pctsrf,airephy,xjour,rlat,rlon,u10m,v10m) 2724 2728 END IF 2725 2729 … … 2822 2826 CALL radlwsw_inca 2823 2827 e (kdlon,kflev,dist, rmu0, fract, solaire, 2824 e paprs, pplay,zxtsol,albsol , albsollw, t_seri,q_seri,2828 e paprs, pplay,zxtsol,albsol1, albsol2, t_seri,q_seri, 2825 2829 e wo, 2826 2830 e cldfra, cldemi, cldtau, … … 3248 3252 $ pphis, 3249 3253 $ zx_rh) 3250 $ xjour)3251 3254 3252 3255 CALL VTe(VTinca)
Note: See TracChangeset
for help on using the changeset viewer.