Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=200), | public | :: | lighttype | = | "sun" | ||
real(kind=real64), | public | :: | position(3) | ||||
real(kind=real64), | public | :: | maxPPFD | ||||
real(kind=real64), | public | :: | angles(1:2) | = | [180.0d0, 90.0d0] | ||
real(kind=real64), | public | :: | spectrum(2048) | ||||
type(Earth_), | public, | pointer | :: | earth | |||
type(FEMDomain_), | public | :: | femdomain |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Light_), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Light_), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | filename |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Light_), | intent(inout) | :: | this | |||
real(kind=real64), | intent(in) | :: | wavelength | |||
real(kind=real64), | intent(in) | :: | peak_radiation | |||
real(kind=real64), | intent(in) | :: | sigma |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Light_), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | filename |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Light_), | intent(inout) | :: | this | |||
real(kind=real64), | intent(in) | :: | wavelength | |||
real(kind=real64), | intent(in) | :: | peak_radiation | |||
real(kind=real64), | intent(in) | :: | sigma |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Light_), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Light_), | intent(inout) | :: | obj | |||
type(Earth_), | intent(in), | optional, | target | :: | earth |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Light_), | intent(inout) | :: | obj | |||
logical, | intent(in), | optional | :: | Now | ||
integer(kind=int32), | intent(in), | optional | :: | DateTime(6) |