Changeset 3425 for LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/physiq_mod.F90
- Timestamp:
- Dec 13, 2018, 1:07:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/physiq_mod.F90
r3419 r3425 1352 1352 1353 1353 IF (type_trac == 'inca') THEN 1354 ! jg : initialisation jusqu'au ces variables sont dans restart 1355 ccm(:,:,:) = 0. 1356 tau_aero(:,:,:,:) = 0. 1357 piz_aero(:,:,:,:) = 0. 1358 cg_aero(:,:,:,:) = 0. 1354 1359 1355 1360 config_inca='none' ! default … … 3603 3608 #else 3604 3609 !--climatologies or INCA aerosols 3605 CALL readaerosol_optic_rrtm( debut, aerosol_couple, ok_alw, &3610 CALL readaerosol_optic_rrtm( debut, aerosol_couple, ok_alw, ok_volcan, & 3606 3611 new_aod, flag_aerosol, flag_bc_internal_mixture, itap, jD_cur-jD_ref, & 3607 3612 pdtphys, pplay, paprs, t_seri, rhcl, presnivs, & … … 3693 3698 CALL readaerosolstrato1_rrtm(debut) 3694 3699 ELSEIF (flag_aerosol_strat.EQ.2) THEN 3695 CALL readaerosolstrato2_rrtm(debut )3700 CALL readaerosolstrato2_rrtm(debut, ok_volcan) 3696 3701 ELSE 3697 3702 abort_message='flag_aerosol_strat must equal 1 or 2 for rrtm=1'
Note: See TracChangeset
for help on using the changeset viewer.