Computation of the daily mean surface temperature of Mars based on obliquity, eccentricity and the anomaly of vernal equinox (local insolation temperature = LIS scheme). More...
Data Types | |
type | ins |
Surface temperatures. More... | |
Functions/Subroutines | |
subroutine | setinstemp (o, ecc, ave, obl, sma, sa, sac, op, ct) |
Main subroutine of module instemp. | |
real(dp) | instam (o, phi) |
Annual mean temperature at latitude phi. | |
real(dp) | instmax (o, phi) |
Annual maximum temperature at latitude phi. | |
real(dp) | inst (o, psi, phi) |
Temperature at orbit position psi and latitude phi. | |
real(dp) | inst1 (o, ipsi, phi) |
Temperature at orbit position ipsi (integer value) and latitude phi. |
Computation of the daily mean surface temperature of Mars based on obliquity, eccentricity and the anomaly of vernal equinox (local insolation temperature = LIS scheme).
real(dp) instemp::inst | ( | type(ins) | o, | |
real(dp) | psi, | |||
real(dp) | phi | |||
) |
Temperature at orbit position psi and latitude phi.
Definition at line 272 of file instemp.f90.
real(dp) instemp::inst1 | ( | type(ins) | o, | |
integer(i4b) | ipsi, | |||
real(dp) | phi | |||
) |
Temperature at orbit position ipsi (integer value) and latitude phi.
Definition at line 294 of file instemp.f90.
real(dp) instemp::instam | ( | type(ins) | o, | |
real(dp) | phi | |||
) |
Annual mean temperature at latitude phi.
Definition at line 228 of file instemp.f90.
real(dp) instemp::instmax | ( | type(ins) | o, | |
real(dp) | phi | |||
) |
Annual maximum temperature at latitude phi.
Definition at line 250 of file instemp.f90.
subroutine instemp::setinstemp | ( | type(ins) | o, | |
real(dp),optional | ecc, | |||
real(dp),optional | ave, | |||
real(dp),optional | obl, | |||
real(dp),optional | sma, | |||
real(dp),optional | sa, | |||
real(dp),optional | sac, | |||
real(dp),optional | op, | |||
real(dp),optional | ct | |||
) |
Main subroutine of module instemp.
Definition at line 57 of file instemp.f90.