TSR-Proj / config.sh
config.sh
Raw
# Define locations
locations=("Dubai, United Arab Emirates" "Rio_de_Janeiro, Brazil" "Rome, Italy" "Toronto, Canada")

# Define sigma_betas values
sigma_betas_vals=(0 0.05)

# Define ID values
ID_vals=($(seq 1 50)) # IDs from 1 to 50

# Define True sigma values
True_e_vals=(-0.04 -0.02) # True values for the delta of climate

# Define range of overdispersion parameters for the NB observation model
rho_Ks=(0.1 0.16)

# Define a range of mean reporting rates to test
rho_Means=(0.5)

# Define a range of numbers to be used for the import rate 
import_rates=(1e-5)

# Define if the system is going to be school forced or not
School_Terms=(0 1) # 0 for no forcing and 1 for forcing