PartMC  2.6.1
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 29 of file env_state.F90.

Member Data Documentation

◆ altitude

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

Altitude (m).

Definition at line 41 of file env_state.F90.

◆ elapsed_time

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

Time since start_time (s).

Definition at line 47 of file env_state.F90.

◆ height

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

Box height (m).

Definition at line 51 of file env_state.F90.

◆ latitude

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

Latitude (degrees).

Definition at line 39 of file env_state.F90.

◆ longitude

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

Longitude (degrees).

Definition at line 37 of file env_state.F90.

◆ pressure

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

Ambient pressure (Pa).

Definition at line 35 of file env_state.F90.

◆ rel_humid

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

Relative humidity (1).

Definition at line 33 of file env_state.F90.

◆ solar_zenith_angle

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

Solar zenith angle (radians from zenith).

Definition at line 49 of file env_state.F90.

◆ start_day

integer pmc_env_state::env_state_t::start_day

Start day of year (UTC).

Definition at line 45 of file env_state.F90.

◆ start_time

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

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

Definition at line 43 of file env_state.F90.

◆ temp

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

Temperature (K).

Definition at line 31 of file env_state.F90.


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