Add Chlorophyll

Add Chlorophyll#

Chlorophyll can be added into a CrocoDash case, using functions from mom6_bathy and called from configure_forcings. There is one parameter in configure forcings and three parameters in MOM6

CrocoDash Parameters#

In case.configure_forcings(), the argument chl_processed_filepath takes in a processed global chlorophyll file

case.configure_forcings(
    date_range = ["2020-01-01 00:00:00", "2020-01-09 00:00:00"],
    chl_file = "<CHL_PROCESSED>",
)