Skip to content

Commit

Permalink
Merge pull request #1 from jedwards4b/history_n
Browse files Browse the repository at this point in the history
make history_n integer variables
  • Loading branch information
kdraeder authored May 11, 2023
2 parents 0d2a0c8 + 57e1970 commit 1aab35a
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 324 deletions.
44 changes: 22 additions & 22 deletions cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@
</values>
</entry>
<entry id="histaux_atm2med_file1_history_n">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
Expand Down Expand Up @@ -1294,7 +1294,7 @@
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<desc>Number of time samples per file.</desc>
<values>
<value>24</value>
</values>
Expand Down Expand Up @@ -1329,7 +1329,7 @@
</values>
</entry>
<entry id="histaux_atm2med_file2_history_n">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
Expand All @@ -1347,10 +1347,10 @@
</values>
</entry>
<entry id="histaux_atm2med_file2_ntperfile">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<desc>Number of time samples per file.</desc>
<values>
<value>24</value>
</values>
Expand Down Expand Up @@ -1396,7 +1396,7 @@
</values>
</entry>
<entry id="histaux_atm2med_file3_history_n">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
Expand All @@ -1414,10 +1414,10 @@
</values>
</entry>
<entry id="histaux_atm2med_file3_ntperfile">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<desc>Number of time samples per file.</desc>
<values>
<value>8</value>
</values>
Expand Down Expand Up @@ -1465,7 +1465,7 @@
</values>
</entry>
<entry id="histaux_atm2med_file4_history_n">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
Expand All @@ -1483,10 +1483,10 @@
</values>
</entry>
<entry id="histaux_atm2med_file4_ntperfile">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<desc>Number of time samples per file.</desc>
<values>
<value>8</value>
</values>
Expand Down Expand Up @@ -1530,7 +1530,7 @@
</values>
</entry>
<entry id="histaux_atm2med_file5_history_n">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
Expand All @@ -1548,10 +1548,10 @@
</values>
</entry>
<entry id="histaux_atm2med_file5_ntperfile">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<desc>Number of time samples per file.</desc>
<values>
<value>1</value>
</values>
Expand Down Expand Up @@ -1748,7 +1748,7 @@
</values>
</entry>
<entry id="histaux_lnd2med_file1_history_n">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
Expand All @@ -1766,10 +1766,10 @@
</values>
</entry>
<entry id="histaux_lnd2med_file1_ntperfile">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<desc>Number of time samples per file.</desc>
<values>
<value>1</value>
</values>
Expand Down Expand Up @@ -1830,7 +1830,7 @@
</values>
</entry>
<entry id="histaux_ocn2med_file1_history_n">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
Expand Down Expand Up @@ -1860,7 +1860,7 @@
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<desc>Number of time samples per file.</desc>
<values>
<value>30</value>
</values>
Expand Down Expand Up @@ -1993,7 +1993,7 @@
</values>
</entry>
<entry id="histaux_rof2med_file1_history_n">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
Expand All @@ -2011,10 +2011,10 @@
</values>
</entry>
<entry id="histaux_rof2med_file1_ntperfile">
<type>char</type>
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<desc>Number of time samples per file.</desc>
<values>
<value>1</value>
</values>
Expand Down
Loading

0 comments on commit 1aab35a

Please sign in to comment.