CAM
|
Data Types | |
type | temperature_type |
Functions/Subroutines | |
subroutine | init (this, bounds, em_roof_lun, em_wall_lun, em_improad_lun, em_perroad_lun) |
subroutine | initallocate (this, bounds) |
subroutine | inithistory (this, bounds) |
subroutine | initcold (this, bounds, em_roof_lun, em_wall_lun, em_improad_lun, em_perroad_lun) |
subroutine | restart (this, bounds, ncid, flag) |
subroutine | initaccbuffer (this, bounds) |
subroutine | initaccvars (this, bounds) |
subroutine | updateaccvars (this, bounds) |
subroutine temperaturetype::init | ( | class(temperature_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
real(r8), dimension(bounds%begl:), intent(in) | em_roof_lun, | ||
real(r8), dimension(bounds%begl:), intent(in) | em_wall_lun, | ||
real(r8), dimension(bounds%begl:), intent(in) | em_improad_lun, | ||
real(r8), dimension(bounds%begl:), intent(in) | em_perroad_lun | ||
) |
subroutine temperaturetype::initaccbuffer | ( | class(temperature_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
subroutine temperaturetype::initaccvars | ( | class(temperature_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
|
private |
subroutine temperaturetype::initcold | ( | class(temperature_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
real(r8), dimension(bounds%begl:bounds%endl), intent(in) | em_roof_lun, | ||
real(r8), dimension(bounds%begl:bounds%endl), intent(in) | em_wall_lun, | ||
real(r8), dimension(bounds%begl:bounds%endl), intent(in) | em_improad_lun, | ||
real(r8), dimension(bounds%begl:bounds%endl), intent(in) | em_perroad_lun | ||
) |
subroutine temperaturetype::inithistory | ( | class(temperature_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
subroutine temperaturetype::restart | ( | class(temperature_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
type(file_desc_t), intent(inout) | ncid, | ||
character(len=*), intent(in) | flag | ||
) |
subroutine temperaturetype::updateaccvars | ( | class(temperature_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |