Skip to content

Commit

Permalink
Get LILAC test working
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Jul 24, 2024
1 parent b11bc89 commit 38656f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions bld/env_run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Sample env_run.xml file that allows build-namelist to be run for testing in this
-->
<entry id="DIN_LOC_ROOT" value="MYDINLOCROOT" />
<entry id="GLC_TWO_WAY_COUPLING" value="FALSE" />
<entry id="LND_SETS_DUST_EMIS_DRV_FLDS" value="TRUE" />
<entry id="NEONSITE" value="" />

</config_definition>
6 changes: 6 additions & 0 deletions python/ctsm/lilac_make_runtime_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
<valid_values>TRUE,FALSE</valid_values>
</entry>
</group>
<group id="run_cpl">
<entry id="LND_SETS_DUST_EMIS_DRV_FLDS" value="TRUE">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
</entry>
</group>
</file>
"""

Expand Down

0 comments on commit 38656f9

Please sign in to comment.