DDT for radiation tendencies. More...

Private Member Functions | |
| procedure | setrad => rad_tend_set |
| define scalar values and assign pointers to array data More... | |
| procedure | setphys => rad_phys_set |
| define scalar values and assign pointers to array data More... | |
Private Attributes | |
| real(kind=kind_phys), dimension(:,:), pointer | htrsw => null() |
| [out] swh total sky sw heating rate in k/sec [dim(ix,lm): created in grrad.f] More... | |
| real(kind=kind_phys), dimension(:,:), pointer | htrlw => null() |
| [out] hlw total sky lw heating rate in k/sec [dim(ix,lm): created in grrad.f] More... | |
| real(kind=kind_phys), dimension(:), pointer | sfalb => null() |
| [out] mean surface diffused sw albedo [dim(im): created in gbphys.f and grrad.f] More... | |
| real(kind=kind_phys), dimension(:), pointer | coszen => null() |
| [out] mean cos of zenith angle over rad call period [dim(im): created in gbphys.f and grrad.f] More... | |
| real(kind=kind_phys), dimension(:), pointer | tsflw => null() |
| [out] surface air temp during lw calculation in k [dim(im): created in gbphys.f and grrad.f] More... | |
| real(kind=kind_phys), dimension(:), pointer | semis => null() |
| [out] surface lw emissivity in fraction [dim(im): created in grrad.f] More... | |
| real(kind=kind_phys), dimension(:), pointer | coszdg => null() |
| [InOut?] daytime mean cosz over rad call period [dim(im): created in grrad.f] More... | |
| real(kind=kind_phys), dimension(:), pointer | rqtk => null() |
| [InOut?] mass change due to moisture variation [dim(im): created in gbphys.f] More... | |
| real(kind=kind_phys), dimension(:,:,:), pointer | hlwd => null() |
| [InOut?] idea sky lw heating rates ( k/s ) [dim(ix,levs): created in gbphys.f] More... | |
| real(kind=kind_phys), dimension(:,:), pointer | dtdtr => null() |
| [InOut?] temperature change due to radiative heating per time step (K) [dim(ix,levs): created in gbphys.f] More... | |
| real(kind=kind_phys), dimension(:,:), pointer | swhc => null() |
| [InOut?] clear sky sw heating rates ( k/s ) [dim(ix,levs): created in gbphys.f] More... | |
| real(kind=kind_phys), dimension(:,:), pointer | hlwc => null() |
| [InOut?] clear sky lw heating rates ( k/s ) [dim(ix,levs): created in gbphys.f] More... | |
| real(kind=kind_phys), dimension(:,:), pointer | hlwc_v => null() |
| real(kind=kind_phys), dimension(:,:), pointer | swhc_v => null() |
DDT for radiation tendencies.
Definition at line 719 of file nuopc_physics.F90.