예제 #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)
예제 #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}
                            })
예제 #3
0
def configure_tha_song_yang(cb):
    set_larval_habitat(cb, {"minimus": {"WATER_VEGETATION": 1e8},
                            "maculatus": {"WATER_VEGETATION": 1e8}})
예제 #4
0
def configure_solomon_islands_2node(cb):
    set_larval_habitat(cb, {"farauti": {"BRACKISH_SWAMP", 6e9}})
예제 #5
0
def configure_thies(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 4e7, 'CONSTANT': 1.5e6},
                            "gambiae": {'TEMPORARY_RAINFALL': 4e7, 'CONSTANT': 1.5e6}})
예제 #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}})
예제 #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)
예제 #8
0
def configure_rafin_marke(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 5e8, 'CONSTANT': 8e6},
                            "gambiae": {'TEMPORARY_RAINFALL': 5e8, 'CONSTANT': 8e6}
                            })
예제 #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')
예제 #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)
예제 #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)
예제 #12
0
def configure_laye(cb):
    set_larval_habitat(cb, {"funestus": {'WATER_VEGETATION': 5e7},
                            "gambiae": {'TEMPORARY_RAINFALL': 3e9, 'CONSTANT': 1e7}})
예제 #13
0
def configure_dapelogo(cb):
    set_larval_habitat(cb, {"funestus": {'WATER_VEGETATION': 5e8},
                            "gambiae": {'TEMPORARY_RAINFALL': 3e10, 'CONSTANT': 1e8}})
예제 #14
0
def configure_puerto_rico(cb):
    set_larval_habitat(cb, {"aegypti": {'TEMPORARY_RAINFALL': 1.125e10}})
예제 #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)
예제 #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}
                            })
예제 #17
0
def configure_mocuba(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 1e8, 'CONSTANT': 5e6},
                            "funestus": {'WATER_VEGETATION': 8e8}})
예제 #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}})
예제 #19
0
def configure_ndiop(cb):
    set_larval_habitat(cb, {"arabiensis": {'TEMPORARY_RAINFALL': 4e8, 'CONSTANT': 5e6},
                            "gambiae": {'TEMPORARY_RAINFALL': 4e8, 'CONSTANT': 5e6}})