Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions bld/namelist_files/use_cases/1950-2010_ccmi_refc1_waccmx_ma.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
</megan_specifier>

<!-- History -->
<avgflag_pertape> 'A', 'I', 'I', 'A', 'A', 'A' </avgflag_pertape>
<nhtfrq> 0, -1, -24, -24, -120, -24 </nhtfrq>
<mfilt> 1, 24, 7, 7, 10, 365 </mfilt>
<avgflag_pertape> 'A', 'I', 'I', 'A', 'A', 'A', 'I' </avgflag_pertape>
<nhtfrq> 0, -1, -24, -24, -120, -24, -120 </nhtfrq>
<mfilt> 1, 24, 7, 7, 10, 365, 73 </mfilt>

<!-- Monthly -->
<fincl1>
Expand All @@ -95,7 +95,7 @@
'QRL_TOT', 'PSL', 'HNO3_STS', 'HNO3_NAT', 'HNO3_GAS', 'NO_Aircraft', 'NO_Lightning',
'QRS_AUR', 'QRS_CO2NIR', 'QRS_EUV', 'SAD_ICE', 'SAD_LNAT', 'SAD_SULFC', 'TREFHT',
'VERT', 'VTGWORO', 'VTGWSPEC', 'O2_1S', 'O2_1D', 'NOX', 'NOY', 'CLOX', 'CLOY', 'BROX', 'BROY',
'TCLY', 'TOTH', 'UIONTEND', 'VIONTEND', 'DTCORE', 'CLDLIQ', 'CLDICE', 'CONCLD', 'FRONTGF:I',
'TCLY', 'TOTH', 'UIONTEND', 'VIONTEND', 'DTCORE', 'CLDLIQ', 'CLDICE', 'CONCLD',
'BTAUE', 'BTAUW', 'BTAUN', 'BTAUS', 'TAUE', 'TAUW', 'TAUN', 'TAUS', 'TAUGWX', 'TAUGWY', 'TAUX', 'TAUY',
'SNOWHLND', 'SNOWHICE', 'ICEFRAC', 'FSDSC', 'SFNO', 'SFCO', 'SFCH2O', 'CFC11STAR', 'TROPP_FD',
'KVH', 'KVM', 'KVT', 'Qbkgndtot', 'Z3GM', 'OpDens', 'EDens'
Expand Down Expand Up @@ -127,9 +127,11 @@
'OMEGA_24_COS', 'OMEGA_24_SIN', 'OMEGA_12_COS', 'OMEGA_12_SIN', 'OMEGA_08_COS', 'OMEGA_08_SIN'
</fincl5>
<!-- Average every day -->
<fincl7>
<fincl6>
'MSKtem', 'PS', 'PSL', 'VTHzm', 'UVzm', 'UWzm', 'Uzm', 'Vzm', 'THzm','Wzm', 'PHIS'
</fincl7>
</fincl6>
<!-- Instantaneous every 5 days -->
<fincl7>'FRONTGF'</fincl7>

<fv_div24del2flag>42</fv_div24del2flag>

Expand Down
3 changes: 2 additions & 1 deletion bld/namelist_files/use_cases/held_suarez_1994.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<!-- history output customization -->
<nhtfrq>0,-6</nhtfrq>
<fincl2>
'U:I','V:I','T:I'
'U','V','T'
</fincl2>
<avgflag_pertape>'A','I'</avgflag_pertape>

</namelist_defaults>
10 changes: 6 additions & 4 deletions bld/namelist_files/use_cases/hist_trop_strat_nudged_cam6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@

<!-- History Files -->

<mfilt > 1, 30 </mfilt>
<nhtfrq > 0, -24 </nhtfrq>
<avgflag_pertape >'A', 'A' </avgflag_pertape>
<mfilt > 1, 30, 30 </mfilt>
<nhtfrq > 0, -24, -24 </nhtfrq>
<avgflag_pertape >'A', 'A', 'I' </avgflag_pertape>

<mfilt chem="trop_strat_mam5_ts2"> 1, 1 </mfilt>
<nhtfrq chem="trop_strat_mam5_ts2"> 0, 0 </nhtfrq>
Expand Down Expand Up @@ -236,7 +236,7 @@
</fincl1>

