Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | RHOSFBB | = | 0.0d0 | ||
real(kind=r64), | public | :: | RHOSBBB | = | 0.0d0 | ||
real(kind=r64), | public | :: | TAUSFBB | = | 0.0d0 | ||
real(kind=r64), | public | :: | TAUSBBB | = | 0.0d0 | ||
real(kind=r64), | public | :: | RHOSFBD | = | 0.0d0 | ||
real(kind=r64), | public | :: | RHOSBBD | = | 0.0d0 | ||
real(kind=r64), | public | :: | TAUSFBD | = | 0.0d0 | ||
real(kind=r64), | public | :: | TAUSBBD | = | 0.0d0 | ||
real(kind=r64), | public | :: | RHOSFDD | = | 0.0d0 | ||
real(kind=r64), | public | :: | RHOSBDD | = | 0.0d0 | ||
real(kind=r64), | public | :: | TAUS_DD | = | 0.0d0 |
TYPE CFSSWP
REAL(r64) :: RHOSFBB =0.0d0 ! Solar reflectance, BEAM-BEAM, front (outside) side (any angle of incidence)
REAL(r64) :: RHOSBBB =0.0d0 ! Solar reflectance, BEAM-BEAM, back (inside) side (any angle of incidence)
REAL(r64) :: TAUSFBB =0.0d0 ! Solar transmittance, BEAM-BEAM, any angle of incidence
! radiation incident from front (outside)
REAL(r64) :: TAUSBBB =0.0d0 ! Solar transmittance, BEAM-BEAM, any angle of incidence
! radiation incident from back (inside)
REAL(r64) :: RHOSFBD =0.0d0 ! Solar reflectance, BEAM-DIFFUSE, front (outside) side
! BEAM-DIFFUSE, any angle of incidence
REAL(r64) :: RHOSBBD =0.0d0 ! Solar reflectance, BEAM-DIFFUSE, back (inside) side
! any angle of incidence
REAL(r64) :: TAUSFBD =0.0d0 ! Solar transmittance, BEAM-DIFFUSE, front (outside) side
! any angle of incidence
REAL(r64) :: TAUSBBD =0.0d0 ! Solar transmittance, BEAM-DIFFUSE, any angle of incidence
REAL(r64) :: RHOSFDD =0.0d0 ! Solar reflectance, DIFFUSE-DIFFUSE, front (outside) side
REAL(r64) :: RHOSBDD =0.0d0 ! Solar reflectance, DIFFUSE-DIFFUSE, back (inside) side
REAL(r64) :: TAUS_DD =0.0d0 ! Solar transmittance, DIFFUSE-DIFFUSE
! (same value for radiation incident from front or back)
END TYPE CFSSWP