CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ clim_aerinit()

subroutine module_radiation_aerosols::clim_aerinit ( real (kind=kind_phys), dimension(:) solfwv,
real (kind=kind_phys), dimension(:) eirfwv,
integer, intent(in) me,
character(len=26), intent(in) aeros_file,
integer, intent(out) errflg,
character(len=*), intent(out) errmsg )
private
Parameters
solfwv(NWVTOT), solar flux for each individual wavenumber \((w/m^2)\)
eirfwv(NWVTIR), IR flux(273k) for each individual wavenumber \((w/m^2)\)
meprint message control flag

General Algorithm

  • call set_aercoef() to invoke tropospheric aerosol initialization.

Definition at line 957 of file radiation_aerosols.f.