<fincl2 chem="trop_strat_mam5_vbs" hgrid="ne0np4CONUS.ne30x8">
'PMID', 'PDELDRY','PS','PHIS:I','Z3','T','U','V','Q','TROP_P', 'CLOUD',
'PMID', 'PDELDRY','PS','PHIS','Z3','T','U','V','Q','TROP_P', 'CLOUD',
'CO','O3','O3S','NO2','NO','OH','ISOP','SO2', 'PAN', 'HNO3', 'C2H6', 'C3H8', 'CH2O', 'CH3COCH3',
'SFISOP','SFCO','SFNO','SFNO2',
'PM25_SRF', 'so4_a1','so4_a2','so4_a3','dst_a1','dst_a2','dst_a3','soa_a1','soa_a2',
Expand Down Expand Up @@ -284,5 +284,7 @@
'WD_TERPACID2','WD_TERPACID3','WD_TERPA3PAN','WD_TERPOOHL','WD_TERPA3',
'WD_APIN','WD_BPIN','WD_LIMON','WD_MYRC'
</fincl2>
<!-- Instantaneous -->
<fincl3 chem="trop_strat_mam5_vbs" hgrid"ne0np4CONUS.ne30x8">'PHIS'</fincl3>

</namelist_defaults>
9 changes: 5 additions & 4 deletions bld/namelist_files/use_cases/sd_waccm_ma_cam4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@

<!-- History Streams -->

<mfilt> 1, 30, 120, 240, 240, 480, 365, 73, 30 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-240 </nhtfrq>
<mfilt> 1, 30, 120, 240, 240, 480, 365, 73, 73 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-120 </nhtfrq>
<avgflag_pertape> 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'I'</avgflag_pertape>


Expand All @@ -104,7 +104,7 @@
'DTCORE', 'T_24_COS', 'T_24_SIN', 'T_12_COS', 'T_12_SIN', 'OMEGA_24_COS', 'OMEGA_24_SIN',
'OMEGA_12_COS', 'OMEGA_12_SIN', 'U_24_COS', 'U_24_SIN', 'U_12_COS', 'U_12_SIN',
'V_24_COS', 'V_24_SIN', 'V_12_COS', 'V_12_SIN', 'PS_24_COS', 'PS_24_SIN', 'PS_12_COS',
'PS_12_SIN', 'CLDLIQ', 'CLDICE', 'CONCLD', 'FRONTGF:I', 'BUTGWSPEC', 'BTAUE', 'BTAUW',
'PS_12_SIN', 'CLDLIQ', 'CLDICE', 'CONCLD', 'BUTGWSPEC', 'BTAUE', 'BTAUW',
'BTAUN', 'BTAUS', 'TAUE', 'TAUW', 'TAUN', 'TAUS', 'TAUGWX', 'TAUGWY', 'TAUX', 'TAUY',
'SNOWHLND', 'SNOWHICE', 'ICEFRAC', 'FSDSC', 'SFNO', 'SFCO', 'SFCH2O', 'CFC11STAR',
'TROPP_FD', 'TROP_P', 'TROP_T', 'TROP_Z', 'SAD_AERO', 'REFF_AERO', 'MASS',
Expand All @@ -119,9 +119,10 @@
'MSKtem','PS','PSL','VTHzm','UVzm','UWzm','Uzm','Vzm','THzm','Wzm','PHIS'
</fincl7>
<fincl8>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'FRONTGF:I', 'OMEGA', 'O3',
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'OMEGA', 'O3',
'REFF_AERO', 'SAD_AERO', 'QRS_TOT', 'CO2', 'H', 'NO', 'O'
</fincl8>
<fincl9>'FRONTGF'</fincl9>


<history_cesm_forcing>.true.</history_cesm_forcing>
Expand Down
9 changes: 5 additions & 4 deletions bld/namelist_files/use_cases/sd_waccm_ma_cam6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@

<!-- History Streams -->

<mfilt> 1, 30, 120, 240, 240, 480, 365, 73, 30 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-240 </nhtfrq>
<mfilt> 1, 30, 120, 240, 240, 480, 365, 73, 73 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-120 </nhtfrq>
<avgflag_pertape> 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'I'</avgflag_pertape>

