Skip to content

Commit

Permalink
addressed issues isn PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertens committed Jul 12, 2024
1 parent 3862218 commit 625ca28
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions cime_config/config_component_cesm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@
<valid_values>TRUE,FALSE</valid_values>
<group>run_coupling</group>
<file>env_run.xml</file>
<desc>Activates DMS fluxes to be sent from ocn to atm </desc>
<desc>
Activates DMS fluxes to be sent from ocn to atm.
Currently this is only available with BLOM ocean component.
</desc>
</entry>

<entry id="BRF_EMIS_OCN">
Expand All @@ -156,7 +159,10 @@
<valid_values>TRUE,FALSE</valid_values>
<group>run_coupling</group>
<file>env_run.xml</file>
<desc>Activates Bromoform fluxes to be sent from ocn to atm </desc>
<desc>
Activates Bromoform fluxes to be sent from ocn to atm.
Currently this is only available with BLOM ocean component.
</desc>
</entry>

<entry id="N2O_EMIS_OCN">
Expand All @@ -165,7 +171,10 @@
<valid_values>TRUE,FALSE</valid_values>
<group>run_coupling</group>
<file>env_run.xml</file>
<desc>Activates N2O fluxes to be sent from ocn to atm </desc>
<desc>
Activates N2O fluxes to be sent from ocn to atm.
Currently this is only available with BLOM ocean component.
</desc>
</entry>

<entry id="NH3_EMIS_OCN">
Expand All @@ -174,7 +183,10 @@
<valid_values>TRUE,FALSE</valid_values>
<group>run_coupling</group>
<file>env_run.xml</file>
<desc>Activates NH3 fluxes to be sent from ocn to atm </desc>
<desc>
Activates NH3 fluxes to be sent from ocn to atm.
Currently this is only available with BLOM ocean component.
</desc>
</entry>

<entry id="CPL_USER_MODS">
Expand Down Expand Up @@ -227,7 +239,7 @@
<value compset="_DATM.*_DICE.*_POP2">24</value>
<value compset="_DATM.*_DICE.*_MOM6">24</value>
<value compset="_DATM.*_DICE.*_BLOM">24</value>
<!-- NOTE: urrently a NUOPC runseqence cannot be generated with the ATM_NCPL < OCN_NCPL -->
<!-- NOTE: currently a NUOPC runseqence cannot be generated with the ATM_NCPL < OCN_NCPL -->
<!-- =================================================== -->
<!-- G compsets -->
<!-- =================================================== -->
Expand Down

0 comments on commit 625ca28

Please sign in to comment.