Skip to content

Commit

Permalink
added new auxiliary stream for ocn2med
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Vertenstein committed Jan 31, 2023
1 parent 89e4ba6 commit 70d6913
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,71 @@
<!-- MED ocn history files -->
<!-- ======================================= -->

<!-- MED histaux ocn2med file1 -->
<entry id="histaux_ocn2med_file1_enabled">
<type>logical</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Auxiliary mediator ocn2med average history output every day.</desc>
<values>
<value>.false.</value>
</values>
</entry>
<entry id="histaux_ocn2med_file1_flds">
<type>char</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Auxiliary mediator ocn2med average history output every day.</desc>
<values>
<value>So_bldepth:So_t:So_u:So_v</value>
</values>
</entry>
<entry id="histaux_ocn2med_file1_history_option">
<type>char</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
<values>
<value>ndays</value>
</values>
</entry>
<entry id="histaux_ocn2med_file1_history_n">
<type>char</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>history option type</desc>
<values>
<value>1</value>
</values>
</entry>
<entry id="histaux_ocn2med_file1_doavg">
<type>logical</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>If true, use time average for aux file output.</desc>
<values>
<value>.true.</value>
</values>
</entry>
<entry id="histaux_ocn2med_file1_auxname">
<type>char</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Auxiliary name identifier in history name</desc>
<values>
<value>ocn.24h.avg</value>
</values>
</entry>
<entry id="histaux_ocn2med_file1_ntperfile">
<type>integer</type>
<category>aux_hist</category>
<group>MED_attributes</group>
<desc>Number of time sames per file.</desc>
<values>
<value>30</value>
</values>
</entry>

<entry id="history_option_ocn_inst">
<type>char</type>
<category>time</category>
Expand Down

0 comments on commit 70d6913

Please sign in to comment.