Skip to content

Commit

Permalink
black formatting using v.24.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Sep 10, 2024
1 parent ca75de4 commit 4d5839e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions cime_config/MARBL_scripts/MOM_MARBL_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ def write_MARBL_diagnostics_file(
if "DIC_ALT_CO2" in full_diag_dict.keys():
full_diag_dict["DIC_ALT_CO2"]["diags"]["DIC_ALT_CO2_RIV_FLUX"] = freq_op
full_diag_dict["DIC_ALT_CO2"]["diags"]["J_DIC_ALT_CO2"] = freq_op
full_diag_dict["DIC_ALT_CO2"]["diags"][
"Jint_100m_DIC_ALT_CO2"
] = Jint_100m_freq_op["DIC_ALT_CO2"]
full_diag_dict["DIC_ALT_CO2"]["diags"]["Jint_100m_DIC_ALT_CO2"] = (
Jint_100m_freq_op["DIC_ALT_CO2"]
)
# full_diag_dict['DIC_ALT_CO2']['diags']['tend_zint_100m_DIC_ALT_CO2'] = freq_op
full_diag_dict["DIC_ALT_CO2"]["properties"]["include budget terms"] = True
full_diag_dict["DIC_ALT_CO2"]["properties"]["has surface flux"] = True
Expand All @@ -282,9 +282,9 @@ def write_MARBL_diagnostics_file(
full_diag_dict["ALK_ALT_CO2"]["diags"]["ALK_ALT_CO2_RIV_FLUX"] = freq_op
full_diag_dict["ALK_ALT_CO2"]["diags"]["STF_ALK_ALT_CO2"] = freq_op
full_diag_dict["ALK_ALT_CO2"]["diags"]["J_ALK_ALT_CO2"] = low_freq_op
full_diag_dict["ALK_ALT_CO2"]["diags"][
"Jint_100m_ALK_ALT_CO2"
] = Jint_100m_freq_op["ALK_ALT_CO2"]
full_diag_dict["ALK_ALT_CO2"]["diags"]["Jint_100m_ALK_ALT_CO2"] = (
Jint_100m_freq_op["ALK_ALT_CO2"]
)
# full_diag_dict['ALK_ALT_CO2']['diags']['tend_zint_100m_ALK_ALT_CO2'] = freq_op
full_diag_dict["ALK_ALT_CO2"]["properties"]["has surface flux"] = True
# DOC
Expand Down Expand Up @@ -335,9 +335,9 @@ def write_MARBL_diagnostics_file(
# DO13Ctot
if "DO13Ctot" in full_diag_dict.keys():
# full_diag_dict['DO13Ctot']['diags']['DO13Ctot_RIV_FLUX'] = freq_op
full_diag_dict["DO13Ctot"]["diags"][
"Jint_100m_DO13Ctot"
] = Jint_100m_freq_op["DO13Ctot"]
full_diag_dict["DO13Ctot"]["diags"]["Jint_100m_DO13Ctot"] = (
Jint_100m_freq_op["DO13Ctot"]
)
# full_diag_dict['DO13Ctot']['diags']['tend_zint_100m_DO13Ctot'] = freq_op
full_diag_dict["DO13Ctot"]["properties"]["has surface flux"] = True
# DI14C
Expand All @@ -352,9 +352,9 @@ def write_MARBL_diagnostics_file(
# DO14Ctot
if "DO14Ctot" in full_diag_dict.keys():
# full_diag_dict['DO14Ctot']['diags']['DO14Ctot_RIV_FLUX'] = freq_op
full_diag_dict["DO14Ctot"]["diags"][
"Jint_100m_DO14Ctot"
] = Jint_100m_freq_op["DO14Ctot"]
full_diag_dict["DO14Ctot"]["diags"]["Jint_100m_DO14Ctot"] = (
Jint_100m_freq_op["DO14Ctot"]
)
# full_diag_dict['DO14Ctot']['diags']['tend_zint_100m_DO14Ctot'] = freq_op
full_diag_dict["DO14Ctot"]["properties"]["has surface flux"] = True
# ABIO_DIC
Expand Down

0 comments on commit 4d5839e

Please sign in to comment.