- Timestamp:
- Oct 14, 2016, 2:57:28 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2642-2664
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/rrtm/readaerosol_optic_rrtm.F90
r2542 r2669 2 2 ! 3 3 SUBROUTINE readaerosol_optic_rrtm(debut, aerosol_couple, & 4 new_aod, flag_aerosol, itap, rjourvrai, &4 new_aod, flag_aerosol, flag_bc_internal_mixture, itap, rjourvrai, & 5 5 pdtphys, pplay, paprs, t_seri, rhcl, presnivs, & 6 6 tr_seri, mass_solu_aero, mass_solu_aero_pi, & … … 32 32 LOGICAL, INTENT(IN) :: new_aod 33 33 INTEGER, INTENT(IN) :: flag_aerosol 34 LOGICAL, INTENT(IN) :: flag_bc_internal_mixture 34 35 INTEGER, INTENT(IN) :: itap 35 36 REAL, INTENT(IN) :: rjourvrai … … 303 304 !--new aerosol properties 304 305 ! aeropt_6bands for rrtm 305 CALL aeropt_6bands_rrtm( &306 pdel, m_allaer, pdtphys, rhcl,&307 tau_aero, piz_aero, cg_aero, 308 m_allaer_pi, flag_aerosol, &309 zrho )306 CALL aeropt_6bands_rrtm( & 307 pdel, m_allaer, rhcl, & 308 tau_aero, piz_aero, cg_aero, & 309 m_allaer_pi, flag_aerosol, & 310 flag_bc_internal_mixture, zrho ) 310 311 311 312 ! aeropt_5wv only for validation and diagnostics 312 CALL aeropt_5wv_rrtm( & 313 pdel, m_allaer, & 314 pdtphys, rhcl, aerindex, & 315 flag_aerosol, pplay, t_seri, & 313 CALL aeropt_5wv_rrtm( & 314 pdel, m_allaer, & 315 rhcl, aerindex, & 316 flag_aerosol, & 317 flag_bc_internal_mixture, & 318 pplay, t_seri, & 316 319 tausum_aero, tau3d_aero ) 317 320
Note: See TracChangeset
for help on using the changeset viewer.