Skip to content

Commit

Permalink
fix paths to slnd and xlnd in config_files
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jul 26, 2021
1 parent 5640348 commit dfbdefd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .config_files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
<value component="ctsm" >$SRCROOT</value>
<value component="dlnd" comp_interface="mct">$SRCROOT/components/cpl7/components/data_comps_mct/dlnd</value>
<value component="dlnd" comp_interface="nuopc">$SRCROOT/components/cdeps/dlnd</value>
<value component="slnd" >$CIMEROOT/src/components/stub_comps_$COMP_INTERFACE/slnd</value>
<value component="xlnd" >$CIMEROOT/src/components/xcpl_comps_$COMP_INTERFACE/xlnd</value>
<value component="slnd" comp_interface="mct" >$SRCROOT/components/cpl7/components/stub_comps_mct/slnd</value>
<value component="xlnd" comp_interface="mct" >$SRCROOT/components/cpl7/components/xcpl_comps_mct/xlnd</value>
<value component="slnd" comp_interface="nuopc" >$CIMEROOT/src/components/stub_comps_nuopc/slnd</value>
<value component="xlnd" comp_interface="nuopc" >$CIMEROOT/src/components/xcpl_comps_nuopc/xlnd</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
Expand Down

0 comments on commit dfbdefd

Please sign in to comment.