!================================================================== module aerosol_mod !================================================================== ! aerosol indexes: these are initialized in iniaerosol.F and should be 0 if the ! corresponding aerosol was not activated in callphys.def integer, save :: iaero_co2 integer, save :: iaero_h2o integer, save :: iaero_dust integer, save :: iaero_h2so4 !================================================================== end module aerosol_mod !==================================================================