#!/bin/bash
# Define locations (matching main analysis but without country names)
locations=("Dubai" "Rio_de_Janeiro" "Rome" "Toronto")
# Define sigma_betas values
sigma_betas_vals=(0 0.05)
# Define True sigma values (delta climate)
True_e_vals=(-0.04 -0.02)
# Define range of overdispersion parameters for the NB observation model
rho_Ks=(0.1 0.16)
# Define if the system is going to be school forced or not
School_Terms=(0 1) # 0 for no forcing and 1 for forcing