<fincl1>
Expand All @@ -83,7 +83,7 @@
'DTCORE', 'T_24_COS', 'T_24_SIN', 'T_12_COS', 'T_12_SIN', 'OMEGA_24_COS', 'OMEGA_24_SIN',
'OMEGA_12_COS', 'OMEGA_12_SIN', 'U_24_COS', 'U_24_SIN', 'U_12_COS', 'U_12_SIN',
'V_24_COS', 'V_24_SIN', 'V_12_COS', 'V_12_SIN', 'PS_24_COS', 'PS_24_SIN', 'PS_12_COS',
'PS_12_SIN', 'CLDLIQ', 'CLDICE', 'CONCLD', 'FRONTGF:I', 'BUTGWSPEC', 'BTAUE', 'BTAUW',
'PS_12_SIN', 'CLDLIQ', 'CLDICE', 'CONCLD', 'BUTGWSPEC', 'BTAUE', 'BTAUW',
'BTAUN', 'BTAUS', 'TAUE', 'TAUW', 'TAUN', 'TAUS', 'TAUGWX', 'TAUGWY', 'TAUX', 'TAUY',
'SNOWHLND', 'SNOWHICE', 'ICEFRAC', 'FSDSC', 'SFNO', 'SFCO', 'SFCH2O', 'CFC11STAR',
'TROPP_FD', 'NITROP_PD', 'TROP_P', 'TROP_T', 'TROP_Z', 'SAD_AERO', 'REFF_AERO',
Expand All @@ -101,10 +101,11 @@
'MSKtem','PS','PSL','VTHzm','UVzm','UWzm','Uzm','Vzm','THzm','Wzm','PHIS'
</fincl7>
<fincl8>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'FRONTGF:I', 'OMEGA', 'O3',
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'OMEGA', 'O3',
'REFF_AERO', 'SAD_AERO', 'so4_a1', 'so4_a2', 'so4_a3', 'AODVISstdn', 'NITROP_PD',
'dgnumwet1', 'dgnumwet2', 'dgnumwet3', 'QRS_TOT', 'CO2', 'H', 'NO', 'O'
</fincl8>
<fincl9>'FRONTGF'</fincl9>

<history_cesm_forcing>.true.</history_cesm_forcing>
<history_scwaccm_forcing>.true. </history_scwaccm_forcing>
Expand Down
13 changes: 7 additions & 6 deletions bld/namelist_files/use_cases/sd_waccm_sulfur.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@

<!-- History Files -->

<mfilt>1,10,20,73,365</mfilt>
<nhtfrq>0,-240,-240,-24,-24</nhtfrq>
<avgflag_pertape>'A','I','I','A','A'</avgflag_pertape>
<mfilt>1,10,20,73,365,10</mfilt>
<nhtfrq>0,-240,-240,-24,-24,-120</nhtfrq>
<avgflag_pertape>'A','I','B','A','A','I'</avgflag_pertape>

<!-- Monthly -->
<fincl1>
Expand All @@ -85,7 +85,7 @@
'OMEGA_24_COS', 'OMEGA_24_SIN', 'OMEGA_12_COS', 'OMEGA_12_SIN',
'U_24_COS', 'U_24_SIN', 'U_12_COS', 'U_12_SIN', 'V_24_COS', 'V_24_SIN', 'V_12_COS',
'V_12_SIN', 'PS_24_COS', 'PS_24_SIN', 'PS_12_COS', 'PS_12_SIN', 'CLDLIQ','CLDICE','CONCLD',
'FRONTGF:I', 'BUTGWSPEC', 'BTAUE', 'BTAUW', 'BTAUN', 'BTAUS','TAUE','TAUW','TAUN','TAUS',
'BUTGWSPEC', 'BTAUE', 'BTAUW', 'BTAUN', 'BTAUS','TAUE','TAUW','TAUN','TAUS',
'TAUGWX', 'TAUGWY', 'TAUX','TAUY','SNOWHLND','SNOWHICE','ICEFRAC','FSDSC','SFNO', 'SFCO',
'SFCH2O','CFC11STAR'
</fincl1>
Expand All @@ -108,7 +108,7 @@
'VTHzm', 'WTHzm', 'UVzm', 'UWzm', 'TH', 'MSKtem'
</fincl2>

