Skip to content

Where have these functions gone? #19

@hsonne

Description

@hsonne

The following functions are used but not defined (any more?) in the package:

  1. get_q_zulaessig()

  2. get_average_runoff_coef()

    grid$q_zul[i] <- r2q::get_q_zulaessig(A_ba = grid$A_ba[i], A_E0 = grid$A_E0[i])
    grid$allowed_Aba[i] <- r2q::get_allowed_area(q_zul = grid$q_zul[i])
    grid$allowed_fDA[i] <- r2q::get_average_runoff_coef(A_ba = grid$A_ba[i],
    q_zul = grid$q_zul[i],
    R_Spende = 150)

  3. max_area_steady_state()

  4. max_area_dynamic()

    spec_area <- if(tt == "anual"){
    max_area_steady_state(
    Q_river = q_mean,
    Ci_river = c_table$c_river[pol_no],
    Ci_threshold = c_table$threshold[pol_no],
    Ci_storm = c_table$mix_q95[pol_no], # or c_table$mix_med for the average value
    coeff_runoff = fD_catchment,
    Q_rain = yearly_rain)
    } else {
    max_area_dynamic(
    Q_river = q_mean,
    Ci_river = c_table$c_river[pol_no],
    Ci_threshold = c_table$threshold[pol_no],
    Ci_storm = c_table$mix_med[pol_no], # or c_table$mix_med for the average value
    coeff_runoff = fD_catchment,
    q_rain = rain[2],
    t_rain = rain[1],
    river_length = river_length,
    river_cross_section = river_cross_section) # Hier muss der Querschnitt gering bleiben, da es hier um das Volumen des unbelasteten Flusswassers geht
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions