|
SUEWS API Site
Documentation of SUEWS source code
|
Variables | |
| integer | entrainmenttype |
| integer | co2_included |
| integer | initialdata_use |
| integer | sondeflag |
| integer | isubs |
| integer, dimension(366) | cblday = 0 |
| character(len=200), dimension(366) | filesonde = "" |
| character(len=200) | initialdatafilename |
| real(kind(1d0)) | wsb |
| real(kind(1d0)), dimension(1:10) | cbldata |
| real(kind(1d0)), dimension(:, :), allocatable | inicbldata |
| integer | zmax |
| integer | neqn = 6 |
| integer | icblcount |
| integer | nlineindata |
| real(kind(1d0)) | c2k = 273.16 |
| real(kind(1d0)) | usbl |
| real(kind(1d0)) | ftbl |
| real(kind(1d0)) | fqbl |
| real(kind(1d0)) | fcbl |
| real(kind(1d0)) | gamt |
| real(kind(1d0)) | gamq |
| real(kind(1d0)) | gamc |
| real(kind(1d0)) | tpp |
| real(kind(1d0)) | qpp |
| real(kind(1d0)) | cp0 |
| real(kind(1d0)) | alpha3 |
| real(kind(1d0)) | blh_m |
| real(kind(1d0)) | blh1_m |
| real(kind(1d0)) | cm |
| real(kind(1d0)) | gamt_km |
| real(kind(1d0)) | gamq_gkgm |
| real(kind(1d0)) | gamq_kgkgm |
| real(kind(1d0)) | tm_c |
| real(kind(1d0)) | tm_k |
| real(kind(1d0)) | tmp_k |
| real(kind(1d0)) | tp_c |
| real(kind(1d0)) | tp_k |
| real(kind(1d0)) | tpp_k |
| real(kind(1d0)) | febl_kgkgms |
| real(kind(1d0)) | fhbl_kms |
| real(kind(1d0)) | qm_gkg |
| real(kind(1d0)) | qm_kgkg |
| real(kind(1d0)) | qp_gkg |
| real(kind(1d0)) | qp_kgkg |
| real(kind(1d0)) | qpp_kgkg |
| real(kind(1d0)), dimension(0:500, 2) | gtheta |
| real(kind(1d0)), dimension(0:500, 2) | ghum |
| real(kind(1d0)), dimension(6) | y |
| real(kind(1d0)) cbl_module::alpha3 |
| real(kind(1d0)) cbl_module::blh1_m |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl().
| real(kind(1d0)) cbl_module::blh_m |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), bluews_module::gamma_sonde(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::c2k = 273.16 |
Definition at line 24 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), bluews_module::cbl_initial(), and bluews_module::nbl().
| real(kind(1d0)), dimension(1:10) cbl_module::cbldata |
Definition at line 16 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), and bluews_module::diff().
| integer, dimension(366) cbl_module::cblday = 0 |
Definition at line 11 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_readinputdata().
| real(kind(1d0)) cbl_module::cm |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl().
| integer cbl_module::co2_included |
Definition at line 4 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), and bluews_module::cbl_readinputdata().
| real(kind(1d0)) cbl_module::cp0 |
Definition at line 26 of file suews_phys_bluews.f95.
| integer cbl_module::entrainmenttype |
Definition at line 4 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_readinputdata(), and bluews_module::diff().
| real(kind(1d0)) cbl_module::fcbl |
Definition at line 26 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), bluews_module::cbl_readinputdata(), and bluews_module::diff().
| real(kind(1d0)) cbl_module::febl_kgkgms |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), and bluews_module::diff().
| real(kind(1d0)) cbl_module::fhbl_kms |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), and bluews_module::diff().
| character(len=200), dimension(366) cbl_module::filesonde = "" |
Definition at line 13 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_readinputdata(), and bluews_module::sonde().
| real(kind(1d0)) cbl_module::fqbl |
Definition at line 26 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::ftbl |
Definition at line 26 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::gamc |
Definition at line 26 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::gamq |
Definition at line 26 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::gamq_gkgm |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::gamq_kgkgm |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), bluews_module::cbl_initial(), bluews_module::diff(), and bluews_module::gamma_sonde().
| real(kind(1d0)) cbl_module::gamt |
Definition at line 26 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::gamt_km |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), bluews_module::diff(), bluews_module::gamma_sonde(), and bluews_module::nbl().
| real(kind(1d0)), dimension(0:500, 2) cbl_module::ghum |
Definition at line 51 of file suews_phys_bluews.f95.
Referenced by bluews_module::gamma_sonde(), and bluews_module::sonde().
| real(kind(1d0)), dimension(0:500, 2) cbl_module::gtheta |
Definition at line 51 of file suews_phys_bluews.f95.
Referenced by bluews_module::gamma_sonde(), and bluews_module::sonde().
| integer cbl_module::icblcount |
Definition at line 20 of file suews_phys_bluews.f95.
| real(kind(1d0)), dimension(:, :), allocatable cbl_module::inicbldata |
Definition at line 17 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), bluews_module::cbl_readinputdata(), and bluews_module::nbl().
| integer cbl_module::initialdata_use |
Definition at line 4 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), bluews_module::cbl_readinputdata(), and bluews_module::nbl().
| character(len=200) cbl_module::initialdatafilename |
Definition at line 14 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_readinputdata().
| integer cbl_module::isubs |
Definition at line 4 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_readinputdata(), and bluews_module::diff().
| integer cbl_module::neqn = 6 |
Definition at line 20 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl().
| integer cbl_module::nlineindata |
Definition at line 20 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), bluews_module::cbl_readinputdata(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::qm_gkg |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), bluews_module::cbl_initial(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::qm_kgkg |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::qp_gkg |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::qp_kgkg |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), bluews_module::diff(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::qpp |
Definition at line 26 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::qpp_kgkg |
Definition at line 28 of file suews_phys_bluews.f95.
| integer cbl_module::sondeflag |
Definition at line 4 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), bluews_module::cbl_initial(), bluews_module::cbl_readinputdata(), bluews_module::gamma_sonde(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::tm_c |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), bluews_module::cbl_initial(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::tm_k |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), bluews_module::diff(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::tmp_k |
Definition at line 28 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::tp_c |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl(), bluews_module::cbl_initial(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::tp_k |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_initial(), bluews_module::diff(), and bluews_module::nbl().
| real(kind(1d0)) cbl_module::tpp |
Definition at line 26 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::tpp_k |
Definition at line 28 of file suews_phys_bluews.f95.
Referenced by bluews_module::diff().
| real(kind(1d0)) cbl_module::usbl |
Definition at line 26 of file suews_phys_bluews.f95.
| real(kind(1d0)) cbl_module::wsb |
Definition at line 15 of file suews_phys_bluews.f95.
Referenced by bluews_module::cbl_readinputdata(), and bluews_module::diff().
| real(kind(1d0)), dimension(6) cbl_module::y |
| integer cbl_module::zmax |
Definition at line 20 of file suews_phys_bluews.f95.
Referenced by bluews_module::gamma_sonde(), and bluews_module::sonde().
1.8.13