<!-- Instantaneous every 10 days -->
<!-- Average every 10 days -->
<fincl3>
'PS:B', 'T:B', 'Z3:B', 'U:B', 'V:B', 'CO:B', 'CO2:B',
'H2:B', 'O:B', 'O2:B', 'O3:B', 'H:B', 'OH:B', 'HO2:B', 'H2O:B',
Expand All @@ -118,12 +118,13 @@
'BRO:B', 'NO3:B', 'DTCORE:B', 'DTV:B', 'TTGW:B','OMEGA:B' </fincl3>
<!-- Daily Average -->
<fincl4>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS','FRONTGF:I', 'OMEGA'
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS','OMEGA'
</fincl4>
<!-- Daily Average -->
<fincl5>
'MSKtem', 'PS', 'PSL', 'VTHzm', 'UVzm', 'UWzm', 'Uzm', 'Vzm', 'THzm','Wzm', 'PHIS'
</fincl5>
<fincl6>'FRONTGF'<fincl6>

<met_rlx_bot>50.</met_rlx_bot>
<met_rlx_top>60.</met_rlx_top>
Expand Down
9 changes: 5 additions & 4 deletions bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@

<!-- History Files -->

<mfilt> 1, 5, 20, 40, 120, 240, 365, 73, 365 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-240 </nhtfrq>
<avgflag_pertape>'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'I' </avgflag_pertape>
<mfilt> 1, 5, 20, 40, 120, 240, 365, 73, 365, 20 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-240,-120 </nhtfrq>
<avgflag_pertape>'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'I', 'I' </avgflag_pertape>

<history_amwg>.true.</history_amwg>
<history_aerosol>.false.</history_aerosol>
Expand Down Expand Up @@ -163,8 +163,9 @@
'MSKtem','PS','PSL','VTHzm','UVzm','UWzm','Uzm','Vzm','THzm','Wzm','PHIS'
</fincl7>
<fincl8>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'FRONTGF:I', 'OMEGA', 'O3', 'REFF_AERO', 'SAD_AERO', 'NITROP_PD',
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'OMEGA', 'O3', 'REFF_AERO', 'SAD_AERO', 'NITROP_PD',
'so4_a1', 'so4_a2', 'so4_a3', 'AODVISstdn', 'dgnumwet1', 'dgnumwet2', 'dgnumwet3', 'QRS_TOT', 'CO2', 'H', 'NO', 'O'
</fincl8>
<fincl9>'FRONTGF'</fincl9>

</namelist_defaults>
4 changes: 2 additions & 2 deletions bld/namelist_files/use_cases/sd_waccmx_ma_cam4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
'QRL_TOT', 'PSL', 'HNO3_STS', 'HNO3_NAT', 'HNO3_GAS', 'NO_Aircraft', 'NO_Lightning',
'QRS_AUR', 'QRS_CO2NIR', 'QRS_EUV', 'SAD_ICE', 'SAD_LNAT', 'SAD_SULFC', 'TREFHT',
'VERT', 'VTGWORO', 'VTGWSPEC', 'O2_1S', 'O2_1D', 'NOX', 'NOY', 'CLOX', 'CLOY', 'BROX', 'BROY',
'TCLY', 'TOTH', 'UIONTEND', 'VIONTEND', 'DTCORE', 'CLDLIQ', 'CLDICE', 'CONCLD', 'FRONTGF:I',
'TCLY', 'TOTH', 'UIONTEND', 'VIONTEND', 'DTCORE', 'CLDLIQ', 'CLDICE', 'CONCLD',
'BTAUE', 'BTAUW', 'BTAUN', 'BTAUS', 'TAUE', 'TAUW', 'TAUN', 'TAUS', 'TAUGWX', 'TAUGWY', 'TAUX', 'TAUY',
'SNOWHLND', 'SNOWHICE', 'ICEFRAC', 'FSDSC', 'SFNO', 'SFCO', 'SFCH2O', 'CFC11STAR', 'TROPP_FD',
'KVH', 'KVM', 'KVT', 'Qbkgndtot', 'Z3GM', 'OpDens', 'EDens'
Expand All @@ -110,7 +110,7 @@
'Z3', 'T', 'TIon', 'TElec', 'e', 'U', 'V', 'OMEGA', 'UI', 'VI', 'WI', 'ElecColDens', 'PHIM2D', 'PS',
'PED_CONDUCTANCE', 'HALL_CONDUCTANCE', 'ED1', 'ED2', 'O', 'O2', 'H', 'NO', 'CO2', 'N', 'O1D',
'Op2P', 'Op2D', 'Op', 'Np', 'N2p', 'O2p', 'NOp', 'QJOULE', 'SIGMAHAL', 'SIGMAPED', 'SolIonRate_Tot',
'Z3GM', 'OpDens', 'EDens'
'Z3GM', 'OpDens', 'EDens', 'FRONTGF'
</fincl3>
<!-- Average every day -->
<fincl4>
Expand Down
18 changes: 10 additions & 8 deletions bld/namelist_files/use_cases/sd_waccmx_ma_cam6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<!-- History Streams -->

