PartMC  2.3.0
Public Attributes | List of all members
pmc_env_state::env_state_t Type Reference

Current environment state. More...

Public Attributes

real(kind=dp) temp
 Temperature (K). More...
 
real(kind=dp) rel_humid
 Relative humidity (1). More...
 
real(kind=dp) pressure
 Ambient pressure (Pa). More...
 
real(kind=dp) longitude
 Longitude (degrees). More...
 
real(kind=dp) latitude
 Latitude (degrees). More...
 
real(kind=dp) altitude
 Altitude (m). More...
 
real(kind=dp) start_time
 Start time (s since 00:00 UTC on start_day). More...
 
integer start_day
 Start day of year (UTC). More...
 
real(kind=dp) elapsed_time
 Time since start_time (s). More...
 
real(kind=dp) solar_zenith_angle
 Solar zenith angle (radians from zenith). More...
 
real(kind=dp) height
 Box height (m). More...
 

Detailed Description

Current environment state.

All quantities are instantaneous, describing the state at a particular instant of time. Constant data and other data not associated with the current environment state is stored in scenario_t.

Definition at line 26 of file env_state.F90.

Member Data Documentation

real(kind=dp) pmc_env_state::env_state_t::altitude

Altitude (m).

Definition at line 38 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::elapsed_time

Time since start_time (s).

Definition at line 44 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::height

Box height (m).

Definition at line 48 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::latitude

Latitude (degrees).

Definition at line 36 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::longitude

Longitude (degrees).

Definition at line 34 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::pressure

Ambient pressure (Pa).

Definition at line 32 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::rel_humid

Relative humidity (1).

Definition at line 30 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::solar_zenith_angle

Solar zenith angle (radians from zenith).

Definition at line 46 of file env_state.F90.

integer pmc_env_state::env_state_t::start_day

Start day of year (UTC).

Definition at line 42 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::start_time

Start time (s since 00:00 UTC on start_day).

Definition at line 40 of file env_state.F90.

real(kind=dp) pmc_env_state::env_state_t::temp

Temperature (K).

Definition at line 28 of file env_state.F90.


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