Skip to content

Commit

Permalink
changed comment in buildcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertens committed Aug 2, 2023
1 parent 7d7ea8d commit a2db5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime_config/buildcpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def buildcpp(case):
hamocc_nattrc = case.get_value("HAMOCC_NATTRC")
hamocc_sedbypass = case.get_value("HAMOCC_SEDBYPASS")
hamocc_ciso = case.get_value("HAMOCC_CISO")
hamocc_vsls = case.get_value("HAMOCC_VSLS")
blom_unit = case.get_value("BLOM_UNIT")
pio_typename = case.get_value("PIO_TYPENAME", subgroup="OCN")

Expand Down Expand Up @@ -144,7 +143,8 @@ def buildcpp(case):
expect(hamocc_sedbypass, "HAMOCC C-isotopes currently not supported in the sediment module. Use HAMOCC_SEDBYPASS=TRUE")
blom_cppdefs = blom_cppdefs + " -Dcisonew"
if ocn_grid in ["tnx1v4"]:
# HAMOCC will always compute bromoform flux and dms flux and send to the mediator
# HAMOCC bromoform scheme currently only supported on the tnx1v4 grid
# (no swa-climatology has been created for other grid configurations)"
blom_cppdefs = blom_cppdefs + " -DBROMO"
if co2type == "prognostic":
blom_cppdefs = blom_cppdefs + " -DPROGCO2"
Expand Down

0 comments on commit a2db5f4

Please sign in to comment.