sources_planetheating_mod::sources_planetheating Type Reference
Inheritance diagram for sources_planetheating_mod::sources_planetheating:
Collaboration diagram for sources_planetheating_mod::sources_planetheating:

Private Member Functions

PROCEDURE initsources
 
PROCEDURE infosources
 
PROCEDURE updatecooling => updateplanetheating
 
FINAL finalize
 

Private Attributes

type(marray_base), allocatable cos1
 
type(marray_base), allocatable sin1
 precompute and store some cos/sin values More...
 
real radflux
 radiant stellar flux density at 1 AU More...
 
real albedo
 albedo of the planet More...
 
real sm_axis
 semi-major axis More...
 
real excentricity
 excentricity More...
 
real true_anomaly
 true anomaly aka orbital phase angle More...
 
real omegasun
 rotational omega of the star More...
 
real year
 period of one planetary orbit More...
 
real theta0
 
real phi0
 states were heating should start More...
 

Additional Inherited Members

- Public Attributes inherited from logging_base_mod::logging_base
integer, public err
 error code More...
 

Detailed Description

Definition at line 86 of file sources_planetheating.f90.

Member Function/Subroutine Documentation

◆ finalize()

FINAL sources_planetheating_mod::sources_planetheating::finalize
finalprivate

Definition at line 102 of file sources_planetheating.f90.

Here is the call graph for this function:

◆ infosources()

PROCEDURE sources_planetheating_mod::sources_planetheating::infosources
private

Definition at line 100 of file sources_planetheating.f90.

◆ initsources()

PROCEDURE sources_planetheating_mod::sources_planetheating::initsources
private

Definition at line 98 of file sources_planetheating.f90.

◆ updatecooling()

PROCEDURE sources_planetheating_mod::sources_planetheating::updatecooling
private

Definition at line 101 of file sources_planetheating.f90.

Member Data Documentation

◆ albedo

real sources_planetheating_mod::sources_planetheating::albedo
private

albedo of the planet

Definition at line 90 of file sources_planetheating.f90.

◆ cos1

type(marray_base), allocatable sources_planetheating_mod::sources_planetheating::cos1
private

Definition at line 87 of file sources_planetheating.f90.

◆ excentricity

real sources_planetheating_mod::sources_planetheating::excentricity
private

excentricity

Definition at line 92 of file sources_planetheating.f90.

◆ omegasun

real sources_planetheating_mod::sources_planetheating::omegasun
private

rotational omega of the star

Definition at line 94 of file sources_planetheating.f90.

◆ phi0

real sources_planetheating_mod::sources_planetheating::phi0
private

states were heating should start

Definition at line 96 of file sources_planetheating.f90.

◆ radflux

real sources_planetheating_mod::sources_planetheating::radflux
private

radiant stellar flux density at 1 AU

Definition at line 89 of file sources_planetheating.f90.

◆ sin1

type(marray_base), allocatable sources_planetheating_mod::sources_planetheating::sin1
private

precompute and store some cos/sin values

Definition at line 87 of file sources_planetheating.f90.

◆ sm_axis

real sources_planetheating_mod::sources_planetheating::sm_axis
private

semi-major axis

Definition at line 91 of file sources_planetheating.f90.

◆ theta0

real sources_planetheating_mod::sources_planetheating::theta0
private

Definition at line 96 of file sources_planetheating.f90.

◆ true_anomaly

real sources_planetheating_mod::sources_planetheating::true_anomaly
private

true anomaly aka orbital phase angle

Definition at line 93 of file sources_planetheating.f90.

◆ year

real sources_planetheating_mod::sources_planetheating::year
private

period of one planetary orbit

Definition at line 95 of file sources_planetheating.f90.


The documentation for this type was generated from the following file: