SICOPOLIS V3.3
Data Types | Functions/Subroutines
mars_instemp_m Module Reference

Computation of the daily mean surface temperature of Mars based on obliquity, eccentricity and the anomaly of vernal equinox (local insolation temperature scheme = LIT scheme). More...

Data Types

type  ins
 Martian surface temperatures. More...
 

Functions/Subroutines

subroutine setinstemp (o, ecc, ave, obl, sma, sa, sac, op, ct)
 Main subroutine of module mars_instemp_m. More...
 
real(dp) function instam (o, phi)
 Annual mean temperature at latitude phi. More...
 
real(dp) function instmax (o, phi)
 Annual maximum temperature at latitude phi. More...
 
real(dp) function inst (o, psi, phi)
 Temperature at orbit position psi and latitude phi. More...
 
real(dp) function inst1 (o, ipsi, phi)
 Temperature at orbit position ipsi (integer) and latitude phi. More...
 

Detailed Description

Computation of the daily mean surface temperature of Mars based on obliquity, eccentricity and the anomaly of vernal equinox (local insolation temperature scheme = LIT scheme).

Function/Subroutine Documentation

real(dp) function mars_instemp_m::inst ( type(ins o,
real(dp)  psi,
real(dp)  phi 
)

Temperature at orbit position psi and latitude phi.

Definition at line 282 of file mars_instemp_m.f90.

real(dp) function mars_instemp_m::inst1 ( type(ins o,
integer(i4b)  ipsi,
real(dp)  phi 
)

Temperature at orbit position ipsi (integer) and latitude phi.

Definition at line 306 of file mars_instemp_m.f90.

real(dp) function mars_instemp_m::instam ( type(ins o,
real(dp)  phi 
)

Annual mean temperature at latitude phi.

Definition at line 234 of file mars_instemp_m.f90.

real(dp) function mars_instemp_m::instmax ( type(ins o,
real(dp)  phi 
)

Annual maximum temperature at latitude phi.

Definition at line 258 of file mars_instemp_m.f90.

subroutine mars_instemp_m::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 mars_instemp_m.

Definition at line 63 of file mars_instemp_m.f90.