|
CAM
|
Data Types | |
| type | dust_type |
Functions/Subroutines | |
| subroutine | init (this, bounds) |
| subroutine | initallocate (this, bounds) |
| subroutine | inithistory (this, bounds) |
| subroutine | initcold (this, bounds) |
| subroutine, public | dustemission (bounds, num_nolakep, filter_nolakep, atm2lnd_vars, soilstate_vars, canopystate_vars, waterstate_vars, frictionvel_vars, dust_vars) |
| subroutine, public | dustdrydep (bounds, atm2lnd_vars, frictionvel_vars, dust_vars) |
| subroutine | initdustvars (this, bounds) |
Variables | |
| real(r8), dimension(:,:), allocatable | ovr_src_snk_mss |
| real(r8), dimension(:), allocatable | dmt_vwr |
| real(r8), dimension(:), allocatable | stk_crc |
| real(r8) | tmp1 |
| real(r8) | dns_aer |
| subroutine, public dustmod::dustdrydep | ( | type(bounds_type), intent(in) | bounds, |
| type(atm2lnd_type), intent(in) | atm2lnd_vars, | ||
| type(frictionvel_type), intent(in) | frictionvel_vars, | ||
| type(dust_type), intent(inout) | dust_vars | ||
| ) |

| subroutine, public dustmod::dustemission | ( | type(bounds_type), intent(in) | bounds, |
| integer, intent(in) | num_nolakep, | ||
| integer, dimension(num_nolakep), intent(in) | filter_nolakep, | ||
| type(atm2lnd_type), intent(in) | atm2lnd_vars, | ||
| type(soilstate_type), intent(in) | soilstate_vars, | ||
| type(canopystate_type), intent(in) | canopystate_vars, | ||
| type(waterstate_type), intent(in) | waterstate_vars, | ||
| type(frictionvel_type), intent(in) | frictionvel_vars, | ||
| type(dust_type), intent(inout) | dust_vars | ||
| ) |

| subroutine dustmod::init | ( | class(dust_type) | this, |
| type(bounds_type), intent(in) | bounds | ||
| ) |
|
private |
| subroutine dustmod::initcold | ( | class (dust_type) | this, |
| type(bounds_type), intent(in) | bounds | ||
| ) |
| subroutine dustmod::initdustvars | ( | class(dust_type) | this, |
| type(bounds_type), intent(in) | bounds | ||
| ) |
|
private |

|
private |
|
private |
|
private |
|
private |
|
private |