SUEWS API Site
Documentation of SUEWS source code
|
Go to the source code of this file.
Modules | |
module | run_info |
module | metdisagg |
Functions/Subroutines | |
subroutine | metread (lfn, MetArray, InputmetFormat, ldown_option, NetRadiationMethod, snowUse, SMDMethod, SoilDepthMeas, SoilRocks, SoilDensity, SmCap) |
subroutine | run_control (eval, LowerLimit, Upperlimit) |
subroutine | skipheader (lfn, skip) |
subroutine | inputheadercheck (FileName) |
real(kind(1d0)) function | get_prof_spectime_inst (Hour, Min, Sec, Prof_24h) |
real(kind(1d0)) function | get_prof_spectime_mean (Hour, Min, Sec, Prof_24h) |
real(kind(1d0)) function | get_prof_spectime_sum (Hour, Min, Sec, Prof_24h, dt) |
subroutine | codematchohm (Gridiv, is, SWWD) |
subroutine | codematchestm (Gridiv, is) |
subroutine | codematchestm_class (Gridiv, is, ii) |
subroutine | codematchprof (Gridiv, SurfaceCharCodeCol) |
subroutine | codematchdist (rr, CodeCol, codeColSameSurf) |
subroutine | codematchnonveg (rr, CodeCol) |
subroutine | codematchveg (rr, CodeCol) |
subroutine | codematchwater (rr, CodeCol) |
subroutine | codematchsnow (rr, CodeCol) |
subroutine | codematchconductance (rr, CodeCol) |
subroutine | codematchanthropogenic (rr, CodeCol) |
subroutine | codematchirrigation (rr, CodeCol) |
subroutine | codematchsoil (Gridiv, SurfaceCharCodeCol) |
subroutine | codematchbiogen (Gridiv, SurfaceCharCodeCol) |
subroutine | metdisagg::disaggregatemet (iBlock, igrid) |
subroutine | metdisagg::disaggregateestm (iBlock) |
subroutine | metdisagg::disaggregatedatetime (DateTimeForDisagg, tstep, Nper, ReadLinesOrigMetDataMax, DateTimeDscd) |
real(kind(1d0)) function, dimension(readlinesorig_loc *nper_loc) | metdisagg::disagg_lin (Slow, SlowPrev, SlowNext, DisaggType, Nper_loc, ReadLinesOrig_loc, ReadLinesOrigMax_loc, iBlock) |
real(kind(1d0)) function, dimension(readlinesorig_loc *nper_loc) | metdisagg::disaggp_amongn (Slow, amongN, Nper_loc, ReadLinesOrig_loc, ReadLinesOrigMax_loc) |
real(kind(1d0)) function, dimension(readlinesorig_loc *nper_loc) | metdisagg::disaggp_amongnmult (Slow, multupperI, multamongN, Nper_loc, ReadLinesOrig_loc, ReadLinesOrigMax_loc) |
integer function, dimension(:), allocatable | metdisagg::randomsamples (N, OutOf) |
Variables | |
character(len=90), dimension(14) | run_info::text |
integer | run_info::lim0 = 0 |
integer | run_info::lim1 = 1 |
integer | run_info::lim2 = 2 |
integer | run_info::lim4 = 4 |
integer | run_info::lim3 = 3 |
integer | run_info::lim6 = 6 |
integer | run_info::lim8 = 8 |
integer | run_info::lim12 = 12 |
integer | run_info::lfn_us |
logical | run_info::file_qs |
subroutine codematchanthropogenic | ( | integer | rr, |
integer | CodeCol | ||
) |
Definition at line 1229 of file suews_ctrl_input.f95.
References allocatearray::anthropogenic_coeff, colnamesinputfiles::ca_code, errorhint(), initial::iv5, initial::nlinesanthropogenic, defaultnotused::notused, defaultnotused::notusedi, and allocatearray::siteselect.
Referenced by initializesurfacecharacteristics().
subroutine codematchbiogen | ( | integer | Gridiv, |
integer | SurfaceCharCodeCol | ||
) |
Definition at line 1322 of file suews_ctrl_input.f95.
References allocatearray::biogen_coeff, colnamesinputfiles::cb_code, errorhint(), initial::iv5, initial::nlinesbiogen, defaultnotused::notused, defaultnotused::notusedi, and allocatearray::surfacechar.
Referenced by initializesurfacecharacteristics().
subroutine codematchconductance | ( | integer | rr, |
integer | CodeCol | ||
) |
Definition at line 1199 of file suews_ctrl_input.f95.
References colnamesinputfiles::cc_code, allocatearray::conductance_coeff, errorhint(), initial::iv5, initial::nlinesconductance, defaultnotused::notused, defaultnotused::notusedi, and allocatearray::siteselect.
Referenced by initializesurfacecharacteristics().
subroutine codematchdist | ( | integer | rr, |
integer | CodeCol, | ||
integer | codeColSameSurf | ||
) |
Definition at line 1020 of file suews_ctrl_input.f95.
References colnamesinputfiles::c_wgwatercode, colnamesinputfiles::cwg_code, colnamesinputfiles::cwg_topaved, colnamesinputfiles::cwg_torunoff, colnamesinputfiles::cwg_tosoilstore, errorhint(), initial::iv5, initial::nlineswgwaterdist, defaultnotused::notused, defaultnotused::notusedi, allocatearray::siteselect, and allocatearray::wgwaterdist_coeff.
Referenced by initializesurfacecharacteristics().
subroutine codematchestm | ( | integer | Gridiv, |
integer | is | ||
) |
Definition at line 910 of file suews_ctrl_input.f95.
References allocatearray::c_estmcode, colnamesinputfiles::ce_code, errorhint(), allocatearray::estmcoefficients_coeff, initial::iv5, initial::nlinesestmcoefficients, defaultnotused::notused, defaultnotused::notusedi, and allocatearray::surfacechar.
Referenced by initializesurfacecharacteristics().
subroutine codematchestm_class | ( | integer | Gridiv, |
integer | is, | ||
integer | ii | ||
) |
Definition at line 943 of file suews_ctrl_input.f95.
References allocatearray::bldgsurf, colnamesinputfiles::c_code_estmclass_bldgs, colnamesinputfiles::c_code_estmclass_paved, colnamesinputfiles::ce_code, errorhint(), allocatearray::estmcoefficients_coeff, initial::iv5, initial::nlinesestmcoefficients, defaultnotused::notused, defaultnotused::notusedi, allocatearray::pavsurf, and allocatearray::surfacechar.
Referenced by initializesurfacecharacteristics().
subroutine codematchirrigation | ( | integer | rr, |
integer | CodeCol | ||
) |
Definition at line 1262 of file suews_ctrl_input.f95.
References colnamesinputfiles::cir_code, errorhint(), allocatearray::irrigation_coeff, initial::iv5, initial::nlinesirrigation, defaultnotused::notused, defaultnotused::notusedi, and allocatearray::siteselect.
Referenced by initializesurfacecharacteristics().
subroutine codematchnonveg | ( | integer | rr, |
integer | CodeCol | ||
) |
Definition at line 1079 of file suews_ctrl_input.f95.
References colnamesinputfiles::ci_code, errorhint(), initial::iv5, initial::nlinesnonveg, allocatearray::nonveg_coeff, defaultnotused::notused, defaultnotused::notusedi, and allocatearray::siteselect.
Referenced by initializesurfacecharacteristics().
subroutine codematchohm | ( | integer | Gridiv, |
integer | is, | ||
character(len=4) | SWWD | ||
) |
Definition at line 833 of file suews_ctrl_input.f95.
References allocatearray::c_ohmcode_sdry, allocatearray::c_ohmcode_swet, allocatearray::c_ohmcode_wdry, allocatearray::c_ohmcode_wwet, colnamesinputfiles::co_code, errorhint(), initial::iv5, initial::nlinesohmcoefficients, defaultnotused::notused, defaultnotused::notusedi, allocatearray::ohmcoefficients_coeff, and allocatearray::surfacechar.
Referenced by initializesurfacecharacteristics().
subroutine codematchprof | ( | integer | Gridiv, |
integer | SurfaceCharCodeCol | ||
) |
Definition at line 989 of file suews_ctrl_input.f95.
References colnamesinputfiles::cpr_code, errorhint(), initial::iv5, initial::nlinesprofiles, defaultnotused::notused, defaultnotused::notusedi, allocatearray::profiles_coeff, and allocatearray::surfacechar.
Referenced by initializesurfacecharacteristics().
subroutine codematchsnow | ( | integer | rr, |
integer | CodeCol | ||
) |
Definition at line 1169 of file suews_ctrl_input.f95.
References colnamesinputfiles::cs_code, errorhint(), initial::iv5, initial::nlinessnow, defaultnotused::notused, defaultnotused::notusedi, allocatearray::siteselect, and allocatearray::snow_coeff.
Referenced by initializesurfacecharacteristics().
subroutine codematchsoil | ( | integer | Gridiv, |
integer | SurfaceCharCodeCol | ||
) |
Definition at line 1292 of file suews_ctrl_input.f95.
References colnamesinputfiles::cso_code, errorhint(), initial::iv5, initial::nlinessoil, defaultnotused::notused, defaultnotused::notusedi, allocatearray::soil_coeff, and allocatearray::surfacechar.
Referenced by initializesurfacecharacteristics().
subroutine codematchveg | ( | integer | rr, |
integer | CodeCol | ||
) |
Definition at line 1109 of file suews_ctrl_input.f95.
References colnamesinputfiles::cp_code, errorhint(), initial::iv5, initial::nlinesveg, defaultnotused::notused, defaultnotused::notusedi, allocatearray::siteselect, and allocatearray::veg_coeff.
Referenced by initializesurfacecharacteristics().
subroutine codematchwater | ( | integer | rr, |
integer | CodeCol | ||
) |
Definition at line 1139 of file suews_ctrl_input.f95.
References colnamesinputfiles::cw_code, errorhint(), initial::iv5, initial::nlineswater, defaultnotused::notused, defaultnotused::notusedi, allocatearray::siteselect, and allocatearray::water_coeff.
Referenced by initializesurfacecharacteristics().
real(kind(1d0)) function get_prof_spectime_inst | ( | integer, intent(in) | Hour, |
integer, intent(in) | Min, | ||
integer, intent(in) | Sec, | ||
real(kind(1d0)), dimension(0:23), intent(in) | Prof_24h | ||
) |
Definition at line 744 of file suews_ctrl_input.f95.
real(kind(1d0)) function get_prof_spectime_mean | ( | integer, intent(in) | Hour, |
integer, intent(in) | Min, | ||
integer, intent(in) | Sec, | ||
real(kind(1d0)), dimension(0:23), intent(in) | Prof_24h | ||
) |
Definition at line 770 of file suews_ctrl_input.f95.
real(kind(1d0)) function get_prof_spectime_sum | ( | integer, intent(in) | Hour, |
integer, intent(in) | Min, | ||
integer, intent(in) | Sec, | ||
real(kind(1d0)), dimension(0:23), intent(in) | Prof_24h, | ||
integer, intent(in) | dt | ||
) |
Definition at line 802 of file suews_ctrl_input.f95.
subroutine inputheadercheck | ( | character(len=50) | FileName | ) |
Definition at line 256 of file suews_ctrl_input.f95.
References colnamesinputfiles::ca_ahmin_wd, colnamesinputfiles::ca_ahmin_we, colnamesinputfiles::ca_ahslopecooling_wd, colnamesinputfiles::ca_ahslopecooling_we, colnamesinputfiles::ca_ahslopeheating_wd, colnamesinputfiles::ca_ahslopeheating_we, colnamesinputfiles::ca_baset_hc, colnamesinputfiles::ca_co2mwd, colnamesinputfiles::ca_co2mwe, colnamesinputfiles::ca_co2pointsource, colnamesinputfiles::ca_code, colnamesinputfiles::ca_ef_umolco2perj, colnamesinputfiles::ca_enef_v_jkm, colnamesinputfiles::ca_enprofwd, colnamesinputfiles::ca_enprofwe, colnamesinputfiles::ca_fcef_v_kgkmwd, colnamesinputfiles::ca_fcef_v_kgkmwe, colnamesinputfiles::ca_frfossilfuel_heat, colnamesinputfiles::ca_frfossilfuel_nonheat, colnamesinputfiles::ca_frpddwe, colnamesinputfiles::ca_maxfcmetab, colnamesinputfiles::ca_maxqfmetab, colnamesinputfiles::ca_minfcmetab, colnamesinputfiles::ca_minqfmetab, colnamesinputfiles::ca_popprofwd, colnamesinputfiles::ca_popprofwe, colnamesinputfiles::ca_qf_a1, colnamesinputfiles::ca_qf_a2, colnamesinputfiles::ca_qf_b1, colnamesinputfiles::ca_qf_b2, colnamesinputfiles::ca_qf_c1, colnamesinputfiles::ca_qf_c2, colnamesinputfiles::ca_tcriticcooling_wd, colnamesinputfiles::ca_tcriticcooling_we, colnamesinputfiles::ca_tcriticheating_wd, colnamesinputfiles::ca_tcriticheating_we, colnamesinputfiles::ca_trafficunits, colnamesinputfiles::ca_traffprofwd, colnamesinputfiles::ca_traffprofwe, colnamesinputfiles::cb_alpha, colnamesinputfiles::cb_alpha_enh, colnamesinputfiles::cb_beta, colnamesinputfiles::cb_beta_enh, colnamesinputfiles::cb_code, colnamesinputfiles::cb_min_r, colnamesinputfiles::cb_resp_a, colnamesinputfiles::cb_resp_b, colnamesinputfiles::cb_theta, colnamesinputfiles::cc_code, colnamesinputfiles::cc_gsg1, colnamesinputfiles::cc_gsg2, colnamesinputfiles::cc_gsg3, colnamesinputfiles::cc_gsg4, colnamesinputfiles::cc_gsg5, colnamesinputfiles::cc_gsg6, colnamesinputfiles::cc_gskmax, colnamesinputfiles::cc_gsmodel, colnamesinputfiles::cc_gss1, colnamesinputfiles::cc_gss2, colnamesinputfiles::cc_gsth, colnamesinputfiles::cc_gstl, colnamesinputfiles::ce_alb_ibld, colnamesinputfiles::ce_ch_ibld, colnamesinputfiles::ce_ch_iroof, colnamesinputfiles::ce_ch_iwall, colnamesinputfiles::ce_code, colnamesinputfiles::ce_em_ibld, colnamesinputfiles::ce_internal_k1, colnamesinputfiles::ce_internal_k2, colnamesinputfiles::ce_internal_k3, colnamesinputfiles::ce_internal_k4, colnamesinputfiles::ce_internal_k5, colnamesinputfiles::ce_internal_rhocp1, colnamesinputfiles::ce_internal_rhocp2, colnamesinputfiles::ce_internal_rhocp3, colnamesinputfiles::ce_internal_rhocp4, colnamesinputfiles::ce_internal_rhocp5, colnamesinputfiles::ce_internal_thick1, colnamesinputfiles::ce_internal_thick2, colnamesinputfiles::ce_internal_thick3, colnamesinputfiles::ce_internal_thick4, colnamesinputfiles::ce_internal_thick5, colnamesinputfiles::ce_nroom, colnamesinputfiles::ce_surf_k1, colnamesinputfiles::ce_surf_k2, colnamesinputfiles::ce_surf_k3, colnamesinputfiles::ce_surf_k4, colnamesinputfiles::ce_surf_k5, colnamesinputfiles::ce_surf_rhocp1, colnamesinputfiles::ce_surf_rhocp2, colnamesinputfiles::ce_surf_rhocp3, colnamesinputfiles::ce_surf_rhocp4, colnamesinputfiles::ce_surf_rhocp5, colnamesinputfiles::ce_surf_thick1, colnamesinputfiles::ce_surf_thick2, colnamesinputfiles::ce_surf_thick3, colnamesinputfiles::ce_surf_thick4, colnamesinputfiles::ce_surf_thick5, colnamesinputfiles::ce_wall_k1, colnamesinputfiles::ce_wall_k2, colnamesinputfiles::ce_wall_k3, colnamesinputfiles::ce_wall_k4, colnamesinputfiles::ce_wall_k5, colnamesinputfiles::ce_wall_rhocp1, colnamesinputfiles::ce_wall_rhocp2, colnamesinputfiles::ce_wall_rhocp3, colnamesinputfiles::ce_wall_rhocp4, colnamesinputfiles::ce_wall_rhocp5, colnamesinputfiles::ce_wall_thick1, colnamesinputfiles::ce_wall_thick2, colnamesinputfiles::ce_wall_thick3, colnamesinputfiles::ce_wall_thick4, colnamesinputfiles::ce_wall_thick5, colnamesinputfiles::ci_albmax, colnamesinputfiles::ci_albmin, colnamesinputfiles::ci_chanohm, colnamesinputfiles::ci_code, colnamesinputfiles::ci_cpanohm, colnamesinputfiles::ci_drcoef1, colnamesinputfiles::ci_drcoef2, colnamesinputfiles::ci_dreq, colnamesinputfiles::ci_emis, colnamesinputfiles::ci_estmcode, colnamesinputfiles::ci_kkanohm, colnamesinputfiles::ci_ohmcode_sdry, colnamesinputfiles::ci_ohmcode_swet, colnamesinputfiles::ci_ohmcode_wdry, colnamesinputfiles::ci_ohmcode_wwet, colnamesinputfiles::ci_ohmthresh_sw, colnamesinputfiles::ci_ohmthresh_wd, colnamesinputfiles::ci_snowlimpat, colnamesinputfiles::ci_snowlimrem, colnamesinputfiles::ci_soiltcode, colnamesinputfiles::ci_statelimit, colnamesinputfiles::ci_stormax, colnamesinputfiles::ci_stormin, colnamesinputfiles::ci_wetthresh, colnamesinputfiles::cir_code, colnamesinputfiles::cir_daywat1, colnamesinputfiles::cir_daywat2, colnamesinputfiles::cir_daywat3, colnamesinputfiles::cir_daywat4, colnamesinputfiles::cir_daywat5, colnamesinputfiles::cir_daywat6, colnamesinputfiles::cir_daywat7, colnamesinputfiles::cir_daywatper1, colnamesinputfiles::cir_daywatper2, colnamesinputfiles::cir_daywatper3, colnamesinputfiles::cir_daywatper4, colnamesinputfiles::cir_daywatper5, colnamesinputfiles::cir_daywatper6, colnamesinputfiles::cir_daywatper7, colnamesinputfiles::cir_faut, colnamesinputfiles::cir_h_ponding, colnamesinputfiles::cir_ie_a1, colnamesinputfiles::cir_ie_a2, colnamesinputfiles::cir_ie_a3, colnamesinputfiles::cir_ie_m1, colnamesinputfiles::cir_ie_m2, colnamesinputfiles::cir_ie_m3, colnamesinputfiles::cir_ieend, colnamesinputfiles::cir_iestart, colnamesinputfiles::cir_intwu, colnamesinputfiles::co_a1, colnamesinputfiles::co_a2, colnamesinputfiles::co_a3, colnamesinputfiles::co_code, colnamesinputfiles::cp_albmax, colnamesinputfiles::cp_albmin, colnamesinputfiles::cp_baset, colnamesinputfiles::cp_basete, colnamesinputfiles::cp_biogenco2code, colnamesinputfiles::cp_chanohm, colnamesinputfiles::cp_code, colnamesinputfiles::cp_cpanohm, colnamesinputfiles::cp_drcoef1, colnamesinputfiles::cp_drcoef2, colnamesinputfiles::cp_dreq, colnamesinputfiles::cp_emis, colnamesinputfiles::cp_estmcode, colnamesinputfiles::cp_gddfull, colnamesinputfiles::cp_gsmax, colnamesinputfiles::cp_kkanohm, colnamesinputfiles::cp_laieq, colnamesinputfiles::cp_laimax, colnamesinputfiles::cp_laimin, colnamesinputfiles::cp_leafgp1, colnamesinputfiles::cp_leafgp2, colnamesinputfiles::cp_leafop1, colnamesinputfiles::cp_leafop2, colnamesinputfiles::cp_ohmcode_sdry, colnamesinputfiles::cp_ohmcode_swet, colnamesinputfiles::cp_ohmcode_wdry, colnamesinputfiles::cp_ohmcode_wwet, colnamesinputfiles::cp_ohmthresh_sw, colnamesinputfiles::cp_ohmthresh_wd, colnamesinputfiles::cp_porositymax, colnamesinputfiles::cp_porositymin, colnamesinputfiles::cp_sddfull, colnamesinputfiles::cp_snowlimpat, colnamesinputfiles::cp_soiltcode, colnamesinputfiles::cp_statelimit, colnamesinputfiles::cp_stormax, colnamesinputfiles::cp_stormin, colnamesinputfiles::cp_wetthresh, colnamesinputfiles::cpr_code, colnamesinputfiles::cpr_hours, colnamesinputfiles::cs_chanohm, colnamesinputfiles::cs_code, colnamesinputfiles::cs_cpanohm, colnamesinputfiles::cs_estmcode, colnamesinputfiles::cs_kkanohm, colnamesinputfiles::cs_ohmcode_sdry, colnamesinputfiles::cs_ohmcode_swet, colnamesinputfiles::cs_ohmcode_wdry, colnamesinputfiles::cs_ohmcode_wwet, colnamesinputfiles::cs_ohmthresh_sw, colnamesinputfiles::cs_ohmthresh_wd, colnamesinputfiles::cs_snowalbmax, colnamesinputfiles::cs_snowalbmin, colnamesinputfiles::cs_snowcrwmax, colnamesinputfiles::cs_snowcrwmin, colnamesinputfiles::cs_snowemis, colnamesinputfiles::cs_snowplimalb, colnamesinputfiles::cs_snowplimsnow, colnamesinputfiles::cs_snowrmfactor, colnamesinputfiles::cs_snowsdmax, colnamesinputfiles::cs_snowsdmin, colnamesinputfiles::cs_snowtau_a, colnamesinputfiles::cs_snowtau_f, colnamesinputfiles::cs_snowtau_r, colnamesinputfiles::cs_snowtmfactor, colnamesinputfiles::cso_code, colnamesinputfiles::cso_ksat, colnamesinputfiles::cso_obssmdepth, colnamesinputfiles::cso_obssmmax, colnamesinputfiles::cso_obssnrfrac, colnamesinputfiles::cso_soildens, colnamesinputfiles::cso_soildepth, colnamesinputfiles::cso_soilinfrate, colnamesinputfiles::cso_soilstcap, colnamesinputfiles::cw_albmax, colnamesinputfiles::cw_albmin, colnamesinputfiles::cw_chanohm, colnamesinputfiles::cw_code, colnamesinputfiles::cw_cpanohm, colnamesinputfiles::cw_drcoef1, colnamesinputfiles::cw_drcoef2, colnamesinputfiles::cw_dreq, colnamesinputfiles::cw_emis, colnamesinputfiles::cw_estmcode, colnamesinputfiles::cw_kkanohm, colnamesinputfiles::cw_ohmcode_sdry, colnamesinputfiles::cw_ohmcode_swet, colnamesinputfiles::cw_ohmcode_wdry, colnamesinputfiles::cw_ohmcode_wwet, colnamesinputfiles::cw_ohmthresh_sw, colnamesinputfiles::cw_ohmthresh_wd, colnamesinputfiles::cw_statelimit, colnamesinputfiles::cw_stormax, colnamesinputfiles::cw_stormin, colnamesinputfiles::cw_waterdepth, colnamesinputfiles::cw_wetthresh, colnamesinputfiles::cwg_code, colnamesinputfiles::cwg_tobldgs, colnamesinputfiles::cwg_tobsoil, colnamesinputfiles::cwg_todectr, colnamesinputfiles::cwg_toevetr, colnamesinputfiles::cwg_tograss, colnamesinputfiles::cwg_topaved, colnamesinputfiles::cwg_torunoff, colnamesinputfiles::cwg_tosoilstore, colnamesinputfiles::cwg_towater, errorhint(), allocatearray::headeranthropogenic_file, allocatearray::headeranthropogenic_reqd, allocatearray::headerbiogen_file, allocatearray::headerbiogen_reqd, allocatearray::headercond_file, allocatearray::headercond_reqd, allocatearray::headerestmcoefficients_file, allocatearray::headerestmcoefficients_reqd, allocatearray::headerirrigation_file, allocatearray::headerirrigation_reqd, allocatearray::headernonveg_file, allocatearray::headernonveg_reqd, allocatearray::headerohmcoefficients_file, allocatearray::headerohmcoefficients_reqd, allocatearray::headerprofiles_file, allocatearray::headerprofiles_reqd, allocatearray::headersnow_file, allocatearray::headersnow_reqd, allocatearray::headersoil_file, allocatearray::headersoil_reqd, allocatearray::headerveg_file, allocatearray::headerveg_reqd, allocatearray::headerwater_file, allocatearray::headerwater_reqd, allocatearray::headerwgwaterdist_file, allocatearray::headerwgwaterdist_reqd, defaultnotused::notused, and defaultnotused::notusedi.
Referenced by readcoeff().
subroutine metread | ( | integer | lfn, |
real(kind(1d0)), dimension(24) | MetArray, | ||
integer | InputmetFormat, | ||
integer | ldown_option, | ||
integer | NetRadiationMethod, | ||
integer | snowUse, | ||
integer | SMDMethod, | ||
real(kind(1d0)) | SoilDepthMeas, | ||
real(kind(1d0)) | SoilRocks, | ||
real(kind(1d0)) | SoilDensity, | ||
real(kind(1d0)) | SmCap | ||
) |
Definition at line 15 of file suews_ctrl_input.f95.
References errorhint(), defaultnotused::nan, defaultnotused::notused, and defaultnotused::notusedi.
Referenced by metdisagg::disaggregatemet(), and suews_initializemetdata().
subroutine run_control | ( | integer | eval, |
integer | LowerLimit, | ||
integer | Upperlimit | ||
) |
Definition at line 201 of file suews_ctrl_input.f95.
References run_info::file_qs, run_info::lfn_us, and run_info::text.
subroutine skipheader | ( | integer | lfn, |
integer | skip | ||
) |
Definition at line 240 of file suews_ctrl_input.f95.
References errorhint(), defaultnotused::ios_out, defaultnotused::notused, and defaultnotused::reall.
Referenced by estm_module::suews_getestmdata(), and suews_initializemetdata().