Module for m_constants. More...
Functions/Subroutines | |
| subroutine | init_constants |
| Subroutine init_constants sets constant values. More... | |
Variables | |
| real | grav |
| gravitational acceleration More... | |
| real | sqrtg |
| square root of grav More... | |
| real | gsq |
| square of grav More... | |
| real | nu |
| kinematic viscosity of water More... | |
| real | d_water |
| density of water More... | |
| real | d_air |
| density of air More... | |
| real | pi |
| circular constant, 3.1415... More... | |
| real | pi2 |
| 2*pi More... | |
| real | pih |
| pi/2 More... | |
| real | dera |
| conversion from degrees to radians More... | |
| real | rade |
| conversion from radians to degrees More... | |
| real | expmin |
| min argument for exp. More... | |
| real | expmax |
| max argument for exp. More... | |
| real | sqrt2 |
| square root of 2 ~ 1.41 More... | |
Module for m_constants.
| subroutine m_constants::init_constants |
| real m_constants::d_air |
| real m_constants::d_water |
| real m_constants::dera |
conversion from degrees to radians
Definition at line 32 of file mod_constants.f90.
Referenced by init_constants(), m_xnldata::q_init(), and m_xnldata::q_makegrid().
| real m_constants::expmax |
max argument for exp.
function to avoid overflow
Definition at line 35 of file mod_constants.f90.
Referenced by init_constants().
| real m_constants::expmin |
min argument for exp.
function to avoid underflow
Definition at line 34 of file mod_constants.f90.
Referenced by init_constants().
| real m_constants::grav |
gravitational acceleration
Definition at line 19 of file mod_constants.f90.
Referenced by init_constants().
| real m_constants::gsq |
| real m_constants::nu |
kinematic viscosity of water
Definition at line 22 of file mod_constants.f90.
Referenced by init_constants().
| real m_constants::pi |
circular constant, 3.1415...
Definition at line 29 of file mod_constants.f90.
Referenced by init_constants(), m_xnldata::q_cmplocus(), m_xnldata::q_init(), m_xnldata::q_locpos(), and m_xnldata::xnl_init().
| real m_constants::pi2 |
| real m_constants::pih |
| real m_constants::rade |
conversion from radians to degrees
Definition at line 33 of file mod_constants.f90.
Referenced by init_constants(), and m_xnldata::q_modify().
| real m_constants::sqrt2 |
| real m_constants::sqrtg |
square root of grav
Definition at line 20 of file mod_constants.f90.
Referenced by init_constants(), m_xnldata::q_locpos(), m_xnldata::x_flocus(), m_xnldata::x_locus1(), and m_xnldata::x_locus2().