|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
Functions/Subroutines | |
| subroutine | wdm6 (th, q, qc, qr, qi, qs, qg, nn, nc, nr, den, pii, p, delz, delt, g, cpd, cpv, ccn0, rd, rv, t0c, ep1, ep2, qmin, xls, xlv0, xlf0, den0, denr, cliq, cice, psat, xland, rain, rainncv, snow, snowncv, sr, refl_10cm, diagflag, do_radar_ref, graupel, graupelncv, itimestep, has_reqc, has_reqi, has_reqs, re_cloud, re_ice, re_snow, ids, ide, jds, jde, kds, kde, ims, ime, jms, jme, kms, kme, its, ite, jts, jte, kts, kte) |
| subroutine | wdm62d (t, q, qci, qrs, ncr, den, p, delz, delt, g, cpd, cpv, ccn0, rd, rv, t0c, ep1, ep2, qmin, xls, xlv0, xlf0, den0, denr, cliq, cice, psat, lat, slmsk, rain, rainncv, sr, ids, ide, jds, jde, kds, kde, ims, ime, jms, jme, kms, kme, its, ite, jts, jte, kts, kte, snow, snowncv, graupel, graupelncv, microphysics_debug, diag_i_dbg, diag_j_dbg) |
| real(kind=kind_phys) function | rgmma (x) |
| real(kind=kind_phys) function | fpvs (t, ice, rd, rv, cvap, cliq, cice, hvap, hsub, psat, t0c) |
| subroutine | wdm6init (den0, denr, dens, cl, cpv, ccn0, hail_opt, allowed_to_read) |
| subroutine | slope_wdm6 (qrs, ncr, den, denfac, t, rslope, rslopeb, rslope2, rslope3, vt, vtn, its, ite, kts, kte) |
| subroutine | slope_rain (qrs, ncr, den, denfac, t, rslope, rslopeb, rslope2, rslope3, vt, vtn, its, ite, kts, kte) |
| subroutine | slope_snow (qrs, den, denfac, t, rslope, rslopeb, rslope2, rslope3, vt, its, ite, kts, kte) |
| subroutine | slope_graup (qrs, den, denfac, t, rslope, rslopeb, rslope2, rslope3, vt, its, ite, kts, kte) |
| subroutine | nislfv_rain_plmr (im, km, denl, denfacl, tkl, dzl, wwl, rql, rnl, precip, dt, id, iter, rid) |
| subroutine | nislfv_rain_plm6 (im, km, denl, denfacl, tkl, dzl, wwl, rql, rql2, precip1, precip2, dt, id, iter) |
| subroutine | refl10cm_wdm6 (qv1d, qr1d, nr1d, qs1d, qg1d, t1d, p1d, dBZ, kts, kte, ii, jj) |
| subroutine | effectrad_wdm6 (t, qc, nc, qi, qs, rho, qmin, t0c, re_qc, re_qi, re_qs, kts, kte, ii, jj) |
| subroutine, public | mp_wdm6_init (den0, denr, dens, cl, cpv, ccn0, hail_opt, errmsg, errflg) |
| subroutine, public | mp_wdm6_run (t, q, qc, qi, qr, qs, qg, nn, nc, nr, den, p, delz, delt, g, cpd, cpv, rd, rv, t0c, ep1, ep2, qmin, xls, xlv0, xlf0, den0, denr, cliq, cice, psat, ccn0, xland, rain, rainncv, sr, snow, snowncv, graupel, graupelncv, its, ite, kts, kte, microphysics_debug, diag_i_dbg, diag_j_dbg, diag_k_raw_base, errmsg, errflg) |
Variables | |
| integer, parameter | kind_phys = c_double |
| real(kind=kind_phys), parameter, private | dtcldcr = 120. |
| real(kind=kind_phys), parameter, private | n0r = 8.e6 |
| real(kind=kind_phys), parameter, private | n0s = 2.e6 |
| real(kind=kind_phys), parameter, private | n0smax = 1.e11 |
| real(kind=kind_phys), parameter, private | dens = 100.0 |
| real(kind=kind_phys), parameter, private | alpha = .12 |
| real(kind=kind_phys), parameter, private | avtr = 841.9 |
| real(kind=kind_phys), parameter, private | bvtr = 0.8 |
| real(kind=kind_phys), parameter, private | avts = 11.72 |
| real(kind=kind_phys), parameter, private | bvts = .41 |
| real(kind=kind_phys), parameter, private | lamdacmax = 5.e5 |
| real(kind=kind_phys), parameter, private | lamdacmin = 2.e4 |
| real(kind=kind_phys), parameter, private | lamdarmax = 5.e4 |
| real(kind=kind_phys), parameter, private | lamdarmin = 2.e3 |
| real(kind=kind_phys), parameter, private | lamdasmax = 1.e5 |
| real(kind=kind_phys), parameter, private | r0 = .8e-5 |
| real(kind=kind_phys), parameter, private | peaut = .55 |
| real(kind=kind_phys), parameter, private | xncr = 3.e8 |
| real(kind=kind_phys), parameter, private | xncr0 = 5.e7 |
| real(kind=kind_phys), parameter, private | xncr1 = 5.e8 |
| real(kind=kind_phys), parameter, private | xmyu = 1.718e-5 |
| real(kind=kind_phys), parameter, private | dicon = 11.9 |
| real(kind=kind_phys), parameter, private | dimax = 500.e-6 |
| real(kind=kind_phys), parameter, private | pfrz1 = 100. |
| real(kind=kind_phys), parameter, private | pfrz2 = 0.66 |
| real(kind=kind_phys), parameter, private | qcrmin = 1.e-9 |
| real(kind=kind_phys), parameter, private | ncmin = 1.e1 |
| real(kind=kind_phys), parameter, private | nrmin = 1.e-2 |
| real(kind=kind_phys), parameter, private | eacrc = 1.0 |
| real(kind=kind_phys), parameter, private | qs0 = 6.e-4 |
| real(kind=kind_phys), parameter, private | satmax = 1.0048 |
| real(kind=kind_phys), parameter, private | actk = 0.6 |
| real(kind=kind_phys), parameter, private | actr = 1.5 |
| real(kind=kind_phys), parameter, private | ncrk1 = 3.03e3 |
| real(kind=kind_phys), parameter, private | ncrk2 = 2.59e15 |
| real(kind=kind_phys), parameter, private | di100 = 1.e-4 |
| real(kind=kind_phys), parameter, private | di600 = 6.e-4 |
| real(kind=kind_phys), parameter, private | di2000 = 2000.e-6 |
| real(kind=kind_phys), parameter, private | di82 = 82.e-6 |
| real(kind=kind_phys), parameter, private | di15 = 15.e-6 |
| real(kind=kind_phys), save | qc0 |
| real(kind=kind_phys), save | qc1 |
| real(kind=kind_phys), save | qck1 |
| real(kind=kind_phys), save | pidnc |
| real(kind=kind_phys), save | bvtr1 |
| real(kind=kind_phys), save | bvtr2 |
| real(kind=kind_phys), save | bvtr3 |
| real(kind=kind_phys), save | bvtr4 |
| real(kind=kind_phys), save | bvtr5 |
| real(kind=kind_phys), save | bvtr6 |
| real(kind=kind_phys), save | bvtr7 |
| real(kind=kind_phys), save | bvtr2o5 |
| real(kind=kind_phys), save | bvtr3o5 |
| real(kind=kind_phys), save | g1pbr |
| real(kind=kind_phys), save | g2pbr |
| real(kind=kind_phys), save | g3pbr |
| real(kind=kind_phys), save | g4pbr |
| real(kind=kind_phys), save | g5pbr |
| real(kind=kind_phys), save | g6pbr |
| real(kind=kind_phys), save | g7pbr |
| real(kind=kind_phys), save | g5pbro2 |
| real(kind=kind_phys), save | g7pbro2 |
| real(kind=kind_phys), save | pi |
| real(kind=kind_phys), save | pvtr |
| real(kind=kind_phys), save | pvtrn |
| real(kind=kind_phys), save | eacrr |
| real(kind=kind_phys), save | pacrr |
| real(kind=kind_phys), save | pidn0r |
| real(kind=kind_phys), save | pidnr |
| real(kind=kind_phys), save | precr1 |
| real(kind=kind_phys), save | precr2 |
| real(kind=kind_phys), save | xmmax |
| real(kind=kind_phys), save | roqimax |
| real(kind=kind_phys), save | bvts1 |
| real(kind=kind_phys), save | bvts2 |
| real(kind=kind_phys), save | bvts3 |
| real(kind=kind_phys), save | bvts4 |
| real(kind=kind_phys), save | g1pbs |
| real(kind=kind_phys), save | g3pbs |
| real(kind=kind_phys), save | g4pbs |
| real(kind=kind_phys), save | g5pbso2 |
| real(kind=kind_phys), save | pvts |
| real(kind=kind_phys), save | pacrs |
| real(kind=kind_phys), save | precs1 |
| real(kind=kind_phys), save | precs2 |
| real(kind=kind_phys), save | pidn0s |
| real(kind=kind_phys), save | xlv1 |
| real(kind=kind_phys), save | pacrc |
| real(kind=kind_phys), save | bvtg1 |
| real(kind=kind_phys), save | bvtg2 |
| real(kind=kind_phys), save | bvtg3 |
| real(kind=kind_phys), save | bvtg4 |
| real(kind=kind_phys), save | g1pbg |
| real(kind=kind_phys), save | g3pbg |
| real(kind=kind_phys), save | g4pbg |
| real(kind=kind_phys), save | g5pbgo2 |
| real(kind=kind_phys), save | pvtg |
| real(kind=kind_phys), save | pacrg |
| real(kind=kind_phys), save | precg1 |
| real(kind=kind_phys), save | precg2 |
| real(kind=kind_phys), save | pidn0g |
| real(kind=kind_phys), save | n0g |
| real(kind=kind_phys), save | avtg |
| real(kind=kind_phys), save | bvtg |
| real(kind=kind_phys), save | deng |
| real(kind=kind_phys), save | lamdagmax |
| real(kind=kind_phys), save | rslopecmax |
| real(kind=kind_phys), save | rslopec2max |
| real(kind=kind_phys), save | rslopec3max |
| real(kind=kind_phys), save | rslopermax |
| real(kind=kind_phys), save | rslopesmax |
| real(kind=kind_phys), save | rslopegmax |
| real(kind=kind_phys), save | rsloperbmax |
| real(kind=kind_phys), save | rslopesbmax |
| real(kind=kind_phys), save | rslopegbmax |
| real(kind=kind_phys), save | rsloper2max |
| real(kind=kind_phys), save | rslopes2max |
| real(kind=kind_phys), save | rslopeg2max |
| real(kind=kind_phys), save | rsloper3max |
| real(kind=kind_phys), save | rslopes3max |
| real(kind=kind_phys), save | rslopeg3max |
|
private |
Referenced by wdm6().


