Skip to content

Commit

Permalink
Remove mkmapdata and mksurfdata from the template file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Apr 11, 2024
1 parent 9b5ef22 commit 6bfb9af
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions bld/namelist_files/namelist_definition.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -252,18 +252,6 @@
<p>These are namelist items that appear in the CLM Tools under components/clm/tools.
</p>
<table border="1" cellpadding="10">
<caption>CLM mksurfdata</caption>
<tr>
<th rowspan="2">Name</th>
<th rowspan="2">Type</th>
<th>Description</th>
</tr>
<tr>
<th colspan="1">Valid values</th>
</tr>
<xsl:apply-templates select="entry[@category='mksurfdata']"/>
</table>
<table border="1" cellpadding="10">
<caption>CLM mkgriddata</caption>
<tr>
<th rowspan="2">Name</th>
Expand All @@ -276,17 +264,6 @@
<xsl:apply-templates select="entry[@category='mkgriddata']"/>
</table>
<table border="1" cellpadding="10">
<caption>CLM mkmapdata</caption>
<tr>
<th rowspan="2">Name</th>
<th rowspan="2">Type</th>
<th>Description</th>
</tr>
<tr>
<th colspan="1">Valid values</th>
</tr>
<xsl:apply-templates select="entry[@category='mkmapdata']"/>
</table>
<table border="1" cellpadding="10">
<caption>CLM mkgriddata</caption>
<tr>
Expand Down

0 comments on commit 6bfb9af

Please sign in to comment.