Esempio n. 1
0
def configure_gwembe_sinazongwe_115_nodes(cb):
    set_geography(cb, "Gwembe_Sinazongwe_115_nodes")

    '''
    once PIECEWISE_MONTHLY habitat is introduced we can configure it;
    set_larval_habitat(cb, {"arabiensis":{'TEMPORARY_RAINFALL': 1e8, 'CONSTANT': 2e6},
                            "funestus":[ 1e8, 2e7 ]})
    '''

    '''
    for now we only configure water vegetation
    '''
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 1e8, 'CONSTANT': 2e6},
                            "funestus": {"WATER_VEGETATION": 2e7}})

    set_species_param(cb, "arabiensis", "Indoor_Feeding_Fraction", 0.5)
Esempio n. 2
0
def configure_namawala(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 7.5e9, 'CONSTANT': 1e7},
                            "funestus": {'WATER_VEGETATION': 4e8},
                            "gambiae": {'TEMPORARY_RAINFALL': 8.3e8, 'CONSTANT': 1e7}
                            })
Esempio n. 3
0
def configure_tha_song_yang(cb):
    set_larval_habitat(cb, {"minimus": {"WATER_VEGETATION": 1e8},
                            "maculatus": {"WATER_VEGETATION": 1e8}})
Esempio n. 4
0
def configure_solomon_islands_2node(cb):
    set_larval_habitat(cb, {"farauti": {"BRACKISH_SWAMP", 6e9}})
Esempio n. 5
0
def configure_thies(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 4e7, 'CONSTANT': 1.5e6},
                            "gambiae": {'TEMPORARY_RAINFALL': 4e7, 'CONSTANT': 1.5e6}})
Esempio n. 6
0
def configure_west_kenya(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 2.2e9, 'CONSTANT': 1e7},
                            "funestus": {'WATER_VEGETATION': 7e8},
                            "gambiae": {'TEMPORARY_RAINFALL': 5.5e9, 'CONSTANT': 1e7}})
Esempio n. 7
0
def configure_gwembesinazongwepopcluster(cb):
    # set_larval_habitat(cb, {"arabiensis":[2e9, 8e7]})
    # set_species_param(cb,"arabiensis","Indoor_Feeding_Fraction",0.8)
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 2e9, 'CONSTANT': 2e8}})
    set_species_param(cb, "arabiensis", "Indoor_Feeding_Fraction", 0.5)
Esempio n. 8
0
def configure_rafin_marke(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 5e8, 'CONSTANT': 8e6},
                            "gambiae": {'TEMPORARY_RAINFALL': 5e8, 'CONSTANT': 8e6}
                            })
Esempio n. 9
0
def configure_sinazongweconstant(cb):
    set_larval_habitat(cb, {"arabiensis": {'CONSTANT': 1.5e9}})
    set_species_param(cb, "arabiensis", "Indoor_Feeding_Fraction", 0.5)
    set_climate_constant(cb, Base_Air_Temperature=22, Base_Rainfall=10)
    cb.enable('Climate_Stochasticity')
Esempio n. 10
0
def configure_gwembesinazongwehealthfacility(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 2e9, 'CONSTANT': 8e7}})
    set_species_param(cb, "arabiensis", "Indoor_Feeding_Fraction", 0.8)
Esempio n. 11
0
def configure_chipepo(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 1e9, 'CONSTANT': 1e9}})
    set_species_param(cb, "arabiensis", "Indoor_Feeding_Fraction", 0.5)
Esempio n. 12
0
def configure_laye(cb):
    set_larval_habitat(cb, {"funestus": {'WATER_VEGETATION': 5e7},
                            "gambiae": {'TEMPORARY_RAINFALL': 3e9, 'CONSTANT': 1e7}})
Esempio n. 13
0
def configure_dapelogo(cb):
    set_larval_habitat(cb, {"funestus": {'WATER_VEGETATION': 5e8},
                            "gambiae": {'TEMPORARY_RAINFALL': 3e10, 'CONSTANT': 1e8}})
Esempio n. 14
0
def configure_puerto_rico(cb):
    set_larval_habitat(cb, {"aegypti": {'TEMPORARY_RAINFALL': 1.125e10}})
Esempio n. 15
0
def configure_munumbwe_1_node(cb):
    set_geography(cb, "Munumbwe_1_node")
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 2e9, 'CONSTANT': 2e8}})
    set_species_param(cb, "arabiensis", "Indoor_Feeding_Fraction", 0.5)
Esempio n. 16
0
def configure_matsari(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 2.2e9, 'CONSTANT': 1.25e7},
                            "funestus": {'WATER_VEGETATION': 2.5e7},
                            "gambiae": {'TEMPORARY_RAINFALL': 2.2e9, 'CONSTANT': 1.25e7}
                            })
Esempio n. 17
0
def configure_mocuba(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 1e8, 'CONSTANT': 5e6},
                            "funestus": {'WATER_VEGETATION': 8e8}})
Esempio n. 18
0
def configure_dielmo(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 4e9, 'CONSTANT': 1e7},
                            "funestus": {'WATER_VEGETATION': 5e8},
                            "gambiae": {'TEMPORARY_RAINFALL': 4e9, 'CONSTANT': 1e7}})
Esempio n. 19
0
def configure_ndiop(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 4e8, 'CONSTANT': 5e6},
                            "gambiae": {'TEMPORARY_RAINFALL': 4e8, 'CONSTANT': 5e6}})