|
private |
| subroutine, public mp_wdm6::mp_wdm6_init | ( | real(kind=kind_phys), intent(in) | den0, |
| real(kind=kind_phys), intent(in) | denr, | ||
| real(kind=kind_phys), intent(in) | dens, | ||
| real(kind=kind_phys), intent(in) | cl, | ||
| real(kind=kind_phys), intent(in) | cpv, | ||
| real(kind=kind_phys), intent(in) | ccn0, | ||
| integer, intent(in) | hail_opt, | ||
| character(len=*), intent(out) | errmsg, | ||
| integer, intent(out) | errflg | ||
| ) |
Referenced by wdm6_isohelper::mp_wdm6_init_c().


| subroutine, public mp_wdm6::mp_wdm6_run | ( | real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | t, |
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | q, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | qc, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | qi, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | qr, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | qs, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | qg, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | nn, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | nc, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(inout) | nr, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(in) | den, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(in) | p, | ||
| real(kind=kind_phys), dimension(its:ite, kts:kte), intent(in) | delz, | ||
| real(kind=kind_phys), intent(in) | delt, | ||
| real(kind=kind_phys), intent(in) | g, | ||
| real(kind=kind_phys), intent(in) | cpd, | ||
| real(kind=kind_phys), intent(in) | cpv, | ||
| real(kind=kind_phys), intent(in) | rd, | ||
| real(kind=kind_phys), intent(in) | rv, | ||
| real(kind=kind_phys), intent(in) | t0c, | ||
| real(kind=kind_phys), intent(in) | ep1, | ||
| real(kind=kind_phys), intent(in) | ep2, | ||
| real(kind=kind_phys), intent(in) | qmin, | ||
| real(kind=kind_phys), intent(in) | xls, | ||
| real(kind=kind_phys), intent(in) | xlv0, | ||
| real(kind=kind_phys), intent(in) | xlf0, | ||
| real(kind=kind_phys), intent(in) | den0, | ||
| real(kind=kind_phys), intent(in) | denr, | ||
| real(kind=kind_phys), intent(in) | cliq, | ||
| real(kind=kind_phys), intent(in) | cice, | ||
| real(kind=kind_phys), intent(in) | psat, | ||
| real(kind=kind_phys), intent(in) | ccn0, | ||
| real(kind=kind_phys), dimension(its:ite), intent(in) | xland, | ||
| real(kind=kind_phys), dimension(its:ite), intent(inout) | rain, | ||
| real(kind=kind_phys), dimension(its:ite), intent(inout) | rainncv, | ||
| real(kind=kind_phys), dimension(its:ite), intent(inout) | sr, | ||
| real(kind=kind_phys), dimension(its:ite), intent(inout) | snow, | ||
| real(kind=kind_phys), dimension(its:ite), intent(inout) | snowncv, | ||
| real(kind=kind_phys), dimension(its:ite), intent(inout) | graupel, | ||
| real(kind=kind_phys), dimension(its:ite), intent(inout) | graupelncv, | ||
| integer, intent(in) | its, | ||
| integer, intent(in) | ite, | ||
| integer, intent(in) | kts, | ||
| integer, intent(in) | kte, | ||
| integer, intent(in) | microphysics_debug, | ||
| integer, intent(in) | diag_i_dbg, | ||
| integer, intent(in) | diag_j_dbg, | ||
| integer, intent(in) | diag_k_raw_base, | ||
| character(len=*), intent(out) | errmsg, | ||
| integer, intent(out) | errflg | ||
| ) |
Referenced by wdm6_isohelper::mp_wdm6_run_c().


