Newer
Older
# --- simu parameters --- #
initial_time = "2021-01-01 00:00:00"
final_time = "2021-04-01 00:00:00"
input_model = "mercator"
# --- forcings that you want to download--- #
forcing_names = [
"bathymetry",
"tides",
"wind",
"wind_ereefs",
"mercator",
]
# --- preprocessing steps to run --- #
vec_prepro2D = [
"bathymetry",
"coriolis",
"manning",
"mercator",
"wind",
]
# --- Colors for plots --- #
colors = {
"rose": (1, 0.3, 0.3),
"vert": (0, 0.78, 0.5),
"bleu": (0, 0.7, 0.85),
"jaune": (1, 0.75, 0.2),
"gris": (0.9, 0.9, 0.9),
"darkblue": (0, 0.25, 0.33),
"darkgray": (0.3, 0.3, 0.3),
}