<avgflag_pertape> 'A', 'I', 'I', 'A', 'A', 'A', 'A', 'I' </avgflag_pertape>
<nhtfrq> 0, -1, -24, -24, -120, -24, -120, -240 </nhtfrq>
<mfilt> 1, 24, 7, 7, 10, 365, 73, 30 </mfilt>
<nhtfrq> 0, -1, -24, -24, -120, -24, -120, -120 </nhtfrq>
<mfilt> 1, 24, 7, 7, 10, 365, 73, 73 </mfilt>

<!-- Monthly -->
<fincl1>
Expand All @@ -82,7 +82,7 @@
'QRL_TOT', 'PSL', 'HNO3_STS', 'HNO3_NAT', 'HNO3_GAS', 'NO_Aircraft', 'NO_Lightning',
'QRS_AUR', 'QRS_CO2NIR', 'QRS_EUV', 'SAD_ICE', 'SAD_LNAT', 'SAD_SULFC', 'TREFHT',
'VERT', 'VTGWORO', 'VTGWSPEC', 'O2_1S', 'O2_1D', 'NOX', 'NOY', 'CLOX', 'CLOY', 'BROX', 'BROY',
'TCLY', 'TOTH', 'UIONTEND', 'VIONTEND', 'DTCORE', 'CLDLIQ', 'CLDICE', 'CONCLD', 'FRONTGF:I',
'TCLY', 'TOTH', 'UIONTEND', 'VIONTEND', 'DTCORE', 'CLDLIQ', 'CLDICE', 'CONCLD',
'BTAUE', 'BTAUW', 'BTAUN', 'BTAUS', 'TAUE', 'TAUW', 'TAUN', 'TAUS', 'TAUGWX', 'TAUGWY', 'TAUX', 'TAUY',
'SNOWHLND', 'SNOWHICE', 'ICEFRAC', 'FSDSC', 'SFNO', 'SFCO', 'SFCH2O', 'CFC11STAR', 'TROPP_FD',
'KVH', 'KVM', 'KVT', 'Qbkgndtot', 'Z3GM', 'OpDens', 'EDens'
Expand Down Expand Up @@ -114,15 +114,17 @@
'OMEGA_24_COS', 'OMEGA_24_SIN', 'OMEGA_12_COS', 'OMEGA_12_SIN', 'OMEGA_08_COS', 'OMEGA_08_SIN'
</fincl5>
<!-- Average every day -->
<fincl7 dyn="fv">
<fincl6 dyn="fv">
'MSKtem','PS','PSL','VTHzm','UVzm','UWzm','Uzm','Vzm','THzm','Wzm','PHIS'
</fincl7>
</fincl6>
<!-- Average every 5 days -->
<fincl8>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'FRONTGF:I', 'OMEGA', 'O3',
<fincl7>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'OMEGA', 'O3',
'REFF_AERO', 'SAD_AERO', 'so4_a1', 'so4_a2', 'so4_a3', 'AODVISstdn', 'NITROP_PD',
'dgnumwet1', 'dgnumwet2', 'dgnumwet3', 'QRS_TOT', 'CO2', 'H', 'NO', 'O'
</fincl8>
</fincl7>
<!-- Instantaneous every 5 days -->
<fincl8>'FRONTGF'</fincl8>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set the 8th entry of nhtfrq to -120 and mfilt to 73 in this use case.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed


<history_cesm_forcing>.true.</history_cesm_forcing>
<history_scwaccm_forcing>.true. </history_scwaccm_forcing>
Expand Down
13 changes: 7 additions & 6 deletions bld/namelist_files/use_cases/waccm_carma_bc_2013_cam4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@

<!-- History Files -->