|
private |
Referenced by wdm62d().


|
private |
Referenced by wdm62d().


|
private |
Referenced by wdm6().


Referenced by effectrad_wdm6(), WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), wdm6init(), wsm6_nislfv_rain_plm6_scratch(), and wsm6_nislfv_rain_plm_scratch().

|
private |
|
private |
|
private |
|
private |
|
private |

|
private |
Referenced by mp_wdm6_run(), and wdm6().


|
private |
Referenced by mp_wdm6_init().


Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by erf_resolved_wall_flux::apply_face(), compute_max_reflectivity_dbz(), ComputeDiffusivityYSUNew(), NodalReconstruction::conjugateGradient(), effectrad_wdm6(), SurfaceLayer::fill_tsurf_with_sst_and_tsk(), interpolate_1d(), realbdy_compute_interior_ghost_rhs(), refl10cm_wdm6(), slope_snow(), slope_wdm6(), wdm62d(), wdm6_nislfv_rain_plm6_column(), and wrf_moisture_target().
Referenced by wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by WSM6::Advance(), WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), wdm62d(), and wdm6init().
Referenced by WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), and wdm6init().
Referenced by slope_graup(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by WDM6::Advance(), WSM6::Advance(), WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), slope_rain(), slope_wdm6(), and wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), WSM6::Advance(), WDM6::initialize_coeffs(), wdm62d(), and wdm6init().
Referenced by WDM6::Advance(), WSM6::Advance(), WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), and wdm62d().
Referenced by WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), and wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm62d(), and wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by wdm6init().
Referenced by WSM6::Advance(), and wdm6init().
Referenced by wdm62d(), and wdm6init().
Referenced by wdm6init().
| integer, parameter mp_wdm6::kind_phys = c_double |
Referenced by rgmma().
Referenced by WDM6::Advance(), WDM6::initialize_coeffs(), wdm62d(), and wdm6init().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by WDM6::Advance(), WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), wdm62d(), and wdm6init().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), and wdm6init().
Referenced by refl10cm_wdm6(), wdm62d(), and wdm6init().
Referenced by wdm6init().
Referenced by effectrad_wdm6(), refl10cm_wdm6(), slope_snow(), slope_wdm6(), wdm62d(), and wdm6init().
Referenced by WDM6::Advance(), WSM6::Advance(), effectrad_wdm6(), refl10cm_wdm6(), slope_snow(), slope_wdm6(), wdm62d(), and wdm6_nislfv_rain_plm6_column().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), slope_rain(), slope_wdm6(), and wdm62d().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), and wdm6init().
Referenced by wdm6init().
Referenced by WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), and wdm6init().
Referenced by WDM6::Advance(), WSM6::Advance(), and wdm62d().
Referenced by WDM6::Advance(), WSM6::Advance(), and wdm62d().
Referenced by effectrad_wdm6(), refl10cm_wdm6(), wdm62d(), and wdm6init().
Referenced by slope_graup(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by wdm6init(), and wsm6_nislfv_rain_plm_scratch().
Referenced by effectrad_wdm6(), slope_snow(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by effectrad_wdm6(), wdm62d(), and wdm6init().
Referenced by slope_rain(), slope_wdm6(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), slope_graup(), slope_wdm6(), wdm62d(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by WSM6::Advance(), slope_rain(), slope_wdm6(), wdm62d(), wdm6init(), and wsm6_nislfv_rain_plm_scratch().
Referenced by slope_rain(), slope_wdm6(), and wdm6init().
Referenced by WSM6::Advance(), slope_snow(), slope_wdm6(), wdm62d(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by WSM6::Advance(), ERF::derive_diag_profiles_stag(), wdm62d(), and wdm6init().
Referenced by ERF::derive_diag_profiles_stag(), wdm62d(), and wdm6init().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by WDM6::Advance(), WSM6::Advance(), slope_graup(), slope_rain(), slope_snow(), slope_wdm6(), wdm62d(), and wdm6_nislfv_rain_plm6_column().
Referenced by WDM6::Advance(), WSM6::Advance(), and wdm62d().
Referenced by WSM6::Advance(), wdm62d(), and wdm6init().
Referenced by wdm62d(), and wdm6init().
Referenced by wdm62d(), and wdm6init().
Referenced by wdm62d(), and wdm6init().
Referenced by slope_graup(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by slope_graup(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by slope_graup(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by slope_graup(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by slope_rain(), slope_wdm6(), wdm6init(), and wsm6_nislfv_rain_plm_scratch().
Referenced by slope_rain(), slope_wdm6(), wdm6init(), and wsm6_nislfv_rain_plm_scratch().
Referenced by slope_rain(), slope_wdm6(), wdm6init(), and wsm6_nislfv_rain_plm_scratch().
Referenced by slope_rain(), slope_wdm6(), wdm6init(), and wsm6_nislfv_rain_plm_scratch().
Referenced by slope_snow(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by slope_snow(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by slope_snow(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by slope_snow(), slope_wdm6(), wdm6_nislfv_rain_plm6_column(), wdm6init(), and wsm6_nislfv_rain_plm6_scratch().
Referenced by WDM6::Advance(), and wdm62d().
Referenced by wdm62d(), and wdm6init().
Referenced by wdm6init().
Referenced by WDM6::initialize_coeffs(), WSM6::initialize_coeffs(), and wdm6init().
Referenced by WSM6::initialize_coeffs().
Referenced by WDM6::initialize_coeffs(), and wdm6init().
Referenced by WDM6::initialize_coeffs(), and wdm6init().