SUEWS API Site
Documentation of SUEWS source code
|
Go to the source code of this file.
Modules | |
module | cbl_module |
module | bluews_module |
Functions/Subroutines | |
subroutine | bluews_module::cbl (iy, id, it, imin, ir, gridiv, qh_choice, dectime, temp_c, press_hpa, avkdn, avu1, avrh, avcp, avdens, es_hpa, lv_j_kg, nsh_real, tstep, ustar, psih, is, numberofgrids, qhforcbl, qeforcbl, readlinesmetdata, dataoutbl) |
subroutine | bluews_module::cbl_readinputdata (fileinputpath, qh_choice) |
subroutine | bluews_module::cbl_initial (qh_use, qe_use, tm_k_zm, qm_gkg_zm, startflag, ir, gridiv) |
subroutine | bluews_module::nbl (iy, id, it, imin, dectime, ir, qh_choice, qh_use, qe_use, tm_k_zm, qm_gkg_zm, startflag, gridiv, psih, ustar, temp_c, numberofgrids, qhforcbl, qeforcbl, press_hpa, avu1, avrh, readlinesmetdata, dataoutbl, avcp, avdens, es_hpa, lv_j_kg) |
subroutine | bluews_module::rkutta (neqn_use, xa, xb, y_use, nsteps) |
subroutine | bluews_module::diff (s, y1, dyds) |
subroutine | bluews_module::sonde (id) |
subroutine | bluews_module::gamma_sonde |
Variables | |
integer | cbl_module::entrainmenttype |
integer | cbl_module::co2_included |
integer | cbl_module::initialdata_use |
integer | cbl_module::sondeflag |
integer | cbl_module::isubs |
integer, dimension(366) | cbl_module::cblday = 0 |
character(len=200), dimension(366) | cbl_module::filesonde = "" |
character(len=200) | cbl_module::initialdatafilename |
real(kind(1d0)) | cbl_module::wsb |
real(kind(1d0)), dimension(1:10) | cbl_module::cbldata |
real(kind(1d0)), dimension(:, :), allocatable | cbl_module::inicbldata |
integer | cbl_module::zmax |
integer | cbl_module::neqn = 6 |
integer | cbl_module::icblcount |
integer | cbl_module::nlineindata |
real(kind(1d0)) | cbl_module::c2k = 273.16 |
real(kind(1d0)) | cbl_module::usbl |
real(kind(1d0)) | cbl_module::ftbl |
real(kind(1d0)) | cbl_module::fqbl |
real(kind(1d0)) | cbl_module::fcbl |
real(kind(1d0)) | cbl_module::gamt |
real(kind(1d0)) | cbl_module::gamq |
real(kind(1d0)) | cbl_module::gamc |
real(kind(1d0)) | cbl_module::tpp |
real(kind(1d0)) | cbl_module::qpp |
real(kind(1d0)) | cbl_module::cp0 |
real(kind(1d0)) | cbl_module::alpha3 |
real(kind(1d0)) | cbl_module::blh_m |
real(kind(1d0)) | cbl_module::blh1_m |
real(kind(1d0)) | cbl_module::cm |
real(kind(1d0)) | cbl_module::gamt_km |
real(kind(1d0)) | cbl_module::gamq_gkgm |
real(kind(1d0)) | cbl_module::gamq_kgkgm |
real(kind(1d0)) | cbl_module::tm_c |
real(kind(1d0)) | cbl_module::tm_k |
real(kind(1d0)) | cbl_module::tmp_k |
real(kind(1d0)) | cbl_module::tp_c |
real(kind(1d0)) | cbl_module::tp_k |
real(kind(1d0)) | cbl_module::tpp_k |
real(kind(1d0)) | cbl_module::febl_kgkgms |
real(kind(1d0)) | cbl_module::fhbl_kms |
real(kind(1d0)) | cbl_module::qm_gkg |
real(kind(1d0)) | cbl_module::qm_kgkg |
real(kind(1d0)) | cbl_module::qp_gkg |
real(kind(1d0)) | cbl_module::qp_kgkg |
real(kind(1d0)) | cbl_module::qpp_kgkg |
real(kind(1d0)), dimension(0:500, 2) | cbl_module::gtheta |
real(kind(1d0)), dimension(0:500, 2) | cbl_module::ghum |
real(kind(1d0)), dimension(6) | cbl_module::y |