<mfilt> 1, 10, 20, 7, 365 </mfilt>
<nhtfrq> 0, -240, -240, -24, -24 </nhtfrq>
<avgflag_pertape> 'A', 'I', 'I', 'A', 'A' </avgflag_pertape>
<mfilt> 1, 10, 20, 7, 365, 10 </mfilt>
<nhtfrq> 0, -240, -240, -24, -24, -120 </nhtfrq>
<avgflag_pertape> 'A', 'I', 'B', 'A', 'A', 'I' </avgflag_pertape>

<!-- Monthly -->
<fincl1>
Expand All @@ -95,7 +95,7 @@
'OMEGA_24_COS', 'OMEGA_24_SIN', 'OMEGA_12_COS', 'OMEGA_12_SIN',
'U_24_COS', 'U_24_SIN', 'U_12_COS', 'U_12_SIN', 'V_24_COS', 'V_24_SIN', 'V_12_COS',
'V_12_SIN', 'PS_24_COS', 'PS_24_SIN', 'PS_12_COS', 'PS_12_SIN', 'CLDLIQ','CLDICE','CONCLD',
'FRONTGF:I', 'BUTGWSPEC', 'BTAUE', 'BTAUW', 'BTAUN', 'BTAUS','TAUE','TAUW','TAUN','TAUS',
'BUTGWSPEC', 'BTAUE', 'BTAUW', 'BTAUN', 'BTAUS','TAUE','TAUW','TAUN','TAUS',
'TAUGWX', 'TAUGWY', 'TAUX','TAUY','SNOWHLND','SNOWHICE','ICEFRAC','FSDSC','SFNO', 'SFCO',
'SFCH2O','CFC11STAR','TROPP_FD'
</fincl1>
Expand All @@ -118,7 +118,7 @@
'VTHzm', 'WTHzm', 'UVzm', 'UWzm', 'TH', 'MSKtem'
</fincl2>

<!-- Instantaneous every 10 days -->
<!-- Average every 10 days -->
<fincl3>
'PS:B', 'T:B', 'Z3:B', 'U:B', 'V:B', 'CO:B', 'CO2:B',
'H2:B', 'O:B', 'O2:B', 'O3:B', 'H:B', 'OH:B', 'HO2:B', 'H2O:B',
Expand All @@ -128,12 +128,13 @@
'BRO:B', 'NO3:B', 'DTCORE:B', 'DTV:B', 'TTGW:B','OMEGA:B' </fincl3>
<!-- Daily Average -->
<fincl4>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS','FRONTGF:I', 'OMEGA'
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'OMEGA'
</fincl4>
<!-- Daily Average -->
<fincl5>
'MSKtem', 'PS', 'PSL', 'VTHzm', 'UVzm', 'UWzm', 'Uzm', 'Vzm', 'THzm','Wzm', 'PHIS'
</fincl5>
<fincl6>'FRONTGF'</fincl6>

<!-- sim_year used for CLM datasets and SSTs forcings -->
<sim_year>1850-2000</sim_year>
Expand Down
9 changes: 5 additions & 4 deletions bld/namelist_files/use_cases/waccm_ma_1850_cam6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

<!-- History Streams -->

<mfilt> 1, 30, 120, 240, 240, 480, 365, 73, 30 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-240 </nhtfrq>
<mfilt> 1, 30, 120, 240, 240, 480, 365, 73, 73 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-120 </nhtfrq>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set the corresponding mfilt to 73

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

<avgflag_pertape> 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'I'</avgflag_pertape>

