Changeset 2862 for LMDZ5/trunk
- Timestamp:
- Apr 23, 2017, 11:22:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/rrtm/readaerosol_optic_rrtm.F90
r2854 r2862 232 232 ENDIF 233 233 ! 234 ! Read and interpolate cidustm234 ! Read and interpolate asno3m, csno3m, cino3m 235 235 IF (flag_aerosol .EQ. 6) THEN 236 236 … … 241 241 CALL readaerosol_interp(id_CINO3M_phy, itap, pdtphys, rjourvrai, & 242 242 debut, pplay, paprs, t_seri, nitrinscoarse, nitrinscoarse_pi, load_tmp3) 243 load ss(:)=load_tmp1(:)+load_tmp2(:)+load_tmp3(:)243 loadno3(:)=load_tmp1(:)+load_tmp2(:)+load_tmp3(:) 244 244 245 245 ELSE
Note: See TracChangeset
for help on using the changeset viewer.