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 |