<fincl1>
Expand All @@ -67,7 +67,7 @@
'DTCORE', 'T_24_COS', 'T_24_SIN', 'T_12_COS', 'T_12_SIN', 'OMEGA_24_COS', 'OMEGA_24_SIN',
'OMEGA_12_COS', 'OMEGA_12_SIN', 'U_24_COS', 'U_24_SIN', 'U_12_COS', 'U_12_SIN',
'V_24_COS', 'V_24_SIN', 'V_12_COS', 'V_12_SIN', 'PS_24_COS', 'PS_24_SIN', 'PS_12_COS',
'PS_12_SIN', 'CLDLIQ', 'CLDICE', 'CONCLD', 'FRONTGF:I', 'BUTGWSPEC', 'BTAUE', 'BTAUW',
'PS_12_SIN', 'CLDLIQ', 'CLDICE', 'CONCLD', 'BUTGWSPEC', 'BTAUE', 'BTAUW',
'BTAUN', 'BTAUS', 'TAUE', 'TAUW', 'TAUN', 'TAUS', 'TAUGWX', 'TAUGWY', 'TAUX', 'TAUY',
'SNOWHLND', 'SNOWHICE', 'ICEFRAC', 'FSDSC', 'SFNO', 'SFCO', 'SFCH2O', 'CFC11STAR',
'TROPP_FD', 'NITROP_PD', 'TROP_P', 'TROP_T', 'TROP_Z', 'SAD_AERO', 'REFF_AERO',
Expand All @@ -86,10 +86,11 @@
'MSKtem','PS','PSL','VTHzm','UVzm','UWzm','Uzm','Vzm','THzm','Wzm','PHIS'
</fincl7>
<fincl8>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'FRONTGF:I', 'OMEGA', 'O3',
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'OMEGA', 'O3',
'REFF_AERO', 'SAD_AERO', 'so4_a1', 'so4_a2', 'so4_a3', 'AODVISstdn', 'NITROP_PD',
'dgnumwet1', 'dgnumwet2', 'dgnumwet3', 'QRS_TOT', 'CO2', 'H', 'NO', 'O'
</fincl8>
<fincl9>'FRONTGF'</fincl9>

<history_cesm_forcing>.true.</history_cesm_forcing>
<history_scwaccm_forcing>.true. </history_scwaccm_forcing>
Expand Down
9 changes: 5 additions & 4 deletions bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@

<!-- History Streams -->

<mfilt> 1, 30, 120, 240, 240, 480, 365, 73, 30 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-240 </nhtfrq>
<mfilt> 1, 30, 120, 240, 240, 480, 365, 73, 73 </mfilt>
<nhtfrq> 0, -24, -6, -3, -1, 1, -24,-120,-120 </nhtfrq>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set the corresponding mfilt to 73

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

<avgflag_pertape> 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'I'</avgflag_pertape>

<fincl1>
Expand All @@ -163,7 +163,7 @@
'DTCORE', 'T_24_COS', 'T_24_SIN', 'T_12_COS', 'T_12_SIN', 'OMEGA_24_COS', 'OMEGA_24_SIN',
'OMEGA_12_COS', 'OMEGA_12_SIN', 'U_24_COS', 'U_24_SIN', 'U_12_COS', 'U_12_SIN',
'V_24_COS', 'V_24_SIN', 'V_12_COS', 'V_12_SIN', 'PS_24_COS', 'PS_24_SIN', 'PS_12_COS',
'PS_12_SIN', 'CLDLIQ', 'CLDICE', 'CONCLD', 'FRONTGF:I', 'BUTGWSPEC', 'BTAUE', 'BTAUW',
'PS_12_SIN', 'CLDLIQ', 'CLDICE', 'CONCLD', 'BUTGWSPEC', 'BTAUE', 'BTAUW',
'BTAUN', 'BTAUS', 'TAUE', 'TAUW', 'TAUN', 'TAUS', 'TAUGWX', 'TAUGWY', 'TAUX', 'TAUY',
'SNOWHLND', 'SNOWHICE', 'ICEFRAC', 'FSDSC', 'SFNO', 'SFCO', 'SFCH2O', 'CFC11STAR',
'TROPP_FD', 'NITROP_PD', 'TROP_P', 'TROP_T', 'TROP_Z', 'SAD_AERO', 'REFF_AERO',
Expand All @@ -182,10 +182,11 @@
'MSKtem','PS','PSL','VTHzm','UVzm','UWzm','Uzm','Vzm','THzm','Wzm','PHIS'
</fincl7>
<fincl8>
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'FRONTGF:I', 'OMEGA', 'O3',
'PS', 'PSL', 'U', 'V', 'T', 'Z3', 'PHIS', 'OMEGA', 'O3',
'REFF_AERO', 'SAD_AERO', 'so4_a1', 'so4_a2', 'so4_a3', 'AODVISstdn', 'NITROP_PD',
'dgnumwet1', 'dgnumwet2', 'dgnumwet3', 'QRS_TOT', 'CO2', 'H', 'NO', 'O'
</fincl8>
<fincl9>'FRONTGF'</fincl9>

<history_cesm_forcing>.true.</history_cesm_forcing>
<history_scwaccm_forcing>.true. </history_scwaccm_forcing>
Expand Down
Loading