Skip to content

Commit 1f8d26a

Browse files
authored
Merge pull request #626 from billsacks/histaux_atm2med_fixes
Fixes to some histaux atm2med xml values ### Description of changes There are three separate but related changes here to the histaux atm2med files: (1) Put Sa_co2prog and Sa_co2diag on a single file each: These two CO2 fields were both being output to both file4 (3-hourly) and file5 (daily). I'm keeping prognostic CO2 just on the 3-hourly file and diagnostic CO2 just on the daily file. (2) Add Faxa_ndep to histaux_atm2med file 5 (daily) (see also ESCOMP/CTSM#1844) (3) Change atm2med file5 to actually be daily rather than 3-hourly: My sense from the description and file name is that this file is intended to be daily but was accidentally set to 3-hourly. It was changed from daily to 3-hourly in #378 and that appears to have been a mistake. ### Specific notes Contributors other than yourself, if any: CMEPS Issues Fixed (include github issue #): - Resolves #375 Are changes expected to change answers? (specify if bfb, different at roundoff, more substantial) No - bfb Any User Interface Changes (namelist or namelist defaults changes)? Changes some defaults related to atm2med histaux files. ### Testing performed No testing done yet!
2 parents 6d93e62 + e2b3924 commit 1f8d26a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cime_config/namelist_definition_drv.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@
14781478
Auxiliary mediator a2x dynamic, radiation, and precipitation fields history output every 3 hours
14791479
</desc>
14801480
<values>
1481-
<value>Sa_z:Sa_topo:Sa_u:Sa_v:Sa_tbot:Sa_ptem:Sa_shum:Sa_dens:Sa_pbot:Sa_pslv:Faxa_lwdn:Faxa_rainc:Faxa_rainl:Faxa_snowc:Faxa_snowl:Faxa_swndr:Faxa_swvdr:Faxa_swndf:Faxa_swvdf:Sa_co2diag:Sa_co2prog</value>
1481+
<value>Sa_z:Sa_topo:Sa_u:Sa_v:Sa_tbot:Sa_ptem:Sa_shum:Sa_dens:Sa_pbot:Sa_pslv:Faxa_lwdn:Faxa_rainc:Faxa_rainl:Faxa_snowc:Faxa_snowl:Faxa_swndr:Faxa_swvdr:Faxa_swndf:Faxa_swvdf:Sa_co2prog</value>
14821482
</values>
14831483
</entry>
14841484
<entry id="histaux_atm2med_file4_history_option">
@@ -1543,7 +1543,7 @@
15431543
<group>MED_attributes</group>
15441544
<desc>Auxiliary mediator a2x aerosol and ghg history output daily or endofrun</desc>
15451545
<values>
1546-
<value>Faxa_bcph:Faxa_ocph:Faxa_dstwet:Faxa_dstdry:Sa_co2prog:Sa_co2diag</value>
1546+
<value>Faxa_bcph:Faxa_ocph:Faxa_dstwet:Faxa_dstdry:Faxa_ndep:Sa_co2diag</value>
15471547
</values>
15481548
</entry>
15491549
<entry id="histaux_atm2med_file5_history_option">
@@ -1552,7 +1552,7 @@
15521552
<group>MED_attributes</group>
15531553
<desc>history option type</desc>
15541554
<values>
1555-
<value>nhours</value>
1555+
<value>ndays</value>
15561556
</values>
15571557
</entry>
15581558
<entry id="histaux_atm2med_file5_history_n">
@@ -1561,7 +1561,7 @@
15611561
<group>MED_attributes</group>
15621562
<desc>history option span</desc>
15631563
<values>
1564-
<value>3</value>
1564+
<value>1</value>
15651565
</values>
15661566
</entry>
15671567
<entry id="histaux_atm2med_file5_doavg">
@@ -1579,7 +1579,7 @@
15791579
<group>MED_attributes</group>
15801580
<desc>Number of time samples per file.</desc>
15811581
<values>
1582-
<value>2</value>
1582+
<value>1</value>
15831583
</values>
15841584
</entry>
15851585
<entry id="histaux_atm2med_file5_auxname">

0 commit comments

Comments
 (0)