My Project
|
Functions/Subroutines | |
subroutine | init_constants |
Variables | |
real | sqrtg |
real | gsq |
real | nu |
real | d_water |
real | d_air |
real | trshdep |
real | pih |
real | dera |
real | rade |
real | expmin |
real | expmax |
real | sqrt2 |
subroutine m_constants::init_constants | ( | ) |
Definition at line 49 of file swmod3.f90.
real m_constants::d_air |
Definition at line 32 of file swmod3.f90.
real m_constants::d_water |
Definition at line 31 of file swmod3.f90.
real m_constants::dera |
Definition at line 39 of file swmod3.f90.
real m_constants::expmax |
Definition at line 42 of file swmod3.f90.
real m_constants::expmin |
Definition at line 41 of file swmod3.f90.
real m_constants::gsq |
Definition at line 28 of file swmod3.f90.
real m_constants::nu |
Definition at line 29 of file swmod3.f90.
real m_constants::pih |
Definition at line 38 of file swmod3.f90.
real m_constants::rade |
Definition at line 40 of file swmod3.f90.
real m_constants::sqrt2 |
Definition at line 43 of file swmod3.f90.
real m_constants::sqrtg |
Definition at line 27 of file swmod3.f90.
real m_constants::trshdep |
Definition at line 34 of file swmod3.f90.