|
CAM
|
Functions/Subroutines | |
| subroutine, public | aerosolmasses (bounds, num_on, filter_on, num_off, filter_off, waterflux_vars, waterstate_vars, aerosol_vars) |
| subroutine, public | aerosolfluxes (bounds, num_snowc, filter_snowc, atm2lnd_vars, aerosol_vars) |
Variables | |
| real(r8), parameter, public | snw_rds_min = 54.526_r8 |
| subroutine, public aerosolmod::aerosolfluxes | ( | type(bounds_type), intent(in) | bounds, |
| integer, intent(in) | num_snowc, | ||
| integer, dimension(:), intent(in) | filter_snowc, | ||
| type(atm2lnd_type), intent(in) | atm2lnd_vars, | ||
| type(aerosol_type), intent(inout) | aerosol_vars | ||
| ) |

| subroutine, public aerosolmod::aerosolmasses | ( | type(bounds_type), intent(in) | bounds, |
| integer, intent(in) | num_on, | ||
| integer, dimension(:), intent(in) | filter_on, | ||
| integer, intent(in) | num_off, | ||
| integer, dimension(:), intent(in) | filter_off, | ||
| type(waterflux_type), intent(in) | waterflux_vars, | ||
| type(waterstate_type), intent(inout) | waterstate_vars, | ||
| type(aerosol_type), intent(inout) | aerosol_vars | ||
| ) |


| real(r8), parameter, public aerosolmod::snw_rds_min = 54